Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
| | |||||
* | Fix bug #50337 | Rasmus Lerdorf | 2009-11-30 | 1 | -3/+2 |
| | |||||
* | Someone strap down Jani and give him a sedative please. | Rasmus Lerdorf | 2009-11-25 | 1 | -4/+4 |
| | | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief. | ||||
* | - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, ↵ | Felipe Pena | 2009-10-12 | 2 | -1/+24 |
| | | | | SingleQuery} methods using Reflection | ||||
* | Fix bug #48679 - Crash in SQLite with count on an unbuffered query set | Scott MacVicar | 2009-06-25 | 2 | -0/+25 |
| | |||||
* | - Dropped *_TEXT* macros in favor of unicode macros direct usage | Felipe Pena | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-26 | 1 | -4/+2 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - Fixed build | Felipe Pena | 2009-03-23 | 1 | -2/+2 |
| | |||||
* | MFB: Improved parameter parsing | Ilia Alshanetsky | 2009-03-22 | 1 | -2/+2 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 4 | -4/+4 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
| | |||||
* | - Fixed memory leak | Felipe Pena | 2008-12-01 | 1 | -0/+2 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | using array_map) | ||||
* | Error handler isn't properly restored when using fetchObject() with SQLite | Scott MacVicar | 2008-11-22 | 1 | -2/+6 |
| | |||||
* | Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -2/+16 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -66/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+66 |
| | |||||
* | Various tests for the sqlite ext. | Felix De Vliegher | 2008-10-29 | 8 | -0/+334 |
| | | | | | The sqlite session tests are by Mats Lindh <mats at lindh.no>. | ||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -66/+0 |
| | |||||
* | - WS | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | - Add missing =DIR | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | - Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -16/+5 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | Fixed uninitialized data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | support for closures | Dmitry Stogov | 2008-07-17 | 2 | -0/+106 |
| | |||||
* | MFB: | Felipe Pena | 2008-07-05 | 1 | -44/+190 |
| | | | | | | - Added arginfo (methods) - Removed #include "zend_arg_defs.c" | ||||
* | - MFB: Added arginfo (functions) | Felipe Pena | 2008-07-01 | 1 | -39/+274 |
| | |||||
* | - Removed UEXPECT(F) | Felipe Pena | 2008-05-27 | 40 | -995/+0 |
| | |||||
* | - Fixed compilation warnings | Felipe Pena | 2008-03-22 | 1 | -2/+3 |
| | |||||
* | MFB: Fix memory issues with statement being deleted twice | Scott MacVicar | 2008-03-09 | 1 | -2/+2 |
| | |||||
* | Fixed bug #42203 (Clear SQLite result sets before closing database.) | Scott MacVicar | 2008-03-08 | 1 | -0/+15 |
| | |||||
* | Added UEXPECT | Felipe Pena | 2008-02-28 | 1 | -0/+3 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -26/+26 |
| | |||||
* | Fix tests (new error message) | Felipe Pena | 2008-02-04 | 1 | -2/+6 |
| | |||||
* | both pdo & spl dependencies are optional | Antony Dovgal | 2008-01-30 | 1 | -4/+3 |
| | |||||
* | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -12/+12 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 2 | -8/+8 |
| | |||||
* | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+2 |
| | |||||
* | php_localtime_r() checks | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 2 | -3/+2 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -3/+7 |
| | |||||
* | - fix vpath build | Sascha Schumann | 2007-04-19 | 1 | -1/+1 |
| | |||||
* | more magic number fixes | Antony Dovgal | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -5/+5 |
| | |||||
* | MFB: Added empty string checks | Ilia Alshanetsky | 2006-12-24 | 1 | -1/+4 |
| | |||||
* | Fix build | Hannes Magnusson | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | - build fix the other driver as well (a macro would be nicer) | Pierre Joye | 2006-12-10 | 1 | -0/+11 |
| |