Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 5 | -5/+5 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -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 SQlite | Johannes Schlüter | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | - fix #55226, WS | Pierre Joye | 2012-01-31 | 1 | -6/+6 |
| | | |||||
| * | - fix #55226, fix build | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
| | | |||||
| * | createCollation() for pdo_sqlite as well | Rasmus Lerdorf | 2012-01-29 | 3 | -0/+172 |
| | | | | | | | | | | Closes bug #55226 | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
| * | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -7/+7 |
| | | |||||
| * | - 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 | 2 | -2/+2 |
| | | |||||
| * | - New tests (code coverage++) | Felipe Pena | 2011-06-19 | 2 | -0/+32 |
| | | |||||
| * | Oops, can't cache it here because it won't work | Rasmus Lerdorf | 2011-05-15 | 1 | -6/+6 |
| | | | | | | | | | | | | in autoconf2.13 and we still support that version in this branch | ||||
| * | Cache the pdo include path | Rasmus Lerdorf | 2011-05-15 | 1 | -6/+6 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
| * | - New test | Felipe Pena | 2010-07-29 | 1 | -0/+21 |
| | | |||||
| * | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
| | | | | | | | | | | # Fixing pdo drivers | ||||
* | | - fix #55226, WS | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
| | | |||||
* | | - fix #55226, fix build | Pierre Joye | 2012-01-31 | 1 | -2/+1 |
| | | |||||
* | | createCollation() for pdo_sqlite as well | Rasmus Lerdorf | 2012-01-29 | 3 | -0/+173 |
| | | | | | | | | | | Closes bug #55226 | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 5 | -5/+5 |
| | | |||||
* | | Fixed bug #60104 (Segmentation Fault in pdo_sqlite when using ↵ | Dmitry Stogov | 2011-11-08 | 1 | -2/+0 |
| | | | | | | | | sqliteCreateFunction()) | ||||
* | | Added test for #60104 | Patrick Allaert | 2011-11-04 | 1 | -0/+23 |
| | | |||||
* | | Avoid strcpy() usage | Ilia Alshanetsky | 2011-08-08 | 1 | -7/+7 |
| | | |||||
* | | - 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 | 2 | -2/+2 |
| | | |||||
* | | - New tests (code coverage++) | Felipe Pena | 2011-06-19 | 2 | -0/+32 |
| | | |||||
* | | Cache the PDO include path | Rasmus Lerdorf | 2011-05-15 | 1 | -6/+6 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 5 | -5/+5 |
| | | |||||
* | | - New test | Felipe Pena | 2010-07-29 | 1 | -0/+21 |
| | | |||||
* | | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
| | | | | | | | | | | # Fixing pdo drivers | ||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -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 calling | Johannes Schlüter | 2010-02-11 | 1 | -39/+0 |
| | | | | | constructor) | ||||
* | Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Ilia Alshanetsky | 2010-01-12 | 2 | -1/+17 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 5 | -5/+5 |
| | |||||
* | - Added SKIPIF | Felipe Pena | 2009-12-15 | 1 | -0/+4 |
| | |||||
* | - Fixed memory leak when E_STRICT message is getted | Felipe Pena | 2009-12-14 | 1 | -0/+126 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -9/+3 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -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 Lerdorf | 2009-11-25 | 1 | -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 Pena | 2009-11-15 | 1 | -0/+39 |
| | | | | | (patch by Pierrick) | ||||
* | Add metadata support to the bundled version of libsqlite on Windows, part of ↵ | Scott MacVicar | 2009-10-16 | 1 | -1/+1 |
| | | | | | | | | bug #49206. Will commit the new feature part separately. | ||||
* | Don't build sqlite as threadsafe if we are doing an NTS build | Kalle Sommer Nielsen | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #48773 (Incorrect error when setting PDO::ATTR_STATEMENT_CLASS ↵ | Felipe Pena | 2009-07-19 | 1 | -0/+34 |
| | | | | | | | with ctor_args) [HEAD only] | ||||
* | MFB: Re-introduce the Matteo's patch and combine default & text handling | Ilia Alshanetsky | 2009-05-20 | 1 | -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.0 | Ilia Alshanetsky | 2009-05-19 | 1 | -2/+3 |
| | |||||
* | Revert faulty warning fix | Ilia Alshanetsky | 2009-05-19 | 1 | -0/+4 |
| | |||||
* | MFH | Matteo Beccati | 2009-05-07 | 1 | -5/+0 |
| | | | | | - Fixed bug #48185 removing no-op code | ||||
* | MFH: Fix cleanup | Jani Taskinen | 2009-04-25 | 1 | -1/+5 |
| | |||||
* | MFB: Added missing SKIPIF | Jani Taskinen | 2009-04-25 | 6 | -1/+11 |
| | |||||
* | MFH: reverted previous patch, using explicit cast instead | Alexey Zakhlestin | 2009-04-01 | 1 | -15/+7 |
| |