summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * - 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-293-0/+172
| | | | | | | | | | Closes bug #55226
| * - Year++Felipe Pena2012-01-015-5/+5
| |
| * Avoid strcpy() usageIlia Alshanetsky2011-08-081-7/+7
| |
| * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-252-2/+2
| |
| * - New tests (code coverage++)Felipe Pena2011-06-192-0/+32
| |
| * Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-6/+6
| | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch
| * Cache the pdo include pathRasmus Lerdorf2011-05-151-6/+6
| |
| * - Year++Felipe Pena2011-01-015-5/+5
| |
| * - New testFelipe Pena2010-07-291-0/+21
| |
| * - 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-293-0/+173
| | | | | | | | | | Closes bug #55226
* | - Year++Felipe Pena2012-01-015-5/+5
| |
* | Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using ↵Dmitry Stogov2011-11-081-2/+0
| | | | | | | | sqliteCreateFunction())
* | Added test for #60104Patrick Allaert2011-11-041-0/+23
| |
* | Avoid strcpy() usageIlia Alshanetsky2011-08-081-7/+7
| |
* | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-252-2/+2
| |
* | - New tests (code coverage++)Felipe Pena2011-06-192-0/+32
| |
* | Cache the PDO include pathRasmus Lerdorf2011-05-151-6/+6
| |
* | - Year++Felipe Pena2011-01-015-5/+5
| |
* | - New testFelipe Pena2010-07-291-0/+21
| |
* | - 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
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-39/+0
| | | | | constructor)
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-122-1/+17
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
|
* - Added SKIPIFFelipe Pena2009-12-151-0/+4
|
* - Fixed memory leak when E_STRICT message is gettedFelipe Pena2009-12-141-0/+126
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-9/+3
|
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-6/+6
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-6/+6
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-0/+39
| | | | | (patch by Pierrick)
* Add metadata support to the bundled version of libsqlite on Windows, part of ↵Scott MacVicar2009-10-161-1/+1
| | | | | | | | bug #49206. Will commit the new feature part separately.
* Don't build sqlite as threadsafe if we are doing an NTS buildKalle Sommer Nielsen2009-08-101-1/+1
|
* - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS ↵Felipe Pena2009-07-191-0/+34
| | | | | | | with ctor_args) [HEAD only]
* MFB: Re-introduce the Matteo's patch and combine default & text handlingIlia Alshanetsky2009-05-201-10/+0
| | | | | since they appear to be the same irregardless on notes inside sqlite3.h
* The \0 removal is only needed prior to 3.4.0Ilia Alshanetsky2009-05-191-2/+3
|
* Revert faulty warning fixIlia Alshanetsky2009-05-191-0/+4
|
* MFHMatteo Beccati2009-05-071-5/+0
| | | | | - Fixed bug #48185 removing no-op code
* MFH: Fix cleanupJani Taskinen2009-04-251-1/+5
|
* MFB: Added missing SKIPIFJani Taskinen2009-04-256-1/+11
|
* MFH: reverted previous patch, using explicit cast insteadAlexey Zakhlestin2009-04-011-15/+7
|