<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi, branch php-7.2.18RC1</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>LiteSpeed SAPI 7.3, better process management, new API function litespeed_finish_request().</title>
<updated>2019-04-12T21:43:45+00:00</updated>
<author>
<name>George Wang</name>
<email>gwang@php.net</email>
</author>
<published>2019-04-12T21:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1e7f1b90e8118aeece2dc48c5252d6979d2e0a3a'/>
<id>1e7f1b90e8118aeece2dc48c5252d6979d2e0a3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ref #76801 remove old file source from file_sources hash in case of file included more than once</title>
<updated>2019-04-03T12:35:57+00:00</updated>
<author>
<name>Alessandro Chitolina</name>
<email>alekitto@gmail.com</email>
</author>
<published>2019-04-02T12:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4029c0b6a2908096b9dd49797260daafdae5558d'/>
<id>4029c0b6a2908096b9dd49797260daafdae5558d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build: readline support must be disabled by default in phpdbg</title>
<updated>2019-03-28T06:34:45+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-28T06:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7442f1bb81303d3211844445f69d4a03565aa39'/>
<id>b7442f1bb81303d3211844445f69d4a03565aa39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77805 phpdbg build fails when readline is shared</title>
<updated>2019-03-27T09:02:42+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-27T08:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7af270eb284c3bd00f6e5d80fbb0a2de9f89b693'/>
<id>7af270eb284c3bd00f6e5d80fbb0a2de9f89b693</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more work on phpdbg conditional breaks</title>
<updated>2019-03-26T23:02:15+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-26T23:02:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d3a2b46930057524c1eebfa574a4869e3f9dd28'/>
<id>6d3a2b46930057524c1eebfa574a4869e3f9dd28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77800 phpdbg segfaults on conditional breakpoints</title>
<updated>2019-03-26T22:05:06+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-26T22:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7df8e4fc0abc105cd5d7b933499bdd275459f7ee'/>
<id>7df8e4fc0abc105cd5d7b933499bdd275459f7ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77794: Incorrect Date header format in built-in server</title>
<updated>2019-03-25T20:41:45+00:00</updated>
<author>
<name>Niklas Keller</name>
<email>me@kelunik.com</email>
</author>
<published>2019-03-24T18:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7f9872387e38a05b11ce233b4d142325d742c487'/>
<id>7f9872387e38a05b11ce233b4d142325d742c487</id>
<content type='text'>
- Fix the date format to be compliant with https://tools.ietf.org/html/rfc7231#section-7.1.1.2
- Fix date format length and use GMT time
- Previously, local time was used instead of GMT.
- Remove extra whitespace
- Simplify string appends in php_cli_server.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix the date format to be compliant with https://tools.ietf.org/html/rfc7231#section-7.1.1.2
- Fix date format length and use GMT time
- Previously, local time was used instead of GMT.
- Remove extra whitespace
- Simplify string appends in php_cli_server.c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug #76801: phpdbg too many open files error</title>
<updated>2019-03-23T08:47:49+00:00</updated>
<author>
<name>Alessandro Chitolina</name>
<email>alekitto@gmail.com</email>
</author>
<published>2019-03-19T16:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b8b880932e95ff1e575a04a6988bc0cf00b89842'/>
<id>b8b880932e95ff1e575a04a6988bc0cf00b89842</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77767: phpdbg break command help message shows incorrect aliases</title>
<updated>2019-03-19T08:55:10+00:00</updated>
<author>
<name>Miriam Lauter</name>
<email>mlauter@etsy.com</email>
</author>
<published>2019-03-18T16:47:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=09e522322af7268f53d340cbff3d109fab058539'/>
<id>09e522322af7268f53d340cbff3d109fab058539</id>
<content type='text'>
Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the aliases
to be @ and ~ respectively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the aliases
to be @ and ~ respectively.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #77677: WCOREDUMP not available on all systems</title>
<updated>2019-03-01T13:51:15+00:00</updated>
<author>
<name>Kevin Adler</name>
<email>kadler@us.ibm.com</email>
</author>
<published>2019-02-18T16:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=006355c9fa0d1cd8aef86a97c162053e7d2d896e'/>
<id>006355c9fa0d1cd8aef86a97c162053e7d2d896e</id>
<content type='text'>
Add #ifdef WCOREDUMP around all uses.

Also Change core dump message to yes/no/unknown in lsapilib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add #ifdef WCOREDUMP around all uses.

Also Change core dump message to yes/no/unknown in lsapilib.
</pre>
</div>
</content>
</entry>
</feed>
