History log of /PHP-5.5/ext/pdo_sqlite/pdo_sqlite.c (Results 26 – 40 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 3e669bc9 06-Dec-2005 foobar

MFH: nuke php3 legacy


# 17683295 04-Dec-2005 Wez Furlong

switch to package2.xml


Revision tags: RELEASE_2_0_2, php-5.1.1
# 85ad8173 26-Nov-2005 Wez Furlong

set to 1.0 stable.


# 366832fb 25-Nov-2005 foobar

MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)


Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1
# 77d3a41f 11-Sep-2005 Wez Furlong

update package.xml files and version numbers, in anticipation of a big bunch of releases.


Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0, RELEASE_0_9
# dcac8e1a 27-Jul-2005 Wez Furlong

Prep for PECL release.
Fixup config.m4 to work properly under a pear tool vpath build
# seems strange that it was so badly broken... did something major change?


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 5cf2c9dc 23-Jun-2005 Marcus Boerger

- Add +ifdefs to still allow PHP 5.0 builds of PDO
# PDO is a PECL extension and at the moment is still meant to compile on
# both PHP 5.0 and PHP 5.1.


# f47c7848 17-Jun-2005 Dmitry Stogov

Improved PHP extension loading mechanism with support for module dependencies and conflicts


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 584abff6 09-Mar-2005 Wez Furlong

update extension version


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# 9e31b105 12-Feb-2005 Wez Furlong

prep for release


Revision tags: RELEASE_0_2_1
# 877a2bd6 10-Feb-2005 Wez Furlong

prep for release


Revision tags: RELEASE_0_2
# 229ea4bb 09-Feb-2005 Wez Furlong

update ready for release.
Disable dependency macro for compatibility with existing PHP 5.0.x releases.


# e6c282a7 07-Jan-2005 Wez Furlong

jumbo commit; implement sqlstate error codes.
Bundle sqlite3


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 12a678ca 26-Oct-2004 Wez Furlong

*cough* de-bogusify driver registration.
(what was I smoking??)


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9
# 2f161ab7 19-Sep-2004 Wez Furlong

First cut at a PDO driver for SQLite 3.x

Features:
- native prepare/execute and bound parameters.
- finally supports binary data (via bound parameter api)
- full unicode/utf-8 su

First cut at a PDO driver for SQLite 3.x

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).

show more ...


12