bjori Tue Oct 24 21:16:24 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src README.UPDATE_5_2
Log:
session_set_cookie_params new param
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.18&r2=1.1.2.19&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.18 php-src/README.UPDATE_5_2:1.1.2.19
--- php-src/README.UPDATE_5_2:1.1.2.18 Tue Oct 24 21:08:53 2006
+++ php-src/README.UPDATE_5_2 Tue Oct 24 21:16:24 2006
@@ -554,8 +554,8 @@
- string base64_decode(string str[, bool strict=false]) (strict)
- bool setcookie(string name [, string value [, int expires [, string path
[, string domain [, bool secure[, bool httponly=false]]]]]] (httponly)
- bool setrawcookie(string name [, string value [, int expires [, string
path [, string domain [, bool secure[, bool httponly=false]]]]]] (httponly)
+ - void session_set_cookie_params(int lifetime [, string path [, string
domain [, bool secure[, bool httponly]]]]) (httponly)
- int memory_get_usage([bool real_usage=false]) (real_usage)
- boolean XMLReader::open(string URI [, string encoding [, int options]])
(encoding, options)
- boolean XMLReader::XML(string source [, string encoding [, int options]])
(encoding, options)
-
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php