ID:               27772
 Updated by:       [EMAIL PROTECTED]
 Reported By:      khagiya1 at yahoo dot co dot jp
-Status:           Open
+Status:           Closed
 Bug Type:         Reproducible crash
 Operating System: Windows Xp Professional Ver2002
 PHP Version:      4.3.5
 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

[2004-03-30 08:47:06] egarcia at egm dot as

Well, I report a similar error when this version was in beta testing. 
The product can be used with Zend Optimizer, this carsh constantly.



If I disable the Zend Optimizer 2.1b or 2.5 the product works OK, even
with the Zend Extensions enabled the product works OK.



The answer that I get about this incident not existent in the 4.3.4 was
that this problem is related to Zend and not to the PHP itself.



But reading the report with the Ioncube extensions must be related to
the Zend Engine or the PHP.



Regards,

------------------------------------------------------------------------

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

Reply via email to