|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-09-07 13:56 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 21:00:02 2025 UTC |
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.