RE: [PHP-DEV] 5.1.0RC5-dev stability issue

2005-11-07 Thread Jared Williams
> Are you absolutely sure you don't have some old dlls > laying around > from some earlier PHP version that don't mix with the new one? > > --Jani I don't think that could be the case, as just pdo, pdo_sqlite, and xsl extensions are enabled, none have any external dependancies af

RE: [PHP-DEV] 5.1.0RC5-dev stability issue

2005-11-07 Thread Jani Taskinen
eck though. Jared -Original Message- From: Wez Furlong [mailto:[EMAIL PROTECTED] Sent: 07 November 2005 02:37 To: [EMAIL PROTECTED] Cc: internals@lists.php.net Subject: Re: [PHP-DEV] 5.1.0RC5-dev stability issue If it's isapi then the chances are that its some non-trivial thread

RE: [PHP-DEV] 5.1.0RC5-dev stability issue

2005-11-07 Thread Jared Williams
ject: Re: [PHP-DEV] 5.1.0RC5-dev stability issue > > If it's isapi then the chances are that its some non-trivial > thread-safety related problem. > Unless you built a debug build of PHP yourself and have a > debugger, it will be very hard to isolate. Even with a > debugger, y

Re: [PHP-DEV] 5.1.0RC5-dev stability issue

2005-11-06 Thread Wez Furlong
If it's isapi then the chances are that its some non-trivial thread-safety related problem. Unless you built a debug build of PHP yourself and have a debugger, it will be very hard to isolate. Even with a debugger, you'll probably only spot a crash that's a symptom of the problem and not the cause