php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27141 PHP.exe crash on console
Submitted: 2004-02-04 06:27 UTC Modified: 2004-02-04 19:12 UTC
From: egarcia at egm dot as Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.5RC2 OS: Windows XP Professional
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: egarcia at egm dot as
New email:
PHP Version: OS:

 

 [2004-02-04 06:27 UTC] egarcia at egm dot as
Description:
------------
The php.exe crash when this is called from the command interface.

C:\PHP>php
^Z
Content-type: text/html
X-Powered-By: PHP/4.3.5RC2
Set-Cookie: ZDEDebuggerPresent=php,phtml,php3


After this message, the OS reports a error in PHP.exe.

The ISAPI in IIS is working OK.

Reproduce code:
---------------
1. Run the command interface
   Start | Run | cmd
2. Go to the PHP directory
   CD \PHP
3. Execute the PHP.exe and scape (CTRL+Z)
   C:\PHP>php
   ^Z

The OS reports a crash in PHP.EXE

Expected result:
----------------
Normal exit with the headers.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-04 13:19 UTC] sniper@php.net
Try without any 3rd party extensions.

 [2004-02-04 13:42 UTC] egarcia at egm dot as
I've the following extensions loaded

php_gd2
php_mssql
php_pdf
php_zip

Then I disable all the extensions and the crash continue.

I disable:
Zend\lib\Debugger-3.0.1
Zend\lib\Optimizer-2.1.0
Zend\lib\ZendExtensionManager.dll

And all functions without problem.

I load the extensions again and all works fine.

I activate the ZendExtensionManager and still work, but if I activate the debugger or the optimizer then the PHP crash.
 [2004-02-04 19:12 UTC] sniper@php.net
Report this to zend.com, we do not support any of those 3rd party extensions. Thank you.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 00:01:35 2025 UTC