]> granicus.if.org Git - php/commitdiff
Add entry for session.lazy_write
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 16 Dec 2015 09:37:43 +0000 (11:37 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 16 Dec 2015 09:37:43 +0000 (11:37 +0200)
php.ini-development
php.ini-production

index 39ba1fd71b8a840db5a027e82d5aa465e76b9de3..801c1b63d448daad14d01cacb198fca15c4c42ea 100644 (file)
@@ -1516,6 +1516,10 @@ url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
 ; http://php.net/session.upload-progress.min-freq
 ;session.upload_progress.min_freq = "1"
 
+; Only write session data when session data is changed. Enabled by default.
+; http://php.net/session.lazy-write
+;session.lazy_write = On
+
 [Assertion]
 ; Switch whether to compile assertions at all (to have no overhead at run-time)
 ; -1: Do not compile at all
index cc3ffa096b35b19e7a41a69fccd55fd80f372465..521ded662bcfbc240d9fea1094fabfb3e82ef14e 100644 (file)
@@ -1516,6 +1516,10 @@ url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
 ; http://php.net/session.upload-progress.min-freq
 ;session.upload_progress.min_freq = "1"
 
+; Only write session data when session data is changed. Enabled by default.
+; http://php.net/session.lazy-write
+;session.lazy_write = On
+
 [Assertion]
 ; Switch whether to compile assertions at all (to have no overhead at run-time)
 ; -1: Do not compile at all