From:             a dot stagl at gmx dot at
Operating system: Win2k
PHP version:      4.3.5RC2
PHP Bug Type:     Scripting Engine problem
Bug description:  PHP crashes at the end of each script

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.


-- 
Edit bug report at http://bugs.php.net/?id=27155&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27155&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27155&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27155&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27155&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27155&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27155&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27155&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27155&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27155&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27155&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27155&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27155&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27155&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27155&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27155&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27155&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27155&r=float

Reply via email to