ID: 27772 Comment by: egarcia at egm dot as Reported By: khagiya1 at yahoo dot co dot jp Status: Closed Bug Type: Reproducible crash Operating System: Windows Xp Professional Ver2002 PHP Version: 4.3.5 New Comment:
Hello, I test with the php4-win32-STABLE-200404010030.zip And ALL WORKS FINE, with and without the Zend extensions (Optimizer & debugger) in the Web and the console. Thanks, regards. Previous Comments: ------------------------------------------------------------------------ [2004-03-31 09:42:14] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2004-03-31 07:06:16] egarcia at egm dot as The problem is also reproducible in the Web, but I only get no data (blank screen) or one message related to PHP exception. In the console I always get the error. In the Web not always but is very unstable. Without any zend_extension_ts, all is very stable. Faulting application php.exe, version 4.3.5.5, faulting module unknown, version 0.0.0.0, fault address 0x00d74140. zend_extension_ts="C:\Program Files\Zend\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts="C:\Program Files\Zend\lib\Optimizer-2.5.0" zend_extension_manager.debug_server_ts="C:\Program Files\Zend\lib\Debugger-3.0.1" If I comment the optimizer_ts line and debuger_server_ts, all works OK even with the zend_extension_ts; but If I enable one of both then I get crash. ------------------------------------------------------------------------ [2004-03-30 23:44:33] khagiya1 at yahoo dot co dot jp I am sorry since the range of zend and the range of php are not known well. Is it the same as this bug(Bug #27141)? In my place, even if this problem is not a command line, it occurs. > Does it work when you disable the ioncube_loader? Yes, it operates satisfactory. It will crash, if there is some zend_extension_ts. For example, It crashes, even if it writes this. [php.ini] zend_extension_ts = C:\ZendOptimizer.dll An extended module calls ZEND_INIT_MODULE_GLOBALS in PHP_MINIT_FUNCTION mostly. In ZTS mode, this calls ts_allocate_id. dtor and ctor(for module) are registered by this. So, in zend_extension_ts which is not calling this function, it doesn't crash. ------------------------------------------------------------------------ [2004-03-30 09:53:37] [EMAIL PROTECTED] Does it work when you disable the ioncube_loader? ------------------------------------------------------------------------ [2004-03-30 08:52:58] egarcia at egm dot as You can get mor information from: Bug #27141 PHP.exe crash on console. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/27772 -- Edit this bug report at http://bugs.php.net/?id=27772&edit=1