From 96fe1dfe535c76bf9e4fa93fdda0accae054f46f Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Wed, 16 Dec 2015 11:37:43 +0200 Subject: Add entry for session.lazy_write --- php.ini-development | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php.ini-development') diff --git a/php.ini-development b/php.ini-development index 39ba1fd71b..801c1b63d4 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 -- cgit v1.2.1