[PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-23 Thread Rasmus Lerdorf
php_admin_value disable_functions does not work. Works fine from php.ini. I am swamped with other stuff, but could someone familiar with that bit of code take a look? Are we processing httpd.conf stuff after whatever point disable_functions are applied? -Rasmus -- PHP Development Mailing

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-23 Thread Zeev Suraski
At 07:55 24-10-01, Rasmus Lerdorf wrote: >php_admin_value disable_functions does not work. Works fine from php.ini. It's not supposed to work, it can only work from php.ini. Zeev -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-23 Thread Edin Kadribasic
> At 07:55 24-10-01, Rasmus Lerdorf wrote: > >php_admin_value disable_functions does not work. Works fine from php.ini. > > It's not supposed to work, it can only work from php.ini. Shouldn't php_admin_value work in VirtualHost part of httpd.conf? It seems that there is something broken there. S

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-23 Thread Zeev Suraski
At 09:01 24-10-01, Edin Kadribasic wrote: > > At 07:55 24-10-01, Rasmus Lerdorf wrote: > > >php_admin_value disable_functions does not work. Works fine from >php.ini. > > > > It's not supposed to work, it can only work from php.ini. > >Shouldn't php_admin_value work in VirtualHost part of httpd.c

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Rasmus Lerdorf
> At 07:55 24-10-01, Rasmus Lerdorf wrote: > >php_admin_value disable_functions does not work. Works fine from php.ini. > > It's not supposed to work, it can only work from php.ini. Why? -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Zeev Suraski
At 09:30 24-10-01, Rasmus Lerdorf wrote: > > At 07:55 24-10-01, Rasmus Lerdorf wrote: > > >php_admin_value disable_functions does not work. Works fine from php.ini. > > > > It's not supposed to work, it can only work from php.ini. > >Why? Look at the code... It's really designed to be a one-tim

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Rasmus Lerdorf
> At 09:30 24-10-01, Rasmus Lerdorf wrote: > > > At 07:55 24-10-01, Rasmus Lerdorf wrote: > > > >php_admin_value disable_functions does not work. Works fine from php.ini. > > > > > > It's not supposed to work, it can only work from php.ini. > > > >Why? > > Look at the code... It's really design

Re: [PHP-DEV] startup sequencing issue with php_admin_value disable_functions?

2001-10-24 Thread Zeev Suraski
At 17:44 24-10-01, Rasmus Lerdorf wrote: > > At 09:30 24-10-01, Rasmus Lerdorf wrote: > > > > At 07:55 24-10-01, Rasmus Lerdorf wrote: > > > > >php_admin_value disable_functions does not work. Works fine from > php.ini. > > > > > > > > It's not supposed to work, it can only work from php.ini. >