<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/date/tests, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Reduce date test threshold further</title>
<updated>2021-03-05T15:31:24+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-03-05T15:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=08ad9af2ca7121e51075b9bbeca18d11d2c0f2dc'/>
<id>08ad9af2ca7121e51075b9bbeca18d11d2c0f2dc</id>
<content type='text'>
Still seeing the occasional spurious failure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still seeing the occasional spurious failure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce threshold in ext/date/tests/bug73837.phpt</title>
<updated>2021-03-04T16:02:02+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-03-04T16:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=670b19af3ebe17810a84216c2e0428fdacdceab7'/>
<id>670b19af3ebe17810a84216c2e0428fdacdceab7</id>
<content type='text'>
Now that this code is faster, we're seeing many spurious failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that this code is faster, we're seeing many spurious failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the order of properties used for var_dump(), serialize(), comparison, etc.</title>
<updated>2021-03-01T10:29:49+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2021-02-26T16:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=72c3ededed45fc8f2ce6f98d11f82adedc5e9763'/>
<id>72c3ededed45fc8f2ce6f98d11f82adedc5e9763</id>
<content type='text'>
Now properties are ordered according to their layout in zend_object structure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now properties are ordered according to their layout in zend_object structure.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate passing null to non-nullable arg of internal function</title>
<updated>2021-02-11T20:46:13+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-11-30T15:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=b10416a652d26577a22fe0b183b2258b20c8bb86'/>
<id>b10416a652d26577a22fe0b183b2258b20c8bb86</id>
<content type='text'>
This deprecates passing null to non-nullable scale arguments of
internal functions, with the eventual goal of making the behavior
consistent with userland functions, where null is never accepted
for non-nullable arguments.

This change is expected to cause quite a lot of fallout. In most
cases, calling code should be adjusted to avoid passing null. In
some cases, PHP should be adjusted to make some function arguments
nullable. I have already fixed a number of functions before landing
this, but feel free to file a bug if you encounter a function that
doesn't accept null, but probably should. (The rule of thumb for
this to be applicable is that the function must have special behavior
for 0 or "", which is distinct from the natural behavior of the
parameter.)

RFC: https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg

Closes GH-6475.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This deprecates passing null to non-nullable scale arguments of
internal functions, with the eventual goal of making the behavior
consistent with userland functions, where null is never accepted
for non-nullable arguments.

This change is expected to cause quite a lot of fallout. In most
cases, calling code should be adjusted to avoid passing null. In
some cases, PHP should be adjusted to make some function arguments
nullable. I have already fixed a number of functions before landing
this, but feel free to file a bug if you encounter a function that
doesn't accept null, but probably should. (The rule of thumb for
this to be applicable is that the function must have special behavior
for 0 or "", which is distinct from the natural behavior of the
parameter.)

RFC: https://wiki.php.net/rfc/deprecate_null_to_scalar_internal_arg

Closes GH-6475.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add regression test for bug #76770</title>
<updated>2020-12-23T15:47:08+00:00</updated>
<author>
<name>Semen Dubina</name>
<email>semen@sam002.net</email>
</author>
<published>2018-09-10T22:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=959d3c9636fd070c554b281da221899638e2fe99'/>
<id>959d3c9636fd070c554b281da221899638e2fe99</id>
<content type='text'>
Closes GH-3514.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-3514.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify parameter names of function aliases</title>
<updated>2020-10-16T08:56:33+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-13T18:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d6264b09665c20ee73d7a1017db0730f9a7c7973'/>
<id>d6264b09665c20ee73d7a1017db0730f9a7c7973</id>
<content type='text'>
Closes GH-6335
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6335
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2020-10-11T13:54:12+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-10-11T13:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=63289cfff371064f76f540bed087a5b95b6f730e'/>
<id>63289cfff371064f76f540bed087a5b95b6f730e</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>2020-10-11T13:54:02+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-10-11T13:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=34179ba8092a715ca95e9c5801ef8d5759fca97e'/>
<id>34179ba8092a715ca95e9c5801ef8d5759fca97e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test for bug #48097 due to confirmed data changes in timelib</title>
<updated>2020-10-11T13:53:52+00:00</updated>
<author>
<name>Derick Rethans</name>
<email>github@derickrethans.nl</email>
</author>
<published>2020-10-11T13:53:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=1ed5a2a54dc8ff61c276f0dc8d0e9808a835c169'/>
<id>1ed5a2a54dc8ff61c276f0dc8d0e9808a835c169</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' into PHP-8.0</title>
<updated>2020-10-09T12:05:33+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-09T12:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=cc58347105939879f73d43db4afa7a937409f06a'/>
<id>cc58347105939879f73d43db4afa7a937409f06a</id>
<content type='text'>
* PHP-7.4:
  XFAIL test broken by timelib update
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  XFAIL test broken by timelib update
</pre>
</div>
</content>
</entry>
</feed>
