summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite_driver.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-2/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-4/+4
| | | | | | | | semantick changes).
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-4/+4
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-24/+24
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-54/+48
| |
* | 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-191-1/+1
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
| |
* | master renames phase 1Anatol Belski2014-08-251-29/+29
| |
* | ported pdo and pdo_sqliteAnatol Belski2014-08-191-9/+9
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-14/+14
| |
* | - 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
| |
* | Refactor pdo_sqlite (only compilable)Xinchen Hui2014-04-231-88/+70
| |
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* 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
| |
| * - fix #55226, WSPierre Joye2012-01-311-6/+6
| |
| * - fix #55226, fix buildPierre Joye2012-01-311-2/+1
| |
| * createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-291-0/+125
| | | | | | | | | | Closes bug #55226
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Avoid strcpy() usageIlia Alshanetsky2011-08-081-7/+7
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * - Completed the fix for bug #52010Felipe Pena2010-06-201-1/+1
| | | | | | | | | | # Fixing pdo drivers
* | - fix #55226, WSPierre Joye2012-01-311-2/+1
| |
* | - fix #55226, fix buildPierre Joye2012-01-311-2/+1
| |
* | createCollation() for pdo_sqlite as wellRasmus Lerdorf2012-01-291-0/+126
| | | | | | | | | | Closes bug #55226
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Avoid strcpy() usageIlia Alshanetsky2011-08-081-7/+7
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Completed the fix for bug #52010Felipe Pena2010-06-201-1/+1
| | | | | | | | | | # Fixing pdo drivers
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-7/+2
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH:Felipe Pena2008-12-021-2/+5
| | | | | | - Fixed memory leaks - Added new tests (Coverage++)
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
|