<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/sqlite3/libsqlite, branch PHP-8.0.3</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Unbundle libsqlite3</title>
<updated>2018-10-06T10:36:55+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-10-06T10:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=6083a387a81dbbd66d6316a3a12a63f06d5f7109'/>
<id>6083a387a81dbbd66d6316a3a12a63f06d5f7109</id>
<content type='text'>
Since there is no need to patch libsqlite3 for our purposes, and since
libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely
available on distros, there is no reason anymore to bundle the library.

Besides removing the bundled libsqlite, and adapting the configuration
respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA
compile time constant to detect whether sqlite3_column_table_name() is
available by a working feature detection (otherwise bug_42589.phpt
would fail).  We also skip bug73068.phpt for libsqlite 3.11.0 to
3.14.1 which have a bug (&lt;https://sqlite.org/src/info/ef360601&gt;).

We also completely drop support for the obscure pdo_sqlite_external
extension (which could have been enabled on Windows only by passing
`--pdo-sqlite-external` to configure), since it is not needed anymore.

Furthermore, we remove references to the bundled libsqlite from
Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since there is no need to patch libsqlite3 for our purposes, and since
libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely
available on distros, there is no reason anymore to bundle the library.

Besides removing the bundled libsqlite, and adapting the configuration
respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA
compile time constant to detect whether sqlite3_column_table_name() is
available by a working feature detection (otherwise bug_42589.phpt
would fail).  We also skip bug73068.phpt for libsqlite 3.11.0 to
3.14.1 which have a bug (&lt;https://sqlite.org/src/info/ef360601&gt;).

We also completely drop support for the obscure pdo_sqlite_external
extension (which could have been enabled on Windows only by passing
`--pdo-sqlite-external` to configure), since it is not needed anymore.

Furthermore, we remove references to the bundled libsqlite from
Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to SQLite 3.25.1</title>
<updated>2018-09-19T18:01:04+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-09-19T18:01:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=fe3ec212dc5a86b56a46f8ec58a9b8dc71ebddbd'/>
<id>fe3ec212dc5a86b56a46f8ec58a9b8dc71ebddbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to SQLite 3.25.0</title>
<updated>2018-09-15T21:12:25+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-09-15T21:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=ba300b69d2944678e5d8164b7abd99bf296ff06e'/>
<id>ba300b69d2944678e5d8164b7abd99bf296ff06e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to SQLite 3.24.0</title>
<updated>2018-06-05T13:01:02+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-06-05T13:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=c4331b00be1a294fa20ee08a18cdd722f123c73a'/>
<id>c4331b00be1a294fa20ee08a18cdd722f123c73a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bundled libsqlite to 3.23.1</title>
<updated>2018-04-10T21:20:21+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-04-10T21:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=d2ebe414647e066d8e1b5bac97a11f263b97f249'/>
<id>d2ebe414647e066d8e1b5bac97a11f263b97f249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bundled libsqlite to 3.23.0</title>
<updated>2018-04-02T21:20:20+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-04-02T21:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=a4cbd80b8ddd4c176cf1fa7ae99b578fdf2fa80a'/>
<id>a4cbd80b8ddd4c176cf1fa7ae99b578fdf2fa80a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to SQLite 3.22.0</title>
<updated>2018-01-22T22:42:36+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2018-01-22T22:39:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=5b4b4d33b29251984ba19a1af4ab944184a1ef14'/>
<id>5b4b4d33b29251984ba19a1af4ab944184a1ef14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespaces on ext/*</title>
<updated>2018-01-04T04:38:32+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2018-01-04T04:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=2238403892ccf87143a59814538d9f764509d9e7'/>
<id>2238403892ccf87143a59814538d9f764509d9e7</id>
<content type='text'>
Signed-off-by: Gabriel Caruso &lt;carusogabriel34@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabriel Caruso &lt;carusogabriel34@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Trailing whitespaces</title>
<updated>2018-01-03T13:38:00+00:00</updated>
<author>
<name>Gabriel Caruso</name>
<email>carusogabriel34@gmail.com</email>
</author>
<published>2017-12-31T04:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=64002648562362b97fcb78b68366b1b2118ffd5b'/>
<id>64002648562362b97fcb78b68366b1b2118ffd5b</id>
<content type='text'>
Signed-off-by: Gabriel Caruso &lt;carusogabriel34@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gabriel Caruso &lt;carusogabriel34@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated bundled libsqlite to 3.21.0</title>
<updated>2017-11-07T15:21:07+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2017-11-07T15:21:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/php-git.git/commit/?id=35e2984b919e94aef1040beb02bbb1e48b60f7e1'/>
<id>35e2984b919e94aef1040beb02bbb1e48b60f7e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
