<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/phpdbg/phpdbg_prompt.c, branch php-7.4.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>Remove ZEND_HANDLE_MAPPED</title>
<updated>2019-07-16T15:44:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-16T15:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b317f0eb59eb1265cbc7ed3eb00f757e2ff65e4d'/>
<id>b317f0eb59eb1265cbc7ed3eb00f757e2ff65e4d</id>
<content type='text'>
The buf/len members are now simply used in addition to the main
stream, without changing the handle kind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The buf/len members are now simply used in addition to the main
stream, without changing the handle kind.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move shebang handling into the lexer</title>
<updated>2019-07-15T14:25:49+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-07-15T14:21:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c5f1b384b591009310370f0b06b10868d2d62741'/>
<id>c5f1b384b591009310370f0b06b10868d2d62741</id>
<content type='text'>
Instead of handling shebang lines by adjusting the file pointer in
individual SAPIs, move the handling into the lexer, where this is
both a lot simpler and more robust. Whether the shebang should be
skipped is controlled by CG(skip_shebang) -- we might want to do
that in more cases.

This fixed bugs #60677 and #78066.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of handling shebang lines by adjusting the file pointer in
individual SAPIs, move the handling into the lexer, where this is
both a lot simpler and more robust. Whether the shebang should be
skipped is controlled by CG(skip_shebang) -- we might want to do
that in more cases.

This fixed bugs #60677 and #78066.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix init_file leak in phpdbg</title>
<updated>2019-06-28T07:17:26+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-27T13:43:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8c4d199851fb84789b6c23a755e5b03e2f653e74'/>
<id>8c4d199851fb84789b6c23a755e5b03e2f653e74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use zmm for PHPDBG_G(exec)</title>
<updated>2019-06-27T12:20:30+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-27T10:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2149ed7072052fcab3baed72e82e26225845589b'/>
<id>2149ed7072052fcab3baed72e82e26225845589b</id>
<content type='text'>
Uses system allocator when backing up settings ... let's avoid
unnecessary confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses system allocator when backing up settings ... let's avoid
unnecessary confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix out of bounds write in phpdbg</title>
<updated>2019-06-25T12:28:58+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-25T11:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=42b22d3a9418e948fddf896dbe37536c6cc12f43'/>
<id>42b22d3a9418e948fddf896dbe37536c6cc12f43</id>
<content type='text'>
It seems that this code has a peculiar interpretation of "len",
where it actually points to the last character, not one past it.
So we need +1 here for that extra char and another +1 for the
terminating null byte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that this code has a peculiar interpretation of "len",
where it actually points to the last character, not one past it.
So we need +1 here for that extra char and another +1 for the
terminating null byte.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix stack leak in phpdbg</title>
<updated>2019-06-21T15:01:25+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-06-21T14:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=152ccfb08dd766cdb76583b061dcc2c8a73a7255'/>
<id>152ccfb08dd766cdb76583b061dcc2c8a73a7255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potentially uninitialized warnings in phpdbg</title>
<updated>2019-04-12T09:46:03+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-04-12T09:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c09b63595ef7edcaae6638932dceae531c26c3cf'/>
<id>c09b63595ef7edcaae6638932dceae531c26c3cf</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.3' into PHP-7.4</title>
<updated>2019-03-27T09:04:36+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-27T09:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=56293d0637b3e9e706414e3f5689d153ba6bb1f2'/>
<id>56293d0637b3e9e706414e3f5689d153ba6bb1f2</id>
<content type='text'>
* PHP-7.3:
  Fix #77805 phpdbg build fails when readline is shared
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix #77805 phpdbg build fails when readline is shared
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-03-27T09:04:07+00:00</updated>
<author>
<name>Joe Watkins</name>
<email>krakjoe@php.net</email>
</author>
<published>2019-03-27T09:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=eb405a2192bd8a0092c0795cd161d96b89f9d534'/>
<id>eb405a2192bd8a0092c0795cd161d96b89f9d534</id>
<content type='text'>
* PHP-7.2:
  Fix #77805 phpdbg build fails when readline is shared
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #77805 phpdbg build fails when readline is shared
</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>
</feed>
