php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27155 PHP crashes at the end of each script
Submitted: 2004-02-05 03:33 UTC Modified: 2004-02-10 17:57 UTC
From: a dot stagl at gmx dot at Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 4.3.5RC2 OS: Win2k
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: a dot stagl at gmx dot at
New email:
PHP Version: OS:

 

 [2004-02-05 03:33 UTC] a dot stagl at gmx dot at
Description:
------------
When I create a file "phpinfo.php" and run it on the dos-command-line (in win2k) as "c:\programme\php\php phpinfo.php", the script seems to provide the correct result, but terminates always with an "DrWatson"-Alert.

Due to the fact, that I don't have a Webserver running on that machine, i cannot test, if this problem also appears when running php as a module (instead of using the cgi).

Furthermore, I tried to load a few extensions like oracle, pdf, gd2, zip, ldap, imap and curl, but as it looked like, at least they seemed to be loaded correctly (because I didn't get an error-message related to those modules)... so I don't think that the "devil" is in one of those extension.

Reproduce code:
---------------
<?php
phpinfo();
?>

Expected result:
----------------
... showing the php-infos without opening an DrWatson-Alert-Box.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-05 06:44 UTC] sniper@php.net
Are you loading any zend extensions in your php.ini?
(such as some debugger, cache, etc. crap?)
Are you sure the correct php.ini is loaded?
Are you sure your installation is valid?

 [2004-02-05 06:52 UTC] a dot stagl at gmx dot at
Yes, I'm loading the free Zend Optimizer 2.1.0b (i think) for PHP >= 4.0.5

Regarding your other 2 questions:

- Yes, the php.ini should be correct and should be filled with valid values.

- Yes, also my installation should be valid.
 [2004-02-05 07:28 UTC] sniper@php.net
Uh..does PHP crash if you remove Zend optimizer?

 [2004-02-10 17:57 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: Fri Apr 19 19:01:28 2024 UTC