summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-2/+0
| |
* | Remove version checksNikita Popov2016-01-301-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-7.0'Xinchen Hui2016-01-041-2/+1
|\ \ | |/
| * Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-2/+1
| |
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
|\ \ | |/ | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
| |\ | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| | |
| | * bump yearXinchen Hui2015-01-155-5/+5
| | |
* | | Remove leftovers of TSRMLS in docsTom Van Looy2015-12-251-10/+0
|/ /
* | use Z* macro nameAnatol Belski2015-11-051-1/+1
| |
* | fix pdo_sqlite crash with empty bound streamAnatol Belski2015-11-052-2/+39
| |
* | fix test redirection when run not from source rootAnatol Belski2015-10-231-1/+1
| |
* | Fixed bug #70221 (persistent sqlite connection + custom function segfaults)Xinchen Hui2015-08-101-0/+15
| |
* | Various warning fixesNikita Popov2015-07-171-1/+1
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-302-5/+5
| | | | | | | | semantick changes).
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+3
| |
* | Make internal non-static methods to be executed in context of class. Set ↵Dmitry Stogov2015-04-231-1/+1
| | | | | | | | EG(scope) accordingly.
* | Finish PHP 4 constructor deprecationNikita Popov2015-03-311-2/+2
| |
* | cleanup mod version macros, round 3Anatol Belski2015-03-232-7/+4
| |
* | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
| | | | | | | | | | | | Configure scripts for extensions look for PDO include files in $prefix/include/php. This change makes them look into $phpincludedir instead, which may be different from $prefix/include/php.
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-4/+4
| |
* | bump yearXinchen Hui2015-01-155-5/+5
| |
* | trailing whitespace removalStanislav Malyshev2015-01-104-41/+41
| |
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-66/+60
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+6
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/pdo*Anatol Belski2014-09-261-6/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-252-3/+3
| |
* | master renames phase 3Anatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-252-36/+36
| |
* | ported pdo and pdo_sqliteAnatol Belski2014-08-192-13/+13
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-192-19/+19
| |
* | Fixed bug #47407Xinchen Hui2014-05-271-1/+1
| |
* | - Fixed ZTS buildFelipe Pena2014-05-131-2/+2
| |
* | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-9/+9
| |
* | Fixed AggregateXinchen Hui2014-04-241-20/+19
| |
* | Various bugs fixedXinchen Hui2014-04-241-18/+33
| |
* | Refactor pdo_sqlite (only compilable)Xinchen Hui2014-04-233-113/+92
| |
* | Cleanup (1-st round)Dmitry Stogov2014-04-152-8/+8
|/
* Bump yearXinchen Hui2014-01-035-5/+5
|
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-051-0/+33
|\ | | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h
| * Fixed Bug #66034 (Segmentation Fault when constructor of PDO statement ↵Xinchen Hui2013-11-051-0/+33
| | | | | | | | | | | | | | throws an exception) I know zend_call_function will initilize retval_ptr_ptr, but still set it to NULL explict is more readable
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-2/+2
|/ | | | | | text. Whitespace changes and a couple of grammar fixes.
* Add user contributed test. Bug #61748Yasuo Ohgaki2013-08-021-0/+17
|
* Fix bug #63916: PDO::PARAM_INT casts to 32bit int internally even on 64bit ↵Lars Strojny2013-01-143-0/+60
| | | | builds in pdo_sqlite
* Happy New YearXinchen Hui2013-01-015-5/+5
|
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-06-221-1/+1
|\ | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c
| * Improve check for :memory: pseudo-filename in SQliteJohannes Schlüter2012-06-221-1/+1
| |