I have a simple little script... <?php # Load PEAR Date Package require("Date.php"); ?>
If I run this script from... http://localhost/dateTest.php I get a nice blank screen If I run this script from... http://localhost/test/dateTest.php I also get a nice blank screen But, if I run this script from... http://localhost/test/testSuite/dateTest.php <dir names do not matter, I changed them both> Apache nose-dives! with this in the error log. [Wed Jul 30 16:43:21 2003] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed. I tried this with both Date-1[1].3 *and* with Date-1[1].3.1beta, with Span.php commented out ot not. Any ideas on this? walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php