<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/pdo_sqlite, branch php-7.4.2</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>Fixed bug #79056</title>
<updated>2020-01-03T10:08:48+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2020-01-03T09:40:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1dcdcd79badcd0c685580abb2e4e9064ee8cfa80'/>
<id>1dcdcd79badcd0c685580abb2e4e9064ee8cfa80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #78348: Remove -lrt from pdo_sqlite.so</title>
<updated>2019-07-30T20:06:23+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-29T19:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=09b108246a8c1277d37b3d6c0ac6e5544f88d317'/>
<id>09b108246a8c1277d37b3d6c0ac6e5544f88d317</id>
<content type='text'>
The fdatasync check has been removed since PHP 5.3.

The Solaris fix was introduced via
8d63360fc40dec579af5b5f455ef02b85caff5c5
and is today no longer relevant since the sqlite library is neither
bundled in php-src anymore neither the check needs to be done via the
PHP build system.

Closes GH-4485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fdatasync check has been removed since PHP 5.3.

The Solaris fix was introduced via
8d63360fc40dec579af5b5f455ef02b85caff5c5
and is today no longer relevant since the sqlite library is neither
bundled in php-src anymore neither the check needs to be done via the
PHP build system.

Closes GH-4485
</pre>
</div>
</content>
</entry>
<entry>
<title>Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite</title>
<updated>2019-07-20T22:40:59+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-20T22:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f5227c5863a79cb219902f32aaebacac77a6e133'/>
<id>f5227c5863a79cb219902f32aaebacac77a6e133</id>
<content type='text'>
Closes GH-4444
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes GH-4444
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused sqlite symbols</title>
<updated>2019-07-19T22:27:10+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-19T22:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6de97402b5765b70264e69460caef93b00e562ef'/>
<id>6de97402b5765b70264e69460caef93b00e562ef</id>
<content type='text'>
- HAVE_SQLITE3_KEY is no longer used in php-src
- SQLITE_ENABLE_COLUMN_METADATA is no longer used in php-src

Closes GH-4443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- HAVE_SQLITE3_KEY is no longer used in php-src
- SQLITE_ENABLE_COLUMN_METADATA is no longer used in php-src

Closes GH-4443
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove conditional calls of always available macros</title>
<updated>2019-07-14T20:24:21+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-14T20:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=94421e5724e1942499d024ae7537a329fe426133'/>
<id>94421e5724e1942499d024ae7537a329fe426133</id>
<content type='text'>
These checks were once relevant for these extensions in PECL and PHP
versions without availability of the checked macros.

Closes GH-4405
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These checks were once relevant for these extensions in PECL and PHP
versions without availability of the checked macros.

Closes GH-4405
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify PHP_CHECK_PDO_INCLUDES calls</title>
<updated>2019-07-08T08:24:41+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2019-07-08T08:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a39ea91753c5d131ff802ee394ee23ce2f37d7f4'/>
<id>a39ea91753c5d131ff802ee394ee23ce2f37d7f4</id>
<content type='text'>
Conditional checks were once used for backwards compatibility with
phpize from PHP versions that didn't have this macro call yet.

Closes GH-4376
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conditional checks were once used for backwards compatibility with
phpize from PHP versions that didn't have this macro call yet.

Closes GH-4376
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement SQLite extended result code functionality</title>
<updated>2019-07-02T11:03:35+00:00</updated>
<author>
<name>Robert Kopack</name>
<email>rkopack@tenable.com</email>
</author>
<published>2019-07-02T10:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b546ae986a6efe4daadd23e27f6ccaac5c857e5e'/>
<id>b546ae986a6efe4daadd23e27f6ccaac5c857e5e</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.3' into PHP-7.4</title>
<updated>2019-06-28T10:37:49+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-06-28T10:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=645ca710d74ad44c0b1d031f6b5a37fb3118becf'/>
<id>645ca710d74ad44c0b1d031f6b5a37fb3118becf</id>
<content type='text'>
* PHP-7.3:
  Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-06-28T10:36:55+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-06-28T10:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=646debaf38aa000b374b17efd0c2793d833cfcd4'/>
<id>646debaf38aa000b374b17efd0c2793d833cfcd4</id>
<content type='text'>
* PHP-7.2:
  Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed</title>
<updated>2019-06-28T10:36:02+00:00</updated>
<author>
<name>Vincent</name>
<email>vquatrevieux@b2pweb.com</email>
</author>
<published>2019-06-26T09:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05c00a832c7b395398ef8e60edd8a7ec25439861'/>
<id>05c00a832c7b395398ef8e60edd8a7ec25439861</id>
<content type='text'>
Reset stmt-&gt;columns when column count changed on new execution of prepared statement
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reset stmt-&gt;columns when column count changed on new execution of prepared statement
</pre>
</div>
</content>
</entry>
</feed>
