Just on local laptop development 2.0.47 locks up quite often on mysql calls
(about every 30 calls) Couldn't be bothered to debug it, so I've gone back
to 1.3.28 for win32, it's production stable (at least on w2k). I'm running
WinXP on laptop, btw.

"Jswalter" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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

Reply via email to