<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/soap/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>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://91.123.203.49/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>Merge branch 'PHP-8.0'</title>
<updated>2021-02-01T08:17:02+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2021-02-01T08:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=f2994786f3d5f01944202d8757bf3f6ff92a8261'/>
<id>f2994786f3d5f01944202d8757bf3f6ff92a8261</id>
<content type='text'>
* PHP-8.0:
  Fix bug #80672 - Null Dereference in SoapClient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-8.0:
  Fix bug #80672 - Null Dereference in SoapClient
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.4' into PHP-8.0</title>
<updated>2021-02-01T05:42:48+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2021-02-01T05:42:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=d94d0dda297ebc2f7afe0add2a6f85ddd057b4ee'/>
<id>d94d0dda297ebc2f7afe0add2a6f85ddd057b4ee</id>
<content type='text'>
* PHP-7.4:
  Fix bug #80672 - Null Dereference in SoapClient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.4:
  Fix bug #80672 - Null Dereference in SoapClient
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2021-02-01T05:42:41+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2021-02-01T05:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=86de4d7af6d8bf6aa2955b158a12272f76ceb97e'/>
<id>86de4d7af6d8bf6aa2955b158a12272f76ceb97e</id>
<content type='text'>
* PHP-7.3:
  Fix bug #80672 - Null Dereference in SoapClient
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix bug #80672 - Null Dereference in SoapClient
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #80672 - Null Dereference in SoapClient</title>
<updated>2021-02-01T05:15:23+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2021-02-01T05:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3c939e3f69955d087e0bb671868f7267dfb2a502'/>
<id>3c939e3f69955d087e0bb671868f7267dfb2a502</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Update ext/soap parameter names</title>
<updated>2020-10-08T14:32:01+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-06T13:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c4a25da096611360a862791ea1c323bad3270ec1'/>
<id>c4a25da096611360a862791ea1c323bad3270ec1</id>
<content type='text'>
Closes GH-6300.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6300.
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept bool in SoapClient::__doRequest</title>
<updated>2020-10-08T10:36:49+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-10-08T10:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=9e32e1322ed0ea737150b92916d352737a2e55ff'/>
<id>9e32e1322ed0ea737150b92916d352737a2e55ff</id>
<content type='text'>
$one_way is a boolean argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$one_way is a boolean argument.
</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>Allow http tests to run in parallel by using ephemeral ports</title>
<updated>2020-09-17T14:38:54+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2020-09-15T15:36:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=95f2583743bdd758d8dbdc7e23e08a4a2d39e8da'/>
<id>95f2583743bdd758d8dbdc7e23e08a4a2d39e8da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
