ID: 25969 Updated by: [EMAIL PROTECTED] Reported By: lionel dot staal at proconsultant dot net -Status: Closed +Status: Bogus Bug Type: Reproducible crash Operating System: Windows XP PHP Version: 4.3.4RC2
Previous Comments: ------------------------------------------------------------------------ [2003-10-24 08:43:32] lionel dot staal at proconsultant dot net Wow. THAT's support, guys ! Ok, finished. You are absolutely right, I commented the 'oracle' extension, and that was the end of the crashes. Not enough room here to write all the "thank you"'s I would tell you. You made my day ! :D By the way, sorry if I missed this information of incompatibility between the 'oracle' and 'oci8' extensions, but if it is not in the FAQ, could someone responsible for the FAQ add this information inside ? Thank you so much again, I close this point. ;) ------------------------------------------------------------------------ [2003-10-24 06:46:44] [EMAIL PROTECTED] Oracle and OCI extensions cannot be used at the same time. Turn off oracle extension. ------------------------------------------------------------------------ [2003-10-24 05:58:09] lionel dot staal at proconsultant dot net 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 ------------------------------------------------------------------------ [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