<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_firebird, 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>Initalize return_value before use</title>
<updated>2021-03-17T14:39:50+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2021-03-17T14:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=128082c86fd024fad25c71f4013f8ed55a43f5e4'/>
<id>128082c86fd024fad25c71f4013f8ed55a43f5e4</id>
<content type='text'>
Otherwise we likely segfault[1].  We fix the same issue for
PDO_Firebird as well.

[1] &lt;https://ci.appveyor.com/project/php/php-src/builds/38267250/job/6y3ngn1k6ryxx6j3?fullLog=true#L9783&gt;

Closes GH-6785.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we likely segfault[1].  We fix the same issue for
PDO_Firebird as well.

[1] &lt;https://ci.appveyor.com/project/php/php-src/builds/38267250/job/6y3ngn1k6ryxx6j3?fullLog=true#L9783&gt;

Closes GH-6785.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add API to fetch bool value for PDO attribute values</title>
<updated>2021-03-17T00:58:01+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2021-03-15T16:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=ebaeb93c3f9f23aa9b2e5ccc1f8bf17ec3700bf2'/>
<id>ebaeb93c3f9f23aa9b2e5ccc1f8bf17ec3700bf2</id>
<content type='text'>
Closes GH-6766
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6766
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard PDO way for fetching integer attribute values</title>
<updated>2021-03-17T00:58:01+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2021-03-15T15:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=c465462e912eae73d1e0407f2d2cb815f40f1c13'/>
<id>c465462e912eae73d1e0407f2d2cb815f40f1c13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>php_pdo_register_driver() might fail</title>
<updated>2021-01-19T12:55:07+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2021-01-19T12:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=b44e29f8430189914ad4047176527918f80b935c'/>
<id>b44e29f8430189914ad4047176527918f80b935c</id>
<content type='text'>
Therefore correctly report failure in MINIT for the drivers which didn't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Therefore correctly report failure in MINIT for the drivers which didn't.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PDO doer handler to use zend_string</title>
<updated>2021-01-19T11:42:39+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2021-01-18T16:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=94ea8e247bb8103e346666dd33de08905b3e67ab'/>
<id>94ea8e247bb8103e346666dd33de08905b3e67ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace zend_bool uses with bool</title>
<updated>2021-01-15T11:33:06+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2021-01-15T11:30:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=3e01f5afb1b52fe26a956190296de0192eedeec1'/>
<id>3e01f5afb1b52fe26a956190296de0192eedeec1</id>
<content type='text'>
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're starting to see a mix between uses of zend_bool and bool.
Replace all usages with the standard bool type everywhere.

Of course, zend_bool is retained as an alias.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor PDO's quoter handler to return a zend_string</title>
<updated>2021-01-07T15:53:48+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-12-23T14:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=63cda0fea83d19d17d19df18d712328372e7891c'/>
<id>63cda0fea83d19d17d19df18d712328372e7891c</id>
<content type='text'>
Closes GH-6547
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-6547
</pre>
</div>
</content>
</entry>
<entry>
<title>Voidify PDO's fetch_error handler</title>
<updated>2021-01-06T10:20:57+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-12-24T00:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=1a58611ae54fba45f7cf6b16ef921f7ad6c3d4b9'/>
<id>1a58611ae54fba45f7cf6b16ef921f7ad6c3d4b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Boolify PDO's preparer handler</title>
<updated>2021-01-06T10:20:57+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-12-24T00:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=60a61afd3c40f029c6bb679754d13f71d63e3283'/>
<id>60a61afd3c40f029c6bb679754d13f71d63e3283</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Voidify PDO's closer handler</title>
<updated>2021-01-06T10:20:57+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2020-12-24T00:08:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/php-git.git/commit/?id=53ba72ec03b05800de94c3e4f3f8c96aae70185d'/>
<id>53ba72ec03b05800de94c3e4f3f8c96aae70185d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
