<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/tests, branch php-7.2.0alpha3</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>Bug #74815 crash with a combination of INI entries at startup</title>
<updated>2017-06-27T14:30:10+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-06-27T14:26:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e08c0ed8ced788a133b54ad96fdf681158b34e3d'/>
<id>e08c0ed8ced788a133b54ad96fdf681158b34e3d</id>
<content type='text'>
TS related VCWD routines depend on CWD. Thus, a premature CWD
deactivation renders the VCWD layer unusable. Same issue seems to
persist in versions &lt; 7.2, just that the code path is actually unused so
the issue didn't show up. Still might make sense to backport this into
lower branches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TS related VCWD routines depend on CWD. Thus, a premature CWD
deactivation renders the VCWD layer unusable. Same issue seems to
persist in versions &lt; 7.2, just that the code path is actually unused so
the issue didn't show up. Still might make sense to backport this into
lower branches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous semicolons</title>
<updated>2017-06-25T22:23:25+00:00</updated>
<author>
<name>Tom Van Looy</name>
<email>tom@ctors.net</email>
</author>
<published>2017-06-25T21:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=04fb3f28ff677d036cfaf902f07b75f0346a5c33'/>
<id>04fb3f28ff677d036cfaf902f07b75f0346a5c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement object type annotation</title>
<updated>2017-06-25T19:49:41+00:00</updated>
<author>
<name>Michał Brzuchalski</name>
<email>michal.brzuchalski@gmail.com</email>
</author>
<published>2017-06-25T19:43:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8e10c9d37398f0f3eece85fca713f19d11cdfb32'/>
<id>8e10c9d37398f0f3eece85fca713f19d11cdfb32</id>
<content type='text'>
RFC: https://wiki.php.net/rfc/object-typehint
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC: https://wiki.php.net/rfc/object-typehint
</pre>
</div>
</content>
</entry>
<entry>
<title>Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation</title>
<updated>2017-03-23T17:52:43+00:00</updated>
<author>
<name>Rowan Collins</name>
<email>rowan.collins@gmail.com</email>
</author>
<published>2017-03-04T22:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b565f1393f82e0ce0c94806cc7f52c6d9c5e87d'/>
<id>1b565f1393f82e0ce0c94806cc7f52c6d9c5e87d</id>
<content type='text'>
Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-bareword-strings]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings"
[https://wiki.php.net/rfc/deprecate-bareword-strings]
</pre>
</div>
</content>
</entry>
<entry>
<title>Change PHP_OS_FAMILY slightly</title>
<updated>2017-02-22T11:31:06+00:00</updated>
<author>
<name>Kalle Sommer Nielsen</name>
<email>kalle@php.net</email>
</author>
<published>2017-02-22T11:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9959ee7c2004919675d9cdc7c82f886f099f15f'/>
<id>f9959ee7c2004919675d9cdc7c82f886f099f15f</id>
<content type='text'>
* PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h
* Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP_OS_FAMILY is now a macro, to allow extensions to take advantage of it, it is defined in php.h
* Values are not upper-case-first, not always uppercase. Windows is no longer just "Win", if we want the short version for testing then PHP_OS is always WINNT anyway
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Parameter Type Widening RFC</title>
<updated>2017-02-04T22:33:24+00:00</updated>
<author>
<name>Niklas Keller</name>
<email>me@kelunik.com</email>
</author>
<published>2017-01-01T14:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2edc3cf8d2dd75501bf1049cf1b3ca57f11f1234'/>
<id>2edc3cf8d2dd75501bf1049cf1b3ca57f11f1234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate each()</title>
<updated>2017-02-03T20:02:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-02T22:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=06a034016280435feb80eea4d674ca5688ab4c06'/>
<id>06a034016280435feb80eea4d674ca5688ab4c06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate assert() with string argument</title>
<updated>2017-02-03T20:02:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-02T20:40:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6ba720662084306906e125d8f690146d7b86b303'/>
<id>6ba720662084306906e125d8f690146d7b86b303</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate track_errors / $php_errormsg</title>
<updated>2017-02-03T20:02:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-02-02T20:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c61daf415d0207abda6041a3ed12c23b6a9d8ebf'/>
<id>c61daf415d0207abda6041a3ed12c23b6a9d8ebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate __autoload()</title>
<updated>2017-02-03T17:52:57+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-01-30T21:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=162aa1a5fc96b3dd7e3420c6882607b361801fbd'/>
<id>162aa1a5fc96b3dd7e3420c6882607b361801fbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
