140 Commits (261beb0326257f247bedfb5e4ba3fac9ca22ca64)

Author SHA1 Message Date
Edin Kadribasic bbf97549b8 Remove pecl includes (Steph), except pdo_odbc which will remain broke 20 years ago
Pierre Joye dbf2a5c65c - document the --with-pdo-sqlite[=dir] 20 years ago
Wez Furlong 30f98ae77b set min pdo dep to 1.0.3, which will be the new pecl release 20 years ago
Wez Furlong 7614368f8a prep for pecl release 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 8d63360fc4 MFH:- Fixed bug #35377 (undefined reference to "fdatasync") 20 years ago
Antony Dovgal c92ae847c7 add missing skipif conditions 21 years ago
Ilia Alshanetsky 3450841dbe Updated libsqlite in ext/pdo_sqlite to 3.2.8. 21 years ago
Ilia Alshanetsky 5961160f95 Proper error handling for persistent connections. 21 years ago
Ilia Alshanetsky 4e09db1dbf Fixed possible memory corruption. 21 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Wez Furlong 17683295e4 switch to package2.xml 21 years ago
Ilia Alshanetsky 58c05c04f4 Regen files so they work properly with gcov. 21 years ago
Antony Dovgal 5a606e0be3 use || instead of -o to support weird systems with old `test` 21 years ago
Wez Furlong 85ad81736c set to 1.0 stable. 21 years ago
foobar 366832fbd2 MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) 21 years ago
Wez Furlong 0a865c89c5 prep for release 21 years ago
Antony Dovgal 1e93bb16e4 fix #35336 (crash on PDO::FETCH_CLASS + __set()) 21 years ago
Wez Furlong 38c5dd2929 prep for PECL release 21 years ago
Wez Furlong dbc09d3325 Closes PECL Bug #5633. 21 years ago
Ilia Alshanetsky 8b91c8f32e ZTS test fix 21 years ago
Antony Dovgal 6df490d0ca MFH: nuke warning 21 years ago
Marcus Boerger b47525e508 - TSRM fix 21 years ago
Ilia Alshanetsky ef04eea493 Touch generated file 21 years ago
Ilia Alshanetsky 846b0826ab MFH: upgraded bundled libsqlite3 to version 3.2.7 21 years ago
Wez Furlong 57641c166f reinstate this fix for building against PHP 5.0.x. 21 years ago
foobar 2352850c52 Revert the "fix". It works fine when you use PHP_5_1 21 years ago
foobar 1536082186 fix typo 21 years ago
Wez Furlong 4fb5b322ee 99% certain that this fixes PECL #5366 and PECL #5391. 21 years ago
Wez Furlong 3905ce46d9 Refs #34630 21 years ago
Ilia Alshanetsky 4dff36f6b4 MFH: Allow overloading of PDO constructor. 21 years ago
Wez Furlong 497c7714e6 update manifest 21 years ago
Wez Furlong 77d3a41f8a update package.xml files and version numbers, in anticipation of a big bunch of releases. 21 years ago
Wez Furlong a55c4799aa MFH: reset the statement when closeCursor() is called. 21 years ago
Ilia Alshanetsky 084ab84411 Fixed compiler warning 21 years ago
Ilia Alshanetsky f02aa075cb Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 21 years ago
Ilia Alshanetsky c6aae12cc1 Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Ilia Alshanetsky 4b935b9a8a Fixed sqlite build, sqlite3.h was not being correctly generated. 21 years ago
Ilia Alshanetsky 1564872062 Backport of libsqlite fix in relation to AS keyword. 21 years ago
foobar 4b0cdf8cd4 fix VPATH builds 21 years ago
Wez Furlong a6f0d99e5b fixup the build in HEAD again... moved the maintainer only stuff out of the 21 years ago
Wez Furlong dcac8e1a44 Prep for PECL release. 21 years ago
Ilia Alshanetsky 2d920f6848 Only set authorizer if we intend to use it (safe_mode or open_basedir). 21 years ago
Ilia Alshanetsky bc80bdb973 Added test for bug #33841. 21 years ago
Ilia Alshanetsky 66125c18a3 Fixed bug #33841 (pdo sqlite driver forgets to update affected column count 21 years ago
Wez Furlong 4854dd71de this needs to be the column count, otherwise a db->query() that returns 0 rows 21 years ago
Ilia Alshanetsky 7d1b4145b1 Fixed compiler warning. 21 years ago
Ilia Alshanetsky d3a9f93111 cursor_closer for SQLite. 21 years ago
Ilia Alshanetsky 703c55577b Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0. 21 years ago