<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/curl/curl.stub.php, 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>Implicitly enable function entry generation when class entry generation is enabled</title>
<updated>2021-02-09T12:37:24+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-08T19:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=99b08ac2817672c108149a65509c79baf261e819'/>
<id>99b08ac2817672c108149a65509c79baf261e819</id>
<content type='text'>
Closes GH-6675
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6675
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate class entries for a few extensions</title>
<updated>2021-02-03T08:24:09+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2021-02-03T08:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=5f21062054b12a2e751886627ea81ecf733789a0'/>
<id>5f21062054b12a2e751886627ea81ecf733789a0</id>
<content type='text'>
Relates to GH-6644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Relates to GH-6644
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix curl_multi_getcontent() parameter name</title>
<updated>2020-11-19T09:17:17+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-11-18T15:43:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=06c4a501fdfb800d93725c4bb2b8b95e397ce07c'/>
<id>06c4a501fdfb800d93725c4bb2b8b95e397ce07c</id>
<content type='text'>
While the function name starts with curl_multi_*, the function
actually accepts a CurlHandle. As such, it should also use just
$handle as the parameter name.

Closes GH-6435.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the function name starts with curl_multi_*, the function
actually accepts a CurlHandle. As such, it should also use just
$handle as the parameter name.

Closes GH-6435.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve parameter names in ext/curl</title>
<updated>2020-09-25T09:17:06+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-09-17T18:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=f6024a90543b52da81d710ce6e4738d057955a36'/>
<id>f6024a90543b52da81d710ce6e4738d057955a36</id>
<content type='text'>
Closes GH-6155
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6155
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UNKNOWN default values in ext/curl</title>
<updated>2020-06-18T11:26:32+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-06-18T07:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ed6fbf91746e4c807e36f3b09a24f04298ec6b71'/>
<id>ed6fbf91746e4c807e36f3b09a24f04298ec6b71</id>
<content type='text'>
Closes GH-5734
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5734
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the deprecated parameter of curl_version()</title>
<updated>2020-06-18T11:26:32+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-06-18T07:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=a43fd3bbef313c880b8acbeac7babef074471e31'/>
<id>a43fd3bbef313c880b8acbeac7babef074471e31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert CURL resources to objects</title>
<updated>2020-06-17T14:11:57+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-06-17T14:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b516566b84c210ce6ceddeb238e45d4b1bcb32ce'/>
<id>b516566b84c210ce6ceddeb238e45d4b1bcb32ce</id>
<content type='text'>
Closes GH-5402

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5402

Co-authored-by: Nikita Popov &lt;nikita.ppv@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate function entries from stubs for a couple of extensions</title>
<updated>2020-04-04T18:41:48+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2020-04-04T18:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=7c3078737fcdd7c4da0607b2856502089e60194b'/>
<id>7c3078737fcdd7c4da0607b2856502089e60194b</id>
<content type='text'>
Closes GH-5347
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-5347
</pre>
</div>
</content>
</entry>
<entry>
<title>Add union return types with one class</title>
<updated>2019-11-18T11:44:38+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2019-11-16T17:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c58b12334df9980b8832925c3920b992593eb09a'/>
<id>c58b12334df9980b8832925c3920b992593eb09a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add union return types for function stubs</title>
<updated>2019-11-11T13:54:55+00:00</updated>
<author>
<name>Máté Kocsis</name>
<email>kocsismate@woohoolabs.com</email>
</author>
<published>2019-11-08T22:29:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=27e83d0fb87c04b61441fb77e963dd4e14ad187e'/>
<id>27e83d0fb87c04b61441fb77e963dd4e14ad187e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
