<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git, branch php-7.2.23RC1</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 7.2.23RC1</title>
<updated>2019-09-10T15:08:13+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2019-09-10T15:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5fa3bcb5a4da04b49558a8bb3717a6e52762b1d4'/>
<id>5fa3bcb5a4da04b49558a8bb3717a6e52762b1d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CREDITS for PHP 7.2.23RC1</title>
<updated>2019-09-10T15:08:13+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2019-09-10T15:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73940945b801fbedaefa143a6f823a462e5482be'/>
<id>73940945b801fbedaefa143a6f823a462e5482be</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 7.2.23RC1</title>
<updated>2019-09-10T15:08:13+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2019-09-10T15:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=adb631dbc6a1d1a9de9819ae2940d7e34256d2ca'/>
<id>adb631dbc6a1d1a9de9819ae2940d7e34256d2ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise minimal GCC version,</title>
<updated>2019-09-10T14:28:35+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2019-09-10T14:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c43fc204b1639a8aa6c6212202def29b3c4cf611'/>
<id>c43fc204b1639a8aa6c6212202def29b3c4cf611</id>
<content type='text'>
Test with 4.8 is OK
With 4.4: error: #pragma GCC diagnostic not allowed inside functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test with 4.8 is OK
With 4.4: error: #pragma GCC diagnostic not allowed inside functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop regression test</title>
<updated>2019-09-10T08:07:39+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-10T08:07:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=bca66002f11edcb2b6288bf8bcc0720a1803877b'/>
<id>bca66002f11edcb2b6288bf8bcc0720a1803877b</id>
<content type='text'>
The state returned by `sodium_crypto_generichash_init()` has to be
regarded as opaque byte string; neither its size nor its exact
structure are fixed, and actually vary for diffent libsodium versions.
Therefore we drop the test altogether.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The state returned by `sodium_crypto_generichash_init()` has to be
regarded as opaque byte string; neither its size nor its exact
structure are fixed, and actually vary for diffent libsodium versions.
Therefore we drop the test altogether.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #72884 isCloneable() on SplFileObject should return false</title>
<updated>2019-09-09T15:27:17+00:00</updated>
<author>
<name>CHU Zhaowei</name>
<email>me@jhdxr.com</email>
</author>
<published>2019-09-08T09:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1ac6b0251b6585490dfb549eb70b8c618cf90913'/>
<id>1ac6b0251b6585490dfb549eb70b8c618cf90913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78510: Partially uninitialized buffer returned by sodium_crypto_generichash_init()</title>
<updated>2019-09-09T13:30:28+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-09T13:30:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8ead77936e68554d47033c5c90d2c48d96db0212'/>
<id>8ead77936e68554d47033c5c90d2c48d96db0212</id>
<content type='text'>
Backport jedisct1/libsodium.php@28d13bf437cb969a0583031fc7ac54c5a8dc8116.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport jedisct1/libsodium.php@28d13bf437cb969a0583031fc7ac54c5a8dc8116.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #41997: SP call yields additional empty result set</title>
<updated>2019-09-03T11:29:30+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-06T12:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=41a4379cb45419a376043ca5f8c5a2bca82cea7c'/>
<id>41a4379cb45419a376043ca5f8c5a2bca82cea7c</id>
<content type='text'>
When stored procedures are called, the "final result set is a status
result that includes no result set".  Calling `::nextRowset()` on the
actual last result set should return FALSE, since there is actually no
further result set to be processed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When stored procedures are called, the "final result set is a status
result that includes no result set".  Calling `::nextRowset()` on the
actual last result set should return FALSE, since there is actually no
further result set to be processed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix opcache return type for hash_update_stream</title>
<updated>2019-09-03T07:23:39+00:00</updated>
<author>
<name>Tyson Andre</name>
<email>tysonandre775@hotmail.com</email>
</author>
<published>2019-09-03T01:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c3b7ccda5e3737c779e019eb1468213edaa2e39'/>
<id>9c3b7ccda5e3737c779e019eb1468213edaa2e39</id>
<content type='text'>
It can return false if the resource type is wrong.

```
php &gt; var_export(hash_update_stream(hash_init('md5'),
        imagecreate(1,1)));

Warning: hash_update_stream(): supplied resource is not a valid stream
resource in php shell code on line 1
false
```

The return types were initially added in
c88ffa9a5673cb3141660626ba1921671f0b84d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can return false if the resource type is wrong.

```
php &gt; var_export(hash_update_stream(hash_init('md5'),
        imagecreate(1,1)));

Warning: hash_update_stream(): supplied resource is not a valid stream
resource in php shell code on line 1
false
```

The return types were initially added in
c88ffa9a5673cb3141660626ba1921671f0b84d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #76577: outdated documentation concerning track_errors</title>
<updated>2019-09-02T13:05:01+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-09-02T13:05:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd63908ab8f216d5095b2517eb90488cda2c321e'/>
<id>cd63908ab8f216d5095b2517eb90488cda2c321e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
