php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56864 APC 3.0.9DEV on PHP5.1.2 breaks Apache
Submitted: 2006-02-27 17:38 UTC Modified: 2006-03-09 19:27 UTC
From: toni at dingsbums dot org Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.1.2 OS: Windows XP Pro SP2
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: toni at dingsbums dot org
New email:
PHP Version: OS:

 

 [2006-02-27 17:38 UTC] toni at dingsbums dot org
Description:
------------
Apache 2.0.55 gets stuck when activating APC 3.0.9DEV (http://pecl4win.php.net/download.php/ext/5_1/5.1.2/php_apc.dll) with default settings on PHP 5.1.2.

Reproduce code:
---------------
<?php

phpinfo();

?>


Expected result:
----------------
Complete output of phpinfo();

Actual result:
--------------
Apache stops delivery of the output of phpinfo() after sending  the _ENV["PATH"]-value to the Browser. _ENV["PATHEXT"]-value is not displayed. _ENV["PATHEXT"] on my system contains ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH".
This is only an example, other Applications are affected, too. Request entry of the concerned file is in Apache's access_log, no Entries in error_log. After Apache gets stuck, no static or php-file is served anymore, the browser stays in "loading"-state.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-27 17:43 UTC] toni at dingsbums dot org
PHP-Version changed to 5.1.2 (which can't be selected in the dropdown-menu on submission-page)
 [2006-03-09 05:30 UTC] me at contents dot nl
Could not reproduce on win32, php 5.1.2, apc 3.0.9-dev, apache 1.3.33
 [2006-03-09 19:27 UTC] edink at emini dot dk
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


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