php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25941 php.exe stops / hangs
Submitted: 2003-10-21 19:23 UTC Modified: 2003-10-22 01:52 UTC
From: nomonada2000 at yahoo dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.3 OS: Windows XP Pro
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nomonada2000 at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-10-21 19:23 UTC] nomonada2000 at yahoo dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-21 21:16 UTC] nomonada2000 at yahoo dot com
I have found the solution.

When I canceled the logitech mouse driver EM_EXEC.exe(v9.78.34.0) in the taskmanager. The php.exe sessions where started and CLOSED.

Is this now a bug of PHP or from LOGITECH?
 [2003-10-22 01:52 UTC] sniper@php.net
Propably that driver since I can't reproduce this.
(I don't have logitech mouse)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Sep 12 07:01:29 2024 UTC