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.

With jit enabled, I should be able to toggle "S", for example, before
the first access of a $_SERVER variable and have that setting work.

    That wasn't possible before this patch either. Seems quite impossible too.

    --Jani

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

Reply via email to