Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Add support for SQLite open flags | BohwaZ | 2017-09-06 | 1 | -0/+5 |
| | |||||
* | Fix buid with system libsqlite, see bug #74217 | Remi Collet | 2017-03-29 | 1 | -0/+2 |
| | | | | | | SQLITE_DETERMINISTIC only exists in recent version e.g. missing on 3.7 which is the default on RHEL/CentOS-7 and probably others (wheezy have 3.7, jessie 3.8...) | ||||
* | Implement FR #74217: deterministic sqlite functions | andrewnester | 2017-03-12 | 1 | -0/+2 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -2/+0 |
| | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -7/+1 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Update pdo_sqlite to use the amalgamation, much easier to upgrade / ↵ | Scott MacVicar | 2008-07-24 | 1 | -6/+0 |
| | | | | | | | maintain. Also kill useless PECL version tag in MINFO. Will probably be chastised by Jani for doing branch first... | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | export the module guy in the external dll version of the build | Wez Furlong | 2007-03-23 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | switch to package2.xml | Wez Furlong | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | set to 1.0 stable. | Wez Furlong | 2005-11-26 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -2/+2 |
| | |||||
* | update package.xml files and version numbers, in anticipation of a big bunch ↵ | Wez Furlong | 2005-09-11 | 1 | -1/+1 |
| | | | | of releases. | ||||
* | Prep for PECL release. | Wez Furlong | 2005-07-27 | 1 | -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 PDO | Marcus Boerger | 2005-06-23 | 1 | -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 Stogov | 2005-06-17 | 1 | -1/+10 |
| | | | | dependencies and conflicts | ||||
* | update extension version | Wez Furlong | 2005-03-09 | 1 | -1/+1 |
| | |||||
* | prep for release | Wez Furlong | 2005-02-12 | 1 | -1/+1 |
| | |||||
* | prep for release | Wez Furlong | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | update ready for release. | Wez Furlong | 2005-02-09 | 1 | -1/+1 |
| | | | | | Disable dependency macro for compatibility with existing PHP 5.0.x releases. | ||||
* | jumbo commit; implement sqlstate error codes. | Wez Furlong | 2005-01-07 | 1 | -2/+7 |
| | | | | | Bundle sqlite3 | ||||
* | *cough* de-bogusify driver registration. | Wez Furlong | 2004-10-26 | 1 | -30/+4 |
| | | | | | (what was I smoking??) | ||||
* | First cut at a PDO driver for SQLite 3.x | Wez Furlong | 2004-09-19 | 1 | -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). |