[PHP] Re: OPcache Instead of APC Now?

2013-07-30 Thread Jan Ehrhardt
Timmy Turner in php.general (Tue, 30 Jul 2013 19:02:43 +0200): >I was looking through the changelog for PHP 5.5 and noticed the Zend >OPcache. Will this be replacing APC? (Is APC still being maintained?) > >The reason I'm asking is because I use APC's data caching feature heavily, >which Zend's OPc

[PHP] OPcache Instead of APC Now?

2013-07-30 Thread Timmy Turner
I was looking through the changelog for PHP 5.5 and noticed the Zend OPcache. Will this be replacing APC? (Is APC still being maintained?) The reason I'm asking is because I use APC's data caching feature heavily, which Zend's OPcache (currently) does not offer. Given that APC's shared memory cach

Re: [PHP] php 5.3.15 and exception for disabled_functions

2013-07-30 Thread Josef Karliak
Hi, interesting function, but disable_function is configurable only from php.ini file :-/ J.K. Cituji Bálint Horváth : Hi, Maybe you think for ini_set() http://php.net/manual/en/function.ini-set.php On Tue, Jul 30, 2013 at 9:22 AM, Josef Karliak wrote: Hi there, in the php.

Re: [PHP] php 5.3.15 and exception for disabled_functions

2013-07-30 Thread Bálint Horváth
Hi, Maybe you think for ini_set() http://php.net/manual/en/function.ini-set.php On Tue, Jul 30, 2013 at 9:22 AM, Josef Karliak wrote: > Hi there, > in the php.ini file I've disabled some functions (exec and similar). In > the php script we must use binary execution - so I had to enable f

[PHP] php 5.3.15 and exception for disabled_functions

2013-07-30 Thread Josef Karliak
Hi there, in the php.ini file I've disabled some functions (exec and similar). In the php script we must use binary execution - so I had to enable function "exec" again. And here is a question - does php have an option, that I could set : this binary file could use this disabled functi