<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-8.0.0alpha2</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>Update versions for PHP 8.0.0alpha2</title>
<updated>2020-07-07T10:51:09+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2020-07-07T10:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2b6c80f22b1c5d90879eac185bfe58c4fa1c147b'/>
<id>2b6c80f22b1c5d90879eac185bfe58c4fa1c147b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS for PHP 8.0.0alpha2</title>
<updated>2020-07-07T10:50:33+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2020-07-07T10:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f5f8bae7a0b77dcff6643a4bf1e0a9f027a26c31'/>
<id>f5f8bae7a0b77dcff6643a4bf1e0a9f027a26c31</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.4'</title>
<updated>2020-07-07T10:28:35+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T10:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2c73bf7e3fc470e8e50cc7283844c9b1d7c2a9d2'/>
<id>2c73bf7e3fc470e8e50cc7283844c9b1d7c2a9d2</id>
<content type='text'>
* PHP-7.4:
  Fixed bug #78598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fixed bug #78598
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #78598</title>
<updated>2020-07-07T10:13:58+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-02-04T13:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=220880ad2d54d10173a250637478da213b1ae8e2'/>
<id>220880ad2d54d10173a250637478da213b1ae8e2</id>
<content type='text'>
When performing an RW modification of an array offset, the undefined
offset warning may call an error handler / OB callback, which may
destroy the array we're supposed to change. Detect this by temporarily
incrementing the reference count. If we find that the array has been
modified/destroyed in the meantime, we do nothing -- the execution
model here would be that the modification has happened on the destroyed
version of the array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When performing an RW modification of an array offset, the undefined
offset warning may call an error handler / OB callback, which may
destroy the array we're supposed to change. Detect this by temporarily
incrementing the reference count. If we find that the array has been
modified/destroyed in the meantime, we do nothing -- the execution
model here would be that the modification has happened on the destroyed
version of the array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4'</title>
<updated>2020-07-07T10:00:34+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ecf368b8f2b9d578f3f9bb23f48d5920adbdccbb'/>
<id>ecf368b8f2b9d578f3f9bb23f48d5920adbdccbb</id>
<content type='text'>
* PHP-7.4:
  Fixed bug #79792
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fixed bug #79792
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2020-07-07T09:59:40+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=48a247178ef54bc2452cc4409b17e1d5d7321f0d'/>
<id>48a247178ef54bc2452cc4409b17e1d5d7321f0d</id>
<content type='text'>
* PHP-7.3:
  Fixed bug #79792
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fixed bug #79792
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #79792</title>
<updated>2020-07-07T09:58:25+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:57:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=64931fd3c4c7c3d217f2f19c997a8f89779727c5'/>
<id>64931fd3c4c7c3d217f2f19c997a8f89779727c5</id>
<content type='text'>
We need to remove the iterators even if the array is empty (we
will not create one if the first place, but the array may become
empty after the fact).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to remove the iterators even if the array is empty (we
will not create one if the first place, but the array may become
empty after the fact).
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert no exception if using NEXT_OPCODE()</title>
<updated>2020-07-07T09:34:43+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b48bd671b86116c9a9f2183a3975d763fc4d9505'/>
<id>b48bd671b86116c9a9f2183a3975d763fc4d9505</id>
<content type='text'>
When NEXT_OPCODE() is used instead of NEXT_OPCODE_CHECK_EXCEPTION(),
assert that there is indeed no exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When NEXT_OPCODE() is used instead of NEXT_OPCODE_CHECK_EXCEPTION(),
assert that there is indeed no exception.
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert exception set in HANDLE_EXCEPTION()</title>
<updated>2020-07-07T09:31:05+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d0687e895838b9df07e06e487f019ea98c17320'/>
<id>5d0687e895838b9df07e06e487f019ea98c17320</id>
<content type='text'>
Some code paths were checking this manually, but we can turn this
into a general assertion to avoid surprises (functions returning
failure without throwing).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some code paths were checking this manually, but we can turn this
into a general assertion to avoid surprises (functions returning
failure without throwing).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove #undefs from vm_gen</title>
<updated>2020-07-07T09:25:28+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-07-07T09:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fb9161127666b40a049f9910c24d5d038297cd45'/>
<id>fb9161127666b40a049f9910c24d5d038297cd45</id>
<content type='text'>
Possibly these were needed for VM_EXPORT, but they don't serve a
purpose now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Possibly these were needed for VM_EXPORT, but they don't serve a
purpose now.
</pre>
</div>
</content>
</entry>
</feed>
