rasmus          Tue Jun  3 01:41:49 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/apache   mod_php4.c 
  Log:
  Fix a couple of closing folding tags
  
  
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.146.2.11 php4/sapi/apache/mod_php4.c:1.146.2.12
--- php4/sapi/apache/mod_php4.c:1.146.2.11      Fri May 30 21:37:44 2003
+++ php4/sapi/apache/mod_php4.c Tue Jun  3 01:41:49 2003
@@ -17,7 +17,7 @@
    | PHP 4.0 patches by Zeev Suraski <[EMAIL PROTECTED]>                      |
    +----------------------------------------------------------------------+
  */
-/* $Id: mod_php4.c,v 1.146.2.11 2003/05/31 01:37:44 sniper Exp $ */
+/* $Id: mod_php4.c,v 1.146.2.12 2003/06/03 05:41:49 rasmus Exp $ */
 
 #include "php_apache_http.h"
 #include "http_conf_globals.h"
@@ -380,6 +380,7 @@
        
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_uid
  */
@@ -388,6 +389,7 @@
        *obj = ap_user_id;
        return SUCCESS;
 }
+/* }}} */
 
 /* {{{ sapi_apache_get_target_gid
  */
@@ -396,6 +398,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

Reply via email to