php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27168 PHP crash
Submitted: 2004-02-06 04:28 UTC Modified: 2004-02-10 17:58 UTC
From: smailling at free dot fr Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.3.5RC2 OS: Windows 2000 Last SP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: smailling at free dot fr
New email:
PHP Version: OS:

 

 [2004-02-06 04:28 UTC] smailling at free dot fr
Description:
------------
I didn't have any problem with the last official PHP. But this one crashes my script. In fact, event a simple script with phpinfo.php
I am using apache 2.0.47 with PHP as a CGI.


No errors are logged in the php.log

the instruction at 0xx77fcc2e2 referenced memory at 0x00a40010. the memory could not be read.

Reproduce code:
---------------
at this time, every code.
The issue is coming from php.ini
List of extensions that don't work:
extension=php_printer.dll
zend debugger


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-06 05:51 UTC] smailling at free dot fr
btw, the is nothing in the error.log of Apache.
I am tested the last Zend available.

If I enable one of this 2 lines, php crashes. If I click ok, the pages is shown.

;zend_extension_manager.optimizer_ts="C:\Program Files\Zend\lib\Optimizer-2.1.0"
;zend_extension_manager.debug_server_ts="C:\Program Files\Zend\lib\Debugger-3.0.1"
 [2004-02-06 07:11 UTC] smailling at free dot fr
With another script, PHP is crashing all the time (even with no extentions loaded, and with no Zend at all). Note: it doesn't prevent PHP to show the page.
Also: yes, I updated the DLL in winnt\system32\
 [2004-02-06 07:50 UTC] edink@php.net
Please refer zend product issues to http://www.zend.com/support/

As for the crash without any extensions enabled please provide example code that crashes.
 [2004-02-10 17:58 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 14:01:29 2024 UTC