<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli, branch php-7.0.1</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>Fix bug #71005 (Segfault in php_cli_server_dispatch_router()).</title>
<updated>2015-12-01T03:09:36+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2015-12-01T03:09:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=91bad929aa0d7b7560a20c58e1e02a76f522b0bd'/>
<id>91bad929aa0d7b7560a20c58e1e02a76f522b0bd</id>
<content type='text'>
We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We didn't initialise the retval variable in
php_cli_server_dispatch_router(); let's now initialise it to be
IS_UNDEF, as the following if condition expects.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2015-11-23T16:56:13+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2015-11-23T16:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9642710a0985f5cf1bf4e3762236439694f072d9'/>
<id>9642710a0985f5cf1bf4e3762236439694f072d9</id>
<content type='text'>
* PHP-5.6:
  Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)

 Conflicts:
	sapi/cgi/config9.m4
	sapi/fpm/config.m4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-5.6:
  Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)

 Conflicts:
	sapi/cgi/config9.m4
	sapi/fpm/config.m4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_internal_extensions)</title>
<updated>2015-11-23T16:40:47+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2015-11-23T16:40:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d6b78a351127285c907bc30cab79eed0b7941330'/>
<id>d6b78a351127285c907bc30cab79eed0b7941330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update mime type generator script to keep track of additional mime-types</title>
<updated>2015-11-15T12:25:47+00:00</updated>
<author>
<name>Reeze Xia</name>
<email>reeze@php.net</email>
</author>
<published>2015-11-15T03:08:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c856b6e0ffe3caf8cbe7e19b192e0f568bb14454'/>
<id>c856b6e0ffe3caf8cbe7e19b192e0f568bb14454</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for CSS/JavaScript source maps</title>
<updated>2015-11-15T12:25:39+00:00</updated>
<author>
<name>Thorsten Rinne</name>
<email>thorsten@phpmyfaq.de</email>
</author>
<published>2015-11-11T07:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=04c3fbac3753cbb6206f5d669c576bdcea6c6eb7'/>
<id>04c3fbac3753cbb6206f5d669c576bdcea6c6eb7</id>
<content type='text'>
Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Source maps (http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) are basically a way to map a combined/minified file back to an unbuilt state. To avoid error messages in Browser DevTools, source map files should be served with the MIME type "application/json"</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the test fails</title>
<updated>2015-11-11T13:55:33+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-11-11T11:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f72c7edfa4b7212a7b9583bf2f66f3b5e72b8602'/>
<id>f72c7edfa4b7212a7b9583bf2f66f3b5e72b8602</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the test fails</title>
<updated>2015-11-11T11:51:33+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-11-11T11:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=88fb6d90c4e2009954a0c13f9558f9c19a912d96'/>
<id>88fb6d90c4e2009954a0c13f9558f9c19a912d96</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 #70863 Incorect logic to increment_function for proxy objects</title>
<updated>2015-11-06T22:07:16+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-11-06T22:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8155ecba61a9c724c7b2bdeb673602ae27923d71'/>
<id>8155ecba61a9c724c7b2bdeb673602ae27923d71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NTS/ZTS information to php -v</title>
<updated>2015-09-30T10:39:09+00:00</updated>
<author>
<name>Bob Weinand</name>
<email>bobwei9@hotmail.com</email>
</author>
<published>2015-09-30T10:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ba6d193b4cc4992104a7543509dc4db01832ee97'/>
<id>ba6d193b4cc4992104a7543509dc4db01832ee97</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-5.6'</title>
<updated>2015-09-11T05:52:00+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2015-09-11T05:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=874dc061565fa6481fb6222517304bfb82b03d69'/>
<id>874dc061565fa6481fb6222517304bfb82b03d69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
