<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sockets, branch php-7.3.0alpha1</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>Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.</title>
<updated>2018-05-28T13:27:12+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-05-28T13:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5eb1f92f31cafc48384f9096012f421b37f6d425'/>
<id>5eb1f92f31cafc48384f9096012f421b37f6d425</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented winsock info import/export</title>
<updated>2018-05-17T09:36:23+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2018-04-23T15:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9d4da80e90edda8ea214da0ba07a9b39b3c34ea7'/>
<id>9d4da80e90edda8ea214da0ba07a9b39b3c34ea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string.</title>
<updated>2018-05-08T14:30:15+00:00</updated>
<author>
<name>Dmitry Stogov</name>
<email>dmitry@zend.com</email>
</author>
<published>2018-05-08T14:30:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=524f5245c55223d36d1166554ca894fa77ea2dd1'/>
<id>524f5245c55223d36d1166554ca894fa77ea2dd1</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.2'</title>
<updated>2018-04-29T16:38:59+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-29T16:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=091f69e8693305eafd7adac4b8f62823aa8acede'/>
<id>091f69e8693305eafd7adac4b8f62823aa8acede</id>
<content type='text'>
* PHP-7.2:
  The SO_PASSCRED constant is conditionally defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  The SO_PASSCRED constant is conditionally defined
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-04-29T16:38:12+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-29T16:38:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=beab62226598ea52c6e2e7bdf3ce7f688e7f6538'/>
<id>beab62226598ea52c6e2e7bdf3ce7f688e7f6538</id>
<content type='text'>
* PHP-7.1:
  The SO_PASSCRED constant is conditionally defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  The SO_PASSCRED constant is conditionally defined
</pre>
</div>
</content>
</entry>
<entry>
<title>The SO_PASSCRED constant is conditionally defined</title>
<updated>2018-04-29T16:34:03+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-29T16:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=35713efa025cd859f150949d9c5408f96f7564b9'/>
<id>35713efa025cd859f150949d9c5408f96f7564b9</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.2'</title>
<updated>2018-04-28T12:58:45+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-28T12:58:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=74ecbbebe58eb290b9bf7f4b7753c4d5255263a6'/>
<id>74ecbbebe58eb290b9bf7f4b7753c4d5255263a6</id>
<content type='text'>
* PHP-7.2:
  Fix potential memory leaks in sockets extension
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix potential memory leaks in sockets extension
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.1' into PHP-7.2</title>
<updated>2018-04-28T12:57:30+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-28T12:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d990b9316a9ecdd20263be825a588d3dee61fadb'/>
<id>d990b9316a9ecdd20263be825a588d3dee61fadb</id>
<content type='text'>
* PHP-7.1:
  Fix potential memory leaks in sockets extension
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.1:
  Fix potential memory leaks in sockets extension
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix potential memory leaks in sockets extension</title>
<updated>2018-04-28T12:55:24+00:00</updated>
<author>
<name>Thomas Punt</name>
<email>tpunt@php.net</email>
</author>
<published>2018-04-28T12:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=643c9c9b478263327015b544a030c24740e99d45'/>
<id>643c9c9b478263327015b544a030c24740e99d45</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.2'</title>
<updated>2018-03-23T17:57:58+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2018-03-23T17:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ad87e2bd6a3cdc792a15bdab987d36cb85a68563'/>
<id>ad87e2bd6a3cdc792a15bdab987d36cb85a68563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
