[PHP-DEV] Re: Opcache tuning

2013-03-16 Thread Dmitry Stogov
Hi Zeev, Rasmus is talking about a case when O+ is loaded but completely disable for CLI. Of course, it makes no sense to load and parse blacklist file in this case. Thanks. Dmitry. On Sun, Mar 17, 2013 at 9:58 AM, Zeev Suraski wrote: > On 16 במרץ 2013, at 08:32, Rasmus Lerdorf wrote: > > >

[PHP-DEV] Re: Opcache tuning

2013-03-16 Thread Zeev Suraski
On 16 במרץ 2013, at 08:32, Rasmus Lerdorf wrote: > Another small tweak, I noticed that with enable_cli off it still loads > the blacklist when sapi=cli. There doesn't seem to be much point in > that, is there? > Not that I think it's a common use case, but if one happens to have a directory with

Re: [PHP-DEV] __invokeStatic() method

2013-03-16 Thread Pierre du Plessis
On Mar 16, 2013 9:35 PM, "Daniele Orlando" wrote: > > Hi List, > > I'm interested in proposing an RFC and I would know your opinion. > > === Current Situation === > Since PHP 5.3 we can use an object instance, who defines the __invoke() > method, as a callable object. > Example: > > // PHP Code. >

Re: [PHP-DEV] Voting on PHP features

2013-03-16 Thread Sherif Ramadan
On Sat, Mar 16, 2013 at 5:28 AM, Sébastien Durand wrote: > Hi guys, > > *I think it could be a nice little improvement to add an extra form field > (*160 > chars max),* that would let users quickly comment on why they voted "yes" > or "no".* > * > * > *It would help having a better sense of what'

Re: [PHP-DEV] __invokeStatic() method

2013-03-16 Thread Simon J Welsh
On 17/03/2013, at 8:33 AM, Daniele Orlando wrote: > Hi List, > > I'm interested in proposing an RFC and I would know your opinion. > > === Current Situation === > Since PHP 5.3 we can use an object instance, who defines the __invoke() > method, as a callable object. > Example: > > // PHP Code.

[PHP-DEV] __invokeStatic() method

2013-03-16 Thread Daniele Orlando
Hi List, I'm interested in proposing an RFC and I would know your opinion. === Current Situation === Since PHP 5.3 we can use an object instance, who defines the __invoke() method, as a callable object. Example: // PHP Code. class Runnable { public function __invoke() { echo "Run

[PHP-DEV] Voting on PHP features

2013-03-16 Thread Sébastien Durand
Hi guys, *I think it could be a nice little improvement to add an extra form field (*160 chars max),* that would let users quickly comment on why they voted "yes" or "no".* * * *It would help having a better sense of what's going on and** to understand why this proposed feature is a good language