<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-7.0.4</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-5.6.19' into PHP-7.0.4</title>
<updated>2016-03-02T07:01:48+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2016-03-02T07:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=90a0cbd59470dcc81f57c66698f05158149d2980'/>
<id>90a0cbd59470dcc81f57c66698f05158149d2980</id>
<content type='text'>
* PHP-5.6.19:
  fix test file
  Fix version
  update NEWS
  Update NEWS
  Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
  fix ts buld
  prep for 5.6.19RC1
  5.6.20 is next
  Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize

Conflicts:
	configure.in
	ext/wddx/wddx.c
	main/php_version.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6.19:
  fix test file
  Fix version
  update NEWS
  Update NEWS
  Fix bug #71498: Out-of-Bound Read in phar_parse_zipfile()
  fix ts buld
  prep for 5.6.19RC1
  5.6.20 is next
  Fixed bug #71587 - Use-After-Free / Double-Free in WDDX Deserialize

Conflicts:
	configure.in
	ext/wddx/wddx.c
	main/php_version.h
</pre>
</div>
</content>
</entry>
<entry>
<title>fix ts buld</title>
<updated>2016-02-18T09:31:24+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-02-18T06:11:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=68a51ae953bce4b0ac20b03196bffbb38cf81bc5'/>
<id>68a51ae953bce4b0ac20b03196bffbb38cf81bc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fpm: call zend_signal_init() in child</title>
<updated>2016-02-15T05:23:37+00:00</updated>
<author>
<name>Mickaël</name>
<email>mickael9@gmail.com</email>
</author>
<published>2016-01-09T03:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=0c2e184eac4cc9c922c5668241b46f73e8bbf617'/>
<id>0c2e184eac4cc9c922c5668241b46f73e8bbf617</id>
<content type='text'>
This addresses bug #71269.

When an fpm child handles more than one request, zend_signal_startup() will
override the saved signal handlers with the internal zend handlers set from the
previous request, causing a SIGQUIT signal to result in a core dump rather than
gracefully exiting (the expected behaviour).

This is fixed by adding a call to zend_signal_init() after setting the
signal handlers in the child. The same technique is used in the apache SAPI
module in commit fd5a756ad44124ffa7e9a5810a31ff49e91708cf which addresses
bug #61083.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This addresses bug #71269.

When an fpm child handles more than one request, zend_signal_startup() will
override the saved signal handlers with the internal zend handlers set from the
previous request, causing a SIGQUIT signal to result in a core dump rather than
gracefully exiting (the expected behaviour).

This is fixed by adding a call to zend_signal_init() after setting the
signal handlers in the child. The same technique is used in the apache SAPI
module in commit fd5a756ad44124ffa7e9a5810a31ff49e91708cf which addresses
bug #61083.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-02-14T19:49:03+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-02-14T19:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=724ee191115dcb2389b38a94a963574581bf54c2'/>
<id>724ee191115dcb2389b38a94a963574581bf54c2</id>
<content type='text'>
* PHP-5.6:
  Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug</title>
<updated>2016-02-14T19:47:23+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2016-02-14T19:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ce4a2f0fc60309f429e4c04160a71befc283338a'/>
<id>ce4a2f0fc60309f429e4c04160a71befc283338a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format string fixes</title>
<updated>2016-02-14T13:45:53+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-14T13:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c9357f82d3882eb3c7cb9f63dbc98d354fb20739'/>
<id>c9357f82d3882eb3c7cb9f63dbc98d354fb20739</id>
<content type='text'>
Conflicts:
	ext/pgsql/pgsql.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	ext/pgsql/pgsql.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix format attributes in ZTS</title>
<updated>2016-02-14T13:44:27+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-02-14T12:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=59833783641622160903d56c0aa522db01b59f4c'/>
<id>59833783641622160903d56c0aa522db01b59f4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed inherited functions from unspecified files being included in phpdbg_get_executable()</title>
<updated>2016-02-11T05:42:51+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2016-02-11T05:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1a01a5ec83394fa8375d70075eeaf496078e3e11'/>
<id>1a01a5ec83394fa8375d70075eeaf496078e3e11</id>
<content type='text'>
See also https://github.com/krakjoe/phpdbg/issues/152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also https://github.com/krakjoe/phpdbg/issues/152
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0</title>
<updated>2016-02-10T12:58:19+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2016-02-10T12:58:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=daf3d0c875634547748b791fb6291e78103bf6dc'/>
<id>daf3d0c875634547748b791fb6291e78103bf6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>be more precise about the meaning of -n</title>
<updated>2016-02-10T12:57:48+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2016-02-10T12:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3ac63df9bc27226c25cca5c87804896d33a7ab4f'/>
<id>3ac63df9bc27226c25cca5c87804896d33a7ab4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
