rasmus Tue Jun 3 01:44:17 2003 EDT
Modified files:
/php4/sapi/apache mod_php5.c
Log:
MFB - fix a couple of missing closing folding tags
Index: php4/sapi/apache/mod_php5.c
diff -u php4/sapi/apache/mod_php5.c:1.4 php4/sapi/apache/mod_php5.c:1.5
--- php4/sapi/apache/mod_php5.c:1.4 Fri May 9 05:11:14 2003
+++ php4/sapi/apache/mod_php5.c Tue Jun 3 01:44:17 2003
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: mod_php5.c,v 1.4 2003/05/09 09:11:14 edink Exp $ */
+/* $Id: mod_php5.c,v 1.5 2003/06/03 05:44:17 rasmus Exp $ */
#include "php_apache_http.h"
#include "http_conf_globals.h"
@@ -381,6 +381,7 @@
return SUCCESS;
}
+/* }}} */
/* {{{ sapi_apache_get_target_uid
*/
@@ -389,6 +390,7 @@
*obj = ap_user_id;
return SUCCESS;
}
+/* }}} */
/* {{{ sapi_apache_get_target_gid
*/
@@ -397,6 +399,7 @@
*obj = ap_group_id;
return SUCCESS;
}
+/* }}} */
/* {{{ sapi_module_struct apache_sapi_module
*/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php