<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext, branch php-7.3.2</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>Fixed bug #77287</title>
<updated>2019-02-05T12:23:50+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-01-22T11:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=80b17a73ae2e203f26bb3f0da423508596d71f1f'/>
<id>80b17a73ae2e203f26bb3f0da423508596d71f1f</id>
<content type='text'>
There may be an EXT_NOP opcode before the parameter list, we should
skip over it.

(cherry picked from commit 76760901fabf8ff53c8dfb4ddf7ca703c5a12b79)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There may be an EXT_NOP opcode before the parameter list, we should
skip over it.

(cherry picked from commit 76760901fabf8ff53c8dfb4ddf7ca703c5a12b79)
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test on unsuitable build</title>
<updated>2019-01-19T12:53:32+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2019-01-19T12:53:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=52730fa30a848eabfcb02abea30446ef657a0f01'/>
<id>52730fa30a848eabfcb02abea30446ef657a0f01</id>
<content type='text'>
This test reveals a difference between TS and NTS through all the
versions, which is probably too late to fix at this stage of 7.3.
While NTS always relies on the system getcwd(), TS uses a fake CWD
which might get out of sync when the real dir is deleted. Thus,
skip test on unsuitable build. Investigate possibilities to fix this
edge case for later versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test reveals a difference between TS and NTS through all the
versions, which is probably too late to fix at this stage of 7.3.
While NTS always relies on the system getcwd(), TS uses a fake CWD
which might get out of sync when the real dir is deleted. Thus,
skip test on unsuitable build. Investigate possibilities to fix this
edge case for later versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing test</title>
<updated>2019-01-19T10:13:13+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-01-19T10:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2966da70cf10db8b3213513850bbb74931c08e6c'/>
<id>2966da70cf10db8b3213513850bbb74931c08e6c</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.2' into PHP-7.3</title>
<updated>2019-01-19T09:18:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-01-19T09:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1907cbd8b3cd63a325a5c6d0ba6f3af2267368c1'/>
<id>1907cbd8b3cd63a325a5c6d0ba6f3af2267368c1</id>
<content type='text'>
* PHP-7.2:
  Fix #77479: imagewbmp() segfaults with very large images
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix #77479: imagewbmp() segfaults with very large images
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #77479: imagewbmp() segfaults with very large images</title>
<updated>2019-01-19T09:16:02+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-01-19T09:03:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=44fa0b0f311beee4bfcbdb954d61f0c9a8395a96'/>
<id>44fa0b0f311beee4bfcbdb954d61f0c9a8395a96</id>
<content type='text'>
We must not proceed working with the Wbmp structure, if it hasn't been
allocated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must not proceed working with the Wbmp structure, if it hasn't been
allocated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test output more reliable</title>
<updated>2019-01-19T02:33:37+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2019-01-19T02:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4254bf87bac5f79524eea48f1b53efbb2459840b'/>
<id>4254bf87bac5f79524eea48f1b53efbb2459840b</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 #77484 Zend engine crashes when calling realpath in invalid working dir</title>
<updated>2019-01-19T01:36:51+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2019-01-19T01:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8b20e7b68bd81ab74423c9f7937699f79401cec4'/>
<id>8b20e7b68bd81ab74423c9f7937699f79401cec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional no_sanitize_address attributes</title>
<updated>2019-01-18T14:02:30+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-01-18T14:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=986b9b5ae3e04e33fda89f102da1bba625aa06ef'/>
<id>986b9b5ae3e04e33fda89f102da1bba625aa06ef</id>
<content type='text'>
To fix bug #77447 in release mode as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To fix bug #77447 in release mode as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-01-18T11:48:52+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-01-18T11:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=14b53025917db96182aa64facc6d1ce80310a3ad'/>
<id>14b53025917db96182aa64facc6d1ce80310a3ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix seeking in php://input</title>
<updated>2019-01-18T11:44:47+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2019-01-16T20:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dbe7f2a41a52663659d07e5b0110e1b8dffe19e1'/>
<id>dbe7f2a41a52663659d07e5b0110e1b8dffe19e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
