sas Fri Nov 29 06:34:09 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: add missing line Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.78 php4/sapi/thttpd/thttpd.c:1.79 --- php4/sapi/thttpd/thttpd.c:1.78 Tue Nov 26 00:15:55 2002 +++ php4/sapi/thttpd/thttpd.c Fri Nov 29 06:34:08 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: thttpd.c,v 1.78 2002/11/26 05:15:55 sas Exp $ */ +/* $Id: thttpd.c,v 1.79 2002/11/29 11:34:08 sas Exp $ */ #include "php.h" #include "SAPI.h" @@ -414,6 +414,7 @@ sapi_thttpd_register_variables, NULL, /* Log message */ + NULL, /* +php.ini path override */ NULL, /* Block interruptions */ NULL, /* Unblock interruptions */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php