From:             nomonada2000 at yahoo dot com
Operating system: Windows CP Pro
PHP version:      4.3.3
PHP Bug Type:     Unknown/Other Function
Bug description:  php.exe stops / hangs

Description:
------------
Webserver : Omnihttpd v2.09
MySQL server : 4.0.13-win
PHP : v4.3.3
OS : WinXP Pro

Hello, I have been reading loads of stuff about this and I am having a
hard time figuring this one out.


When I run the script below, there is output as usually, But when I hold
the refresh(F5)(IEP) key down or press F5 quickly 10 times. The PHP.exe
file stays in the taskmanager.
It will not close after finishing the script.
And when there is 1 very quickly more follow which results in a very long
list of PHP.exe in my taskmanager, and memory failure.

As I already have read, people with apache have the same problem, but in
your bug reports a real solution was not offered, just some trails.

If I would gues, I think it is something in the PHP.ini but the offered
solutions with the "error/warning/notice" and "extensions_dir" did not
give a positive result.

Please ask me as much as you want in order to get this resolved.

Reproduce code:
---------------
<?
// Show all information, defaults to INFO_ALL
phpinfo();
?>

Expected result:
----------------
php.exe closed in the taskmanager.

Actual result:
--------------
output is there,but php.exe is still active in the taskmanager with more
to follow until memory shortage.

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

Reply via email to