<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main, 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>Update versions for PHP 7.2.0alpha3</title>
<updated>2017-07-04T09:10:38+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2017-07-04T09:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c1a1603ba31f2d8702fdd018ea993aaf28c98e5'/>
<id>9c1a1603ba31f2d8702fdd018ea993aaf28c98e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Removed EG(valid_symbol_table). Used EG(active) instead.</title>
<updated>2017-06-26T10:35:07+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-06-26T10:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=caaeb4849aa56cbbdc66ea015c11a58bd47a43ff'/>
<id>caaeb4849aa56cbbdc66ea015c11a58bd47a43ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Move va_copy compatibility code into zend_portability.h</title>
<updated>2017-06-25T15:00:26+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-06-25T15:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=205807f60ed3e76b318bbd398e51b764c7e2317d'/>
<id>205807f60ed3e76b318bbd398e51b764c7e2317d</id>
<content type='text'>
Previously this was defined in zend.c and php.h and also handled
in another way in soap.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously this was defined in zend.c and php.h and also handled
in another way in soap.c.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fast_shutdown'</title>
<updated>2017-06-23T11:59:29+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-06-23T11:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d55b43d9cb7ba2e96670841b9ab90b92c822eb3f'/>
<id>d55b43d9cb7ba2e96670841b9ab90b92c822eb3f</id>
<content type='text'>
* fast_shutdown:
  Reseet EG(active) a bit early.
  Reuse "nIndex"
  shutdown_executor() refactoring (reuse opcache fast request shutdown code)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fast_shutdown:
  Reseet EG(active) a bit early.
  Reuse "nIndex"
  shutdown_executor() refactoring (reuse opcache fast request shutdown code)
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor refactor of load extension by name impl</title>
<updated>2017-06-22T17:13:45+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2017-06-22T17:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d09edf7b34ffc2b6b90eb25e75e18070c38aab1d'/>
<id>d09edf7b34ffc2b6b90eb25e75e18070c38aab1d</id>
<content type='text'>
Minimize the #ifdef surface area
Localize orig_libpath to retry scope
Send errors to php_error() rathern than stderr
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minimize the #ifdef surface area
Localize orig_libpath to retry scope
Send errors to php_error() rathern than stderr
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow loading PHP and Zend extensions by name</title>
<updated>2017-06-22T16:58:15+00:00</updated>
<author>
<name>Francois Laupretre</name>
<email>francois@tekwire.net</email>
</author>
<published>2016-01-28T18:50:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fe5c8f2b80e57c6470a56a8d775947fe0ded182e'/>
<id>fe5c8f2b80e57c6470a56a8d775947fe0ded182e</id>
<content type='text'>
Allow extension name as INI 'extension=' and dl() argument
No BC break, as file name is still accepted.
When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here)
Change comments in example INI files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow extension name as INI 'extension=' and dl() argument
No BC break, as file name is still accepted.
When using the '-z' command line option (CLI/CGI), an absolute file name must still be provided (nothing changed here)
Change comments in example INI files
</pre>
</div>
</content>
</entry>
<entry>
<title>shutdown_executor() refactoring (reuse opcache fast request shutdown code)</title>
<updated>2017-06-21T22:45:28+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-06-21T22:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f25ecdacf805f840f743b67b6d84485b2deceb4f'/>
<id>f25ecdacf805f840f743b67b6d84485b2deceb4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid useless duplication</title>
<updated>2017-06-21T09:57:24+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2017-06-21T09:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7af5741333925928d83b3921c4f50aebd472c01f'/>
<id>7af5741333925928d83b3921c4f50aebd472c01f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
