<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/session/tests/session_cache_limiter_variation1.phpt, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Clean up ext/session errors</title>
<updated>2020-09-11T09:59:04+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-10T17:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=f293e6b92003d02fe7db81861500e8ff8fb771c4'/>
<id>f293e6b92003d02fe7db81861500e8ff8fb771c4</id>
<content type='text'>
Closes GH-6111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6111
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary PHPDoc-alike blocks from tests</title>
<updated>2020-06-24T11:13:44+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-06-24T09:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b5c7a83dcab670a5ac6070ac3774a5d221fd5ecc'/>
<id>b5c7a83dcab670a5ac6070ac3774a5d221fd5ecc</id>
<content type='text'>
Closes GH-5759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5759
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in *.phpt</title>
<updated>2018-10-14T17:46:15+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-10-14T16:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d7a3edd45db8d91ddf09cba7c594c63e63f62709'/>
<id>d7a3edd45db8d91ddf09cba7c594c63e63f62709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trim trailing whitespace in tests</title>
<updated>2018-10-14T15:07:20+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2018-09-16T17:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=9c144e0d8217d1ef7a83c2498214308b21af749f'/>
<id>9c144e0d8217d1ef7a83c2498214308b21af749f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #74936 - session_*() functions trigger a warning in read mode when the session is active</title>
<updated>2017-07-18T20:25:22+00:00</updated>
<author>
<name>Sergei Morozov</name>
<email>morozov@tut.by</email>
</author>
<published>2017-07-17T09:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5b12b46a19bc37d073c4ac32e62fbe823f786e09'/>
<id>5b12b46a19bc37d073c4ac32e62fbe823f786e09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #71038 - session_start() returns true even when it failed</title>
<updated>2016-11-17T02:09:07+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2016-11-17T02:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=7f196e321fa464075248eced7d0d2c046b686b24'/>
<id>7f196e321fa464075248eced7d0d2c046b686b24</id>
<content type='text'>
PR #2167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR #2167
</pre>
</div>
</content>
</entry>
<entry>
<title>New set of session extension tests for PHP 5.3 branch.</title>
<updated>2008-04-22T16:04:30+00:00</updated>
<author>
<name>Ant Phillips</name>
<email>ant@php.net</email>
</author>
<published>2008-04-22T16:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=79b73d12183936f19ea88008e81adaa9e97b807e'/>
<id>79b73d12183936f19ea88008e81adaa9e97b807e</id>
<content type='text'>
These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings, nor do they test anything
with register_globals enabled.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These hopefully test a reasonable set of basic, error and variations for
the twenty or so session functions. Note however that they do not
test all the session configuration settings, nor do they test anything
with register_globals enabled.

</pre>
</div>
</content>
</entry>
</feed>
