Jani Taskinen wrote:
> On Sat, 6 Aug 2005, Rasmus Lerdorf wrote:
> 
>> Jani Taskinen wrote:
>>
>>> sniper        Fri Aug  5 17:44:27 2005 EDT
>>>
>>>   Modified files:
>>>     /php-src/main    main.c
>>>   Log:
>>>   - This ini option is only effective when set in php.ini or httpd.conf
>>>     or .htacces, etc. as GPC variables are set before any ini_set()
>>> is called
>>
>>
>> Are you sure?
> 
> 
>     Sure about what? That this option has no effect when set with
> ini_set()?
>     Yes, I'm sure. PG(variables_order) is set before any ini_set()'s are
> called.

Sure, but calling ini_set() on it will reset PG(variables_order) to the
new value.  The question is whether we want the jit stuff to respect
this setting or not which is what the bug report was about.

-Rasmus

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to