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:
>
> >
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
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.
>
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'
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.
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
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