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
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
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.
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
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
5 matches
Mail list logo