ID: 25969 User updated by: lionel dot staal at proconsultant dot net Reported By: lionel dot staal at proconsultant dot net -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Windows XP -PHP Version: 4.3.3 +PHP Version: 4.3.4RC2 New Comment:
Yes, I enabled 3 extensions: oracle, oci8 and sockets. Note that everything is perfect with Windows 2000, it is really a Windows XP problem. My complete development environment is this one: - Eclipse 2.1.1 (http://www.eclipse.org - I immediately forgot all the other IDEs ;) ) - Eclipse plug-in: * PHPEclipse 1.0.8 (somewhere on SourceForge) * PHPEclipse Help (same location, last version) * PHPEclipse SQL (same location, last version) - PHP 4.3.4RC2 Previous Comments: ------------------------------------------------------------------------ [2003-10-23 17:04:33] [EMAIL PROTECTED] Sorry I didn't see that you have tested with 4.3.4RC2. Do you have any php extensions enabled in your php.ini? ------------------------------------------------------------------------ [2003-10-23 17:03:22] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-10-23 12:52:45] lionel dot staal at proconsultant dot net Exactly same behaviour with PHP 4.3.4RC2. ------------------------------------------------------------------------ [2003-10-23 12:25:35] lionel dot staal at proconsultant dot net Better summary and correct category for this problem. ------------------------------------------------------------------------ [2003-10-23 12:06:54] lionel dot staal at proconsultant dot net Description: ------------ When I use PHP on command line to check a source file, like this: c:\php\php -l -f try.php I get a crash just a the end of the work, whatever the content of the analyzed file: PHP does its job correctly, it tells me the errors when there are ones, but when leaving, it crashes and XP asks me if I agree to send a crash report to Microsoft. In fact, it is very annoying when, in my case, you use Eclipse with the EXCELLENT PHPEclipse plug-in (see SourceForge), which checks the syntax with the above command line at each file saving. For each Ctrl-S, you get the XP crash report window. Reproduce code: --------------- c:\php\php -l -f try.php Whatever code you put in 'try.php'. Expected result: ---------------- All the analysis and then no crash. Actual result: -------------- All the analysis and then crash. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25969&edit=1