Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| | |||||
* | MFH:- Fixed bug #35377 (undefined reference to "fdatasync") | foobar | 2005-12-31 | 1 | -1/+5 |
| | |||||
* | add missing skipif conditions | Antony Dovgal | 2005-12-21 | 1 | -0/+4 |
| | | | | | fix existing ones | ||||
* | Updated libsqlite in ext/pdo_sqlite to 3.2.8. | Ilia Alshanetsky | 2005-12-20 | 2 | -2/+2 |
| | |||||
* | Proper error handling for persistent connections. | Ilia Alshanetsky | 2005-12-20 | 1 | -3/+3 |
| | |||||
* | Fixed possible memory corruption. | Ilia Alshanetsky | 2005-12-19 | 1 | -1/+10 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 2 | -3/+3 |
| | |||||
* | switch to package2.xml | Wez Furlong | 2005-12-04 | 3 | -178/+188 |
| | |||||
* | Regen files so they work properly with gcov. | Ilia Alshanetsky | 2005-12-04 | 1 | -389/+389 |
| | |||||
* | use || instead of -o to support weird systems with old `test` | Antony Dovgal | 2005-11-27 | 1 | -1/+1 |
| | |||||
* | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 2 | -2/+2 |
| | |||||
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | prep for release | Wez Furlong | 2005-11-24 | 1 | -4/+4 |
| | |||||
* | fix #35336 (crash on PDO::FETCH_CLASS + __set()) | Antony Dovgal | 2005-11-23 | 1 | -0/+22 |
| | |||||
* | prep for PECL release | Wez Furlong | 2005-11-01 | 1 | -12/+14 |
| | |||||
* | Closes PECL Bug #5633. | Wez Furlong | 2005-11-01 | 1 | -2/+2 |
| | | | | | Build tested with 5.0.x as PECL, 5.1 as PECL and 5.1 static | ||||
* | ZTS test fix | Ilia Alshanetsky | 2005-10-18 | 1 | -2/+2 |
| | |||||
* | MFH: nuke warning | Antony Dovgal | 2005-10-03 | 1 | -0/+1 |
| | |||||
* | - TSRM fix | Marcus Boerger | 2005-09-29 | 1 | -1/+1 |
| | |||||
* | Touch generated file | Ilia Alshanetsky | 2005-09-26 | 1 | -1/+1 |
| | |||||
* | MFH: upgraded bundled libsqlite3 to version 3.2.7 | Ilia Alshanetsky | 2005-09-26 | 41 | -4158/+4834 |
| | |||||
* | reinstate this fix for building against PHP 5.0.x. | Wez Furlong | 2005-09-25 | 1 | -1/+1 |
| | | | | | | This works fine against PHP 5.1 too; if you revert this, you'd better have an awesome technical reason, or I'll remove your karma. | ||||
* | Revert the "fix". It works fine when you use PHP_5_1 | foobar | 2005-09-24 | 1 | -1/+1 |
| | |||||
* | fix typo | foobar | 2005-09-24 | 1 | -1/+1 |
| | |||||
* | 99% certain that this fixes PECL #5366 and PECL #5391. | Wez Furlong | 2005-09-24 | 1 | -1/+1 |
| | |||||
* | Refs #34630 | Wez Furlong | 2005-09-24 | 1 | -5/+20 |
| | |||||
* | MFH: Allow overloading of PDO constructor. | Ilia Alshanetsky | 2005-09-20 | 1 | -0/+2 |
| | |||||
* | update manifest | Wez Furlong | 2005-09-11 | 1 | -0/+2 |
| | |||||
* | update package.xml files and version numbers, in anticipation of a big bunch ↵ | Wez Furlong | 2005-09-11 | 2 | -4/+5 |
| | | | | of releases. | ||||
* | MFH: reset the statement when closeCursor() is called. | Wez Furlong | 2005-09-11 | 1 | -0/+2 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2005-09-05 | 1 | -0/+1 |
| | |||||
* | Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 | Ilia Alshanetsky | 2005-08-28 | 1 | -1/+1 |
| | |||||
* | Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1) | Ilia Alshanetsky | 2005-08-28 | 64 | -4128/+6145 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed sqlite build, sqlite3.h was not being correctly generated. | Ilia Alshanetsky | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | Backport of libsqlite fix in relation to AS keyword. | Ilia Alshanetsky | 2005-07-29 | 1 | -0/+1 |
| | |||||
* | fix VPATH builds | foobar | 2005-07-29 | 1 | -1/+1 |
| | |||||
* | fixup the build in HEAD again... moved the maintainer only stuff out of the | Wez Furlong | 2005-07-27 | 2 | -13/+12 |
| | | | | | config.m4 and into a separate script to make it cleaner | ||||
* | Prep for PECL release. | Wez Furlong | 2005-07-27 | 3 | -18/+45 |
| | | | | | | Fixup config.m4 to work properly under a pear tool vpath build # seems strange that it was so badly broken... did something major change? | ||||
* | Only set authorizer if we intend to use it (safe_mode or open_basedir). | Ilia Alshanetsky | 2005-07-27 | 1 | -1/+3 |
| | |||||
* | Added test for bug #33841. | Ilia Alshanetsky | 2005-07-24 | 1 | -0/+28 |
| | |||||
* | Fixed bug #33841 (pdo sqlite driver forgets to update affected column count | Ilia Alshanetsky | 2005-07-23 | 1 | -0/+1 |
| | | | | | on execution of prepared statments). | ||||
* | this needs to be the column count, otherwise a db->query() that returns 0 rows | Wez Furlong | 2005-07-18 | 1 | -1/+1 |
| | | | | | will fail rather than returning a statement with no rows. | ||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2005-07-14 | 1 | -0/+1 |
| | |||||
* | cursor_closer for SQLite. | Ilia Alshanetsky | 2005-07-09 | 1 | -1/+8 |
| | |||||
* | Fixed memory leak, after SQLITE_DONE sqlite3_data_count() always returns 0. | Ilia Alshanetsky | 2005-07-07 | 1 | -1/+1 |
| | |||||
* | remove the old tests for pdo_sqlite | Wez Furlong | 2005-07-06 | 29 | -1717/+0 |
| | |||||
* | Add a redirect test to run the common pdo core tests against the sqlite | Wez Furlong | 2005-07-06 | 1 | -0/+12 |
| | | | | | driver | ||||
* | touch generated file. | Ilia Alshanetsky | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | Upgraded bundled sqlite lib to 3.2.2 | Ilia Alshanetsky | 2005-06-30 | 51 | -3758/+5190 |
| |