On Mon, Aug 3, 2009 at 15:46, Tom Boutell<t...@punkave.com> wrote: > Hello, > > I'm interested in correcting errors in the documentation of the > session.gc_max_lifetime option. php.ini-dist states: [...] > The current contents of php.ini-dist and
-dist and -recommended don't exists anymore, but I guess the same problem is in the new -prod and -dev files. > http://www.php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime > refer to the lifetime of data, not the lifetime of a session. So they > are not flat wrong. But they are confusing and I'd like to contribute > a clarified version. > > How would I go about getting access to do that? svn checkout http://svn.php.net/php/php-src/branches/PHP_5_3/php.ini-production edit the file and create an patch with "svn diff". And the same with the docs: svn checkout http://svn.php.net/phpdoc/en/trunk/reference/session/ini.xml edit the file and create an patch with "svn diff". -Hannes