gschlossnagle Sun Feb 23 20:25:30 2003 EDT
Modified files:
/php4/sapi/apache mod_php4.c
Log:
ws fix
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.157 php4/sapi/apache/mod_php4.c:1.158
--- php4/sapi/apache/mod_php4.c:1.157 Sun Feb 23 20:19:08 2003
+++ php4/sapi/apache/mod_php4.c Sun Feb 23 20:25:30 2003
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: mod_php4.c,v 1.157 2003/02/24 01:19:08 gschlossnagle Exp $ */
+/* $Id: mod_php4.c,v 1.158 2003/02/24 01:25:30 gschlossnagle Exp $ */
#include "php_apache_http.h"
#include "http_conf_globals.h"
@@ -302,10 +302,10 @@
php_request_shutdown(dummy);
}
SG(server_context) = NULL;
- /*
- * The server context (request) is NOT invalid by the time
- * run_cleanups() is called
- */
+ /*
+ * The server context (request) is NOT invalid by the time
+ * run_cleanups() is called
+ */
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php