<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/session/tests/session_module_name_variation3.phpt, branch php-7.2.6</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-7.1'</title>
<updated>2017-05-09T03:15:32+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-09T03:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8f2d3539f20340cc4eb7b00d543efc9a1ed0bc49'/>
<id>8f2d3539f20340cc4eb7b00d543efc9a1ed0bc49</id>
<content type='text'>
* PHP-7.1:
  Fixed tests when using cumstom php.ini(session.save_handler)
  Fix Bug #74541 Wrong reflection on session_start()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fixed tests when using cumstom php.ini(session.save_handler)
  Fix Bug #74541 Wrong reflection on session_start()
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed tests when using cumstom php.ini(session.save_handler)</title>
<updated>2017-05-09T03:13:41+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2017-05-09T03:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b22e9dc2eaa754d1733f9e73e7041d3a006d7fc'/>
<id>1b22e9dc2eaa754d1733f9e73e7041d3a006d7fc</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://git.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>Reverted ad4533fdbabcc3e545277e30023b2fdce16297a0</title>
<updated>2015-07-21T09:18:36+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-07-21T09:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6065b29fe41f09e01dd06ba21980e0344f13230c'/>
<id>6065b29fe41f09e01dd06ba21980e0344f13230c</id>
<content type='text'>
The E_ERROR to E_RECOVERABLE_ERROR should be readded with the
proper tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The E_ERROR to E_RECOVERABLE_ERROR should be readded with the
proper tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change E_ERROR and some E_WARNING to E_RECOVERABLE_ERROR.</title>
<updated>2015-07-21T03:59:23+00:00</updated>
<author>
<name>Yasuo Ohgaki</name>
<email>yohgaki@php.net</email>
</author>
<published>2015-07-21T03:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ad4533fdbabcc3e545277e30023b2fdce16297a0'/>
<id>ad4533fdbabcc3e545277e30023b2fdce16297a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak uncaught exception message display</title>
<updated>2015-05-17T16:47:06+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-05-17T16:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3ae995f03c8f60c4a4c9718262545cf5a6a08da3'/>
<id>3ae995f03c8f60c4a4c9718262545cf5a6a08da3</id>
<content type='text'>
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix directory separator in test</title>
<updated>2014-08-20T19:27:39+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2014-08-20T19:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4b337a898bd7288b8320e966d6c3ae4ec0e3cca1'/>
<id>4b337a898bd7288b8320e966d6c3ae4ec0e3cca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Followup fix to custom session save handlers</title>
<updated>2014-07-07T19:59:54+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2014-07-07T19:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7c2489751cc48961487edd69b49083d4ca6b4828'/>
<id>7c2489751cc48961487edd69b49083d4ca6b4828</id>
<content type='text'>
2d9885c introduced some regressions.  This addresses those.

  * Don't throw return type notice or session write failure when in an exception
  * Fix tests to properly return true/false since null is no longer falsy/successy
  * Rerecord a few tests to accomodate difference in raised warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2d9885c introduced some regressions.  This addresses those.

  * Don't throw return type notice or session write failure when in an exception
  * Fix tests to properly return true/false since null is no longer falsy/successy
  * Rerecord a few tests to accomodate difference in raised warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix session test failures as reported by Antony Dovgal.</title>
<updated>2008-04-30T09:28:02+00:00</updated>
<author>
<name>Ant Phillips</name>
<email>ant@php.net</email>
</author>
<published>2008-04-30T09:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c55db17098d8c411b999859b3d2bdab028365f69'/>
<id>c55db17098d8c411b999859b3d2bdab028365f69</id>
<content type='text'>
These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were caused by the tests assuming default values for some session
configuration settings, in particular session.save_path and session.name.
The tests now explicitly set these settings in the --INI-- section.

</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://git.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>
