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? -Andrei http://www.gravitonic.com/ For society, it's probably a good thing that engineers value function over appearance. For example, you wouldn't want engineers to build nuclear power plants that only _look_ like they would keep all the radiation inside. (Scott Adams - The Dilbert principle) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php