Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, ↵ | Felipe Pena | 2009-10-12 | 1 | -1/+1 |
| | | | | SingleQuery} methods using Reflection | ||||
* | Fix bug #48679 - Crash in SQLite with count on an unbuffered query set | Scott MacVicar | 2009-06-25 | 1 | -0/+5 |
| | |||||
* | - 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 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -66/+0 |
| | |||||
* | - 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 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -26/+26 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -6/+6 |
| | |||||
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -2/+2 |
| | |||||
* | more magic number fixes | Antony Dovgal | 2007-01-03 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -2/+2 |
| | |||||
* | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -1/+1 |
| | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
* | Update SQLITE2 (non-PDO parts at least) for PHP6/Unicode | Sara Golemon | 2006-10-07 | 1 | -162/+336 |
| | | | | | | Change default build of bundled libsqlite to utf8 mode iso-8859 mode is still available using --disable-sqlite-utf8 | ||||
* | Disabled autoconversion of hash keys (from string to unicode) for PHP arrays | Dmitry Stogov | 2006-09-19 | 1 | -3/+3 |
| | |||||
* | MFB: Added missing validation checks around expand_filepath() | Ilia Alshanetsky | 2006-09-16 | 1 | -4/+15 |
| | |||||
* | implement zend_unicode_to_string() and zend_string_to_unicode() | Antony Dovgal | 2006-08-08 | 1 | -4/+4 |
| | | | | | part #2 (of 2) | ||||
* | MFB: E_ERROR -> E_RECOVERABLE_ERROR | Ilia Alshanetsky | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -5/+11 |
| | |||||
* | - Methods have flags | Marcus Boerger | 2006-05-09 | 1 | -43/+43 |
| | |||||
* | MFB51: Fixed bug #29476 (sqlite_fetch_column_types() locks the database | Ilia Alshanetsky | 2006-04-18 | 1 | -1/+3 |
| | | | | | forever). | ||||
* | fix compile failure | Antony Dovgal | 2006-04-15 | 1 | -2/+1 |
| | |||||
* | MF51: fix bug #36898 (__set() leaks in classes extending internal ones) | Antony Dovgal | 2006-03-29 | 1 | -5/+2 |
| | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) | ||||
* | Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings | Dmitry Stogov | 2006-03-02 | 1 | -4/+4 |
| | |||||
* | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -3/+3 |
| | | | | | | | | - use the same type (int) for zval.value.usr.len and zval.value.str.len - use union "zstr" as char*/UChar* mixture instead of void* - Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE() - nuke int32_t from ZE (not finisned) | ||||
* | Start nuking safe_mode. Still a lot of work to do... | Andi Gutmans | 2006-02-19 | 1 | -29/+3 |
| | |||||
* | - Fix iterator handling (how did the fix after api change get lost here?) | Marcus Boerger | 2006-02-16 | 1 | -3/+9 |
| | | | | | - In php 5 we do not want to return &new | ||||
* | Made server wide switch for unicode on/off (according to PDM). | Dmitry Stogov | 2006-02-13 | 1 | -15/+15 |
| | |||||
* | Unicode stuff is changed according to decision maden on PDM. | Dmitry Stogov | 2006-01-17 | 1 | -3/+3 |
| | | | | | Now IS_BINRAY data type is removed and IS_STRING starts behave as IS_BINARY in unicode mode. IS_STRING is incompatible with IS_UNICODE, so ALL functions should be improved to support unicode mode. | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -5/+5 |
| |