andrei          Fri Oct  6 18:01:20 2006 UTC

  Modified files:              
    /php-src/ext/standard       pageinfo.c 
  Log:
  Mark pageinfo.c funcs with U.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/pageinfo.c?r1=1.42&r2=1.43&diff_format=u
Index: php-src/ext/standard/pageinfo.c
diff -u php-src/ext/standard/pageinfo.c:1.42 
php-src/ext/standard/pageinfo.c:1.43
--- php-src/ext/standard/pageinfo.c:1.42        Sun Jan  1 13:09:55 2006
+++ php-src/ext/standard/pageinfo.c     Fri Oct  6 18:01:20 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: pageinfo.c,v 1.42 2006/01/01 13:09:55 sniper Exp $ */
+/* $Id: pageinfo.c,v 1.43 2006/10/06 18:01:20 andrei Exp $ */
 
 #include "php.h"
 #include "pageinfo.h"
@@ -100,7 +100,7 @@
        return (BG(page_gid));
 }
 
-/* {{{ proto int getmyuid(void)
+/* {{{ proto int getmyuid(void) U
    Get PHP script owner's UID */
 PHP_FUNCTION(getmyuid)
 {
@@ -115,7 +115,7 @@
 }
 /* }}} */
 
-/* {{{ proto int getmygid(void)
+/* {{{ proto int getmygid(void) U
    Get PHP script owner's GID */
 PHP_FUNCTION(getmygid)
 {
@@ -130,7 +130,7 @@
 }
 /* }}} */
 
-/* {{{ proto int getmypid(void)
+/* {{{ proto int getmypid(void) U
    Get current process ID */
 PHP_FUNCTION(getmypid)
 {
@@ -145,7 +145,7 @@
 }
 /* }}} */
 
-/* {{{ proto int getmyinode(void)
+/* {{{ proto int getmyinode(void) U
    Get the inode of the current script being parsed */
 PHP_FUNCTION(getmyinode)
 {
@@ -164,7 +164,7 @@
        return BG(page_mtime);
 }
 
-/* {{{ proto int getlastmod(void)
+/* {{{ proto int getlastmod(void) U
    Get time of last page modification */
 PHP_FUNCTION(getlastmod)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to