php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #58395 allow apc.php to work when includ()ed from another php script
Submitted: 2008-10-28 09:16 UTC Modified: 2016-11-18 20:52 UTC
From: giunta dot gaetano at gmail dot com Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.2.5 OS: windoze
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: giunta dot gaetano at gmail dot com
New email:
PHP Version: OS:

 

 [2008-10-28 09:16 UTC] giunta dot gaetano at gmail dot com
Description:
------------
Trying to include apc.php from another script, while using ob_start/ob_clean to get the script output works halfway, especially if this inclusion is done within a function.

Fixes:
- remove call to exit; if apc is not enabled, replace with a big else block
- declaration of function bsize has to be moved before its usage (don't ask me why), eg before if (isset($MYREQUEST['IMG']))
- remove any usage of 'global $x' in favour of $_GLOBALS['x']




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-18 20:52 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 20:52 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC