]> granicus.if.org Git - php/commitdiff
session_set_cookie_params new param
authorHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:16:24 +0000 (21:16 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 24 Oct 2006 21:16:24 +0000 (21:16 +0000)
README.UPDATE_5_2

index 80133ae681ca03de3ff32490ab4411832b35b129..92ea99828397674f9c89d6cd6596ea72314209e7 100644 (file)
@@ -554,8 +554,8 @@ New optional parameters:
   - 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)
 
-