Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 290786: Revert 290786: Fixed bug #49521 (PDO fetchObject sets values | Johannes Schlüter | 2010-02-12 | 1 | -39/+0 |
| | | | | | before calling constructor) | ||||
* | - Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0) | Pierre Joye | 2010-02-03 | 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 |
| | |||||
* | MFH: const pointer was used in non-const context | Alexey Zakhlestin | 2009-04-01 | 1 | -4/+12 |
| | |||||
* | - Fix test | Felipe Pena | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | MFH: Fix #46542 Extending PDO class with a __call() function doesn't work | Johannes Schlüter | 2009-02-17 | 1 | -0/+20 |
| | | | | | as expected | ||||
* | - New test | Felipe Pena | 2009-02-13 | 1 | -0/+51 |
| | |||||
* | MFH Add table key to getColumnMeta() with SQLite | Scott MacVicar | 2009-01-13 | 3 | -1/+36 |
| | |||||
* | MFH Fix building of pdo_sqlite without sqlite3 | Scott MacVicar | 2009-01-12 | 1 | -0/+4 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 5 | -5/+5 |
| | |||||
* | MFH: Fix tests (use a in-memory database not a file called memory) | Johannes Schlüter | 2008-12-03 | 7 | -7/+7 |
| | |||||
* | MFH: | Felipe Pena | 2008-12-02 | 5 | -2/+126 |
| | | | | | | - Fixed memory leaks - Added new tests (Coverage++) | ||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | MFH: | Felipe Pena | 2008-11-05 | 1 | -7/+13 |
| | | | | | | - Fixed wrong check - Improved test | ||||
* | - MFH: Improved fix | Felipe Pena | 2008-11-03 | 1 | -0/+33 |
| | |||||
* | - New test | Felipe Pena | 2008-11-03 | 1 | -0/+50 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-03 | 1 | -0/+31 |
| | | | | | | - Fixed endless loop in PDOStatement::debugDumpParams() patch by: Jonah H. Harris <jonah.harris at gmail dot com> | ||||
* | - Added skipif | Felipe Pena | 2008-10-10 | 1 | -0/+4 |
| | |||||
* | - New test | Felipe Pena | 2008-10-10 | 1 | -0/+38 |
| | |||||
* | Stupid typo | Elizabeth Marie Smith | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | Fix include path | Elizabeth Marie Smith | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions ↵ | Elizabeth Marie Smith | 2008-08-05 | 1 | -2/+5 |
| | | | | don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static | ||||
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | Still need defines so that sqlite3.h will match the lib that sqlite3 uses | Scott MacVicar | 2008-07-31 | 1 | -1/+9 |
| | |||||
* | Bundled pdo_sqlite files are no longer required | Scott MacVicar | 2008-07-31 | 3 | -93003/+0 |
| | |||||
* | Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!) | Scott MacVicar | 2008-07-31 | 1 | -12/+5 |
| | | | | | Fix test after class rename | ||||
* | MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable all | Jani Taskinen | 2008-07-25 | 1 | -5/+5 |
| | | | | | | MFH: enabled-by-default drivers. Also error out if you try to configure MFH: a driver as static but pdo is disabled. | ||||
* | MFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFE | Scott MacVicar | 2008-07-24 | 2 | -4/+4 |
| | |||||
* | MFH: Add .cvsignore, update config.w32 and remove the other bundled sqlite ↵ | Scott MacVicar | 2008-07-24 | 126 | -136077/+2 |
| | | | | library | ||||
* | Update pdo_sqlite to use the amalgamation, much easier to upgrade / ↵ | Scott MacVicar | 2008-07-24 | 6 | -54/+93006 |
| | | | | | | | maintain. Also kill useless PECL version tag in MINFO. Will probably be chastised by Jani for doing branch first... | ||||
* | This file isn't needed any more | Scott MacVicar | 2008-07-17 | 1 | -158/+0 |
| | |||||
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -4/+4 |
| | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | ||||
* | - really check for the dependency, libs and header and don't enable the ext ↵ | Pierre Joye | 2008-06-22 | 1 | -4/+8 |
| | | | | if something is missing | ||||
* | fix gcov build | Antony Dovgal | 2008-03-10 | 1 | -390/+390 |
| |