ID:               49491
 Updated by:       j...@php.net
 Reported By:      gudaykanth at sapplica dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: centOS
 PHP Version:      5.3.0
 New Comment:

Wrong place to report bugs in APC. Do it here:

http://pecl.php.net/bugs/report.php?package=APC


Previous Comments:
------------------------------------------------------------------------

[2009-09-07 11:07:47] gudaykanth at sapplica dot com

Description:
------------
[Sat Sep  5 00:45:22 2009] [apc-warning] Unable to allocate memory for
pool. in /var/www/html/voxbox/php/getHub.php on line 2.
[Sat Sep  5 00:45:22 2009] [apc-warning] Unable to allocate memory for
pool. in /var/www/html/voxbox/php/getHub.php on line 11.


Reproduce code:
---------------
<?
include_once("cert_file_accessor.php");
$response='';
if($Auth_Result == "Failed")
{
        $response='{"status":"Unauthorized Access..."}';
        echo $response;
}
else
{
        include_once("connect_hub.php");



Expected result:
----------------
Execution is working fine. except that whenever the files is called
there is a new line in error_log.
Its just increasing the size of the log file.

Actual result:
--------------
Execution is working fine. except that whenever the files is called
there is a new line in error_log.
Its just increasing the size of the log file.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49491&edit=1

Reply via email to