<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/sapi/cli/tests, branch master</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/'/>
<entry>
<title>Merge branch 'PHP-8.0'</title>
<updated>2020-10-23T14:34:40+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-23T14:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=09f4f305ec012ecae920b0a35b5fcebf6f1267da'/>
<id>09f4f305ec012ecae920b0a35b5fcebf6f1267da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require stubs to declare return types for magic methods when possible</title>
<updated>2020-10-23T14:33:16+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-23T12:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=47bbfe1fc0855e8f141de7b56668a2294daec344'/>
<id>47bbfe1fc0855e8f141de7b56668a2294daec344</id>
<content type='text'>
Closes GH-6376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6376
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ephemeral port in more server tests</title>
<updated>2020-10-23T12:26:34+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-23T09:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6ab4e330ac032389d370a722e54ee63aafaa9728'/>
<id>6ab4e330ac032389d370a722e54ee63aafaa9728</id>
<content type='text'>
Port the main php_cli_server.inc to use ephemeral ports, thus
allowing CLI server tests to be parallelized.

A complication here is that we also need to give each test a
separate doc root, to avoid index.php files writing over each
other.

Closes GH-6375.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port the main php_cli_server.inc to use ephemeral ports, thus
allowing CLI server tests to be parallelized.

A complication here is that we also need to give each test a
separate doc root, to avoid index.php files writing over each
other.

Closes GH-6375.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for zend_extension loading</title>
<updated>2020-10-21T10:16:56+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-21T08:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3966c0f8a47225486865d7cdef2552f746dd274c'/>
<id>3966c0f8a47225486865d7cdef2552f746dd274c</id>
<content type='text'>
Closes GH-6363.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6363.
</pre>
</div>
</content>
</entry>
<entry>
<title>Review parameter names in ext/pcre</title>
<updated>2020-10-02T09:55:23+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-10-01T22:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6b00196e04d29479412e1de6dabc5b8a62709686'/>
<id>6b00196e04d29479412e1de6dabc5b8a62709686</id>
<content type='text'>
Closes GH-6259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6259
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ext/standard parameter names</title>
<updated>2020-09-29T14:49:46+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-25T10:29:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=25f1c405ffeb8e5045b88b46e999ac5a76f19e66'/>
<id>25f1c405ffeb8e5045b88b46e999ac5a76f19e66</id>
<content type='text'>
Closes GH-6214.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6214.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve default value handling of Exception constructors</title>
<updated>2020-09-21T10:46:50+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-19T12:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=4c821cf20668776737272587e7a87876b4fca25e'/>
<id>4c821cf20668776737272587e7a87876b4fca25e</id>
<content type='text'>
Closes GH-6166
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6166
</pre>
</div>
</content>
</entry>
<entry>
<title>Run tidy</title>
<updated>2020-09-18T12:28:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-09-18T12:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c5401854fcea27ff9aabfd0682ff4d81bbb3c888'/>
<id>c5401854fcea27ff9aabfd0682ff4d81bbb3c888</id>
<content type='text'>
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing param type to pcre reflection test</title>
<updated>2020-09-15T10:47:07+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-15T10:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=6082fd33a7297ac5444adacd9883511e0b55e3c8'/>
<id>6082fd33a7297ac5444adacd9883511e0b55e3c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure installed ini don't interfere</title>
<updated>2020-08-21T12:41:35+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2020-08-21T12:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=8c57474e35fa1ae9c256ac224ea646673c9d404c'/>
<id>8c57474e35fa1ae9c256ac224ea646673c9d404c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
