Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c /main php_ini.c

2002-08-29 Thread Marcus Börger
At 09:12 29.08.2002, Sebastian Bergmann wrote: >Jan Lehnardt wrote: > > jan Wed Aug 28 18:31:52 2002 EDT > > > > Modified files: > > /php4/main php_ini.c > > /php4/ext/standard info.c > > Log: > >- add phpinfo() support for CLI. > > @phpinfo() support for CLI (jan)

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c /main php_ini.c

2002-08-28 Thread Sebastian Bergmann
Jan Lehnardt wrote: > jan Wed Aug 28 18:31:52 2002 EDT > > Modified files: > /php4/main php_ini.c > /php4/ext/standard info.c > Log: >- add phpinfo() support for CLI. > @phpinfo() support for CLI (jan) This broke the ZTS build. After 30 minutes of TSRMLS_D/DC/C/C

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c /main php_ini.c

2002-08-28 Thread Marcus Börger
At 01:06 29.08.2002, Jan Lehnardt wrote: >Hi, >On Thu, Aug 29, 2002 at 12:58:52AM +0200, Marcus Börger wrote: > > Did i recognize this correctly: You assume html_errors=on to > > differentiate wehther or not to return html? >what else could be the purpose of html_errors. But you could disable thi

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c /main php_ini.c

2002-08-28 Thread Jan Lehnardt
Hi, On Thu, Aug 29, 2002 at 12:58:52AM +0200, Marcus Börger wrote: > Did i recognize this correctly: You assume html_errors=on to > differentiate wehther or not to return html? what else could be the purpose of html_errors. > Wouldn't it be better to have this beeing a parameter to all info > rel

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard info.c /main php_ini.c

2002-08-28 Thread Marcus Börger
Did i recognize this correctly: You assume html_errors=on to differentiate wehther or not to return html? Wouldn't it be better to have this beeing a parameter to all info relevant functions and settings this to 0 in case of sapi cli? marcus At 00:31 29.08.2002, you wrote: >jan Wed A