php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57455 Function apc_eval()
Submitted: 2006-12-24 10:48 UTC Modified: 2014-02-28 12:38 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: andreas dot kirbach at gmxpro dot de Assigned: krakjoe (profile)
Status: Closed Package: APC (PECL)
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
 [2006-12-24 10:48 UTC] andreas dot kirbach at gmxpro dot de
Description:
------------
It would be nice if APC had something like mixed apc_eval(  string code, string key [, int ttl] ).
This should work exactly like eval(), but store the opcode for ttl seconds.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-04-26 02:55 UTC] shawn at digitalpoint dot com
Yes please.  The ability for an eval() function to run opcode 
would be glorious.  :)
 [2014-02-28 12:38 UTC] krakjoe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: krakjoe
 [2014-02-28 12:38 UTC] krakjoe@php.net
Closing this bug for several reasons:

 APC is no longer the primary means of caching opcodes.
 The original request doesn't make a lot of sense.

Thanks for helping to make PHP better :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 09:01:28 2024 UTC