sas             Thu May 29 13:39:01 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/session   session.c 
  Log:
  fix prototype
  
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.336.2.16 php4/ext/session/session.c:1.336.2.17
--- php4/ext/session/session.c:1.336.2.16       Thu May 29 12:19:56 2003
+++ php4/ext/session/session.c  Thu May 29 13:39:00 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.336.2.16 2003/05/29 16:19:56 sas Exp $ */
+/* $Id: session.c,v 1.336.2.17 2003/05/29 17:39:00 sas Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1270,7 +1270,7 @@
 }
 /* }}} */
 
-/* {{{ proto string session_regenerate_id()
+/* {{{ proto bool session_regenerate_id()
    Update the current session id with a newly generated one. */
 PHP_FUNCTION(session_regenerate_id)
 {



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

Reply via email to