<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/main/main.c, branch php-7.2.10</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>year++</title>
<updated>2018-01-02T04:55:14+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2018-01-02T04:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7a7ec01a4976e72971948a93ca9eafa5752a3f91'/>
<id>7a7ec01a4976e72971948a93ca9eafa5752a3f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-11-22T04:49:43+00:00</updated>
<author>
<name>krakjoe</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-11-22T04:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ae810d785c2138471b460d7eca6bb2fc7ca33545'/>
<id>ae810d785c2138471b460d7eca6bb2fc7ca33545</id>
<content type='text'>
* PHP-7.1:
  Check for binary_location allocation failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Check for binary_location allocation failure
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-11-22T04:49:34+00:00</updated>
<author>
<name>krakjoe</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-11-22T04:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fee6c812c400d5c68b8851cec2a95686dc06129b'/>
<id>fee6c812c400d5c68b8851cec2a95686dc06129b</id>
<content type='text'>
* PHP-7.0:
  Check for binary_location allocation failure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Check for binary_location allocation failure
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for binary_location allocation failure</title>
<updated>2017-11-22T04:49:04+00:00</updated>
<author>
<name>Sebastian Ramadan</name>
<email>plebbyastian@gmail.com</email>
</author>
<published>2017-11-15T02:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e0feb88562c2488240664e1f6ab42f42dae3cb6'/>
<id>7e0feb88562c2488240664e1f6ab42f42dae3cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-10-19T10:48:27+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2017-10-19T10:48:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0397b8c5c5b78f11a4eefa6302c303c56ac32b32'/>
<id>0397b8c5c5b78f11a4eefa6302c303c56ac32b32</id>
<content type='text'>
* PHP-7.1:
  Fix issue with zend signals in php_request_startup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix issue with zend signals in php_request_startup
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with zend signals in php_request_startup</title>
<updated>2017-10-19T10:48:16+00:00</updated>
<author>
<name>Herman J. Radtke III</name>
<email>herman@hermanradtke.com</email>
</author>
<published>2017-10-14T17:50:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bb1814b5c3ae78d1d3cb383f58a9729227138b7c'/>
<id>bb1814b5c3ae78d1d3cb383f58a9729227138b7c</id>
<content type='text'>
The zend_signals_activate() function is called in php_request_startup()
even if `--disable-zend-signals` is used. This causes uninitialized
variables to be used on ZTS builds.

This was removed in 7.1 in c870633. Removing guards from the SAPIs
should be fine, but removing the guard from main/main.c prevents anyone
using the static embedded library to integrate PHP into their programs.

For more details, see the "Additional remark" section in
https://bugs.php.net/bug.php?id=74149
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The zend_signals_activate() function is called in php_request_startup()
even if `--disable-zend-signals` is used. This causes uninitialized
variables to be used on ZTS builds.

This was removed in 7.1 in c870633. Removing guards from the SAPIs
should be fine, but removing the guard from main/main.c prevents anyone
using the static embedded library to integrate PHP into their programs.

For more details, see the "Additional remark" section in
https://bugs.php.net/bug.php?id=74149
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-09-24T06:55:12+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-09-24T06:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=76b2b4a190c8a5ab264df36cf1ccdb9ddd3686ad'/>
<id>76b2b4a190c8a5ab264df36cf1ccdb9ddd3686ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2017-09-24T06:54:36+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-09-24T06:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=628c257f713224663567a35b3da781153829a413'/>
<id>628c257f713224663567a35b3da781153829a413</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 #75252</title>
<updated>2017-09-24T06:53:27+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2017-09-24T06:53:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73d6456d7d6be62340b3607805a45cbf420c1cb8'/>
<id>73d6456d7d6be62340b3607805a45cbf420c1cb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2017-09-21T08:33:13+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-09-21T08:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=95870dcc77bfb01a9ac261a186748863d52254cc'/>
<id>95870dcc77bfb01a9ac261a186748863d52254cc</id>
<content type='text'>
* PHP-7.1:
  Fix thread safety
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix thread safety
</pre>
</div>
</content>
</entry>
</feed>
