summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/pdo_sqlite.c
Commit message (Collapse)AuthorAgeFilesLines
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
|
* switch to package2.xmlWez Furlong2005-12-041-1/+1
|
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
|
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
|
* update package.xml files and version numbers, in anticipation of a big bunch ↵Wez Furlong2005-09-111-1/+1
| | | | of releases.
* Prep for PECL release.Wez Furlong2005-07-271-1/+1
| | | | | | Fixup config.m4 to work properly under a pear tool vpath build # seems strange that it was so badly broken... did something major change?
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
| | | | | | # PDO is a PECL extension and at the moment is still meant to compile on # both PHP 5.0 and PHP 5.1.
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+10
| | | | dependencies and conflicts
* update extension versionWez Furlong2005-03-091-1/+1
|
* prep for releaseWez Furlong2005-02-121-1/+1
|
* prep for releaseWez Furlong2005-02-101-1/+1
|
* update ready for release.Wez Furlong2005-02-091-1/+1
| | | | | Disable dependency macro for compatibility with existing PHP 5.0.x releases.
* jumbo commit; implement sqlstate error codes.Wez Furlong2005-01-071-2/+7
| | | | | Bundle sqlite3
* *cough* de-bogusify driver registration.Wez Furlong2004-10-261-30/+4
| | | | | (what was I smoking??)
* First cut at a PDO driver for SQLite 3.xWez Furlong2004-09-191-0/+122
Features: - native prepare/execute and bound parameters. - finally supports binary data (via bound parameter api) - full unicode/utf-8 support Missing: - UDF functions - authorizer hooks for safe_mode/open_basedir restrictions You need to download, compile and install sqlite3 yourself; we're not bundling it (at least, not yet).