On Sat, 29 Mar 2003, Andrei Zmievski wrote: > On Sat, 29 Mar 2003, Derick Rethans wrote: > > MAKE_STD_ZVAL(tmp); > > > > INI_DEFAULT("register_argc_argv", 19, "1"); > > - INI_DEFAULT("html_errors", 12, "1"); > > + INI_DEFAULT("html_errors", 12, "0"); > > INI_DEFAULT("implicit_flush", 15, "1"); > > INI_DEFAULT("max_execution_time", 19, "0"); > > Why are we specifying the length of the string explicitly? Is there > something wrong with sizeof() since the last time I checked?
I've no idea, I just fixed the bug :) Derick -- "my other box is your windows PC" ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php