Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -2/+3 | |
| | ||||||
* | 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 | 3 | -168/+345 | |
| | | | | | | 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 | 2 | -4/+19 | |
| | ||||||
* | add new test | Antony Dovgal | 2006-09-10 | 1 | -0/+18 | |
| | ||||||
* | fix #38759 (PDO sqlite2 empty query causes segfault) | Antony Dovgal | 2006-09-09 | 1 | -1/+1 | |
| | ||||||
* | implement zend_unicode_to_string() and zend_string_to_unicode() | Antony Dovgal | 2006-08-08 | 1 | -4/+4 | |
| | | | | | part #2 (of 2) | |||||
* | fix test | Antony Dovgal | 2006-06-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | 3 | -36/+4 | |
| | ||||||
* | - 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 | 4 | -12/+12 | |
| | ||||||
* | MFB51: Don't lose track of exec() errors in pdo_sqlite2 | Ilia Alshanetsky | 2005-12-21 | 1 | -1/+5 | |
| | ||||||
* | MFB: add missing skipif conditions, fix existing ones | Antony Dovgal | 2005-12-21 | 1 | -0/+2 | |
| | | | | | add one missing test | |||||
* | MFB51: | Ilia Alshanetsky | 2005-12-20 | 8 | -34/+12 | |
| | | | | | | Updated libsqlite in ext/sqlite to 2.8.17. Use in-memory database for tests. | |||||
* | MFB: int -> long | Antony Dovgal | 2005-12-17 | 1 | -1/+1 | |
| | ||||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 2 | -7/+7 | |
| | ||||||
* | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -3/+3 | |
| | ||||||
* | Wrap the php_session.h include in the same ifdef as the rest of the | Brian France | 2005-12-05 | 1 | -70/+72 | |
| | | | | | session code. | |||||
* | MFB51: Regen files so they work properly with gcov. | Ilia Alshanetsky | 2005-12-04 | 1 | -1232/+517 | |
| | ||||||
* | - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ↵ | foobar | 2005-11-25 | 1 | -1/+1 | |
| | | | | extensions | |||||
* | MFB51: Fixed bug #35248 (sqlite_query() doesnt set error_msg when return | Ilia Alshanetsky | 2005-11-17 | 2 | -5/+23 | |
| | | | | | value is being used). | |||||
* | fix #35197 (Destructor is not called) and similar issues in other extensions | Antony Dovgal | 2005-11-14 | 1 | -1/+1 | |
| | ||||||
* | Do not set authorizer unless safe_mode or open_basedir are being used. | Ilia Alshanetsky | 2005-10-18 | 1 | -1/+3 | |
| | ||||||
* | nuke unused var and silence warnings | Antony Dovgal | 2005-10-18 | 1 | -3/+3 | |
| | ||||||
* | MFB51: Fixed bug #34899 (Fixed sqlite extension compile failure). | Ilia Alshanetsky | 2005-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case is | Ilia Alshanetsky | 2005-10-17 | 1 | -5/+5 | |
| | | | | | being used). | |||||
* | - Silence unnecessary output | foobar | 2005-10-16 | 1 | -1/+1 | |
| | ||||||
* | MFB: Build PDO and SQLite as shared | Edin Kadribasic | 2005-09-24 | 1 | -1/+1 | |
| | ||||||
* | - MFB | Marcus Boerger | 2005-09-16 | 1 | -1/+1 | |
| | ||||||
* | Allow retrieval of query parse errors from SQLite. | Ilia Alshanetsky | 2005-09-08 | 1 | -19/+46 | |
| | | | | | # Patch by Nuno Lopes | |||||
* | Upgraded sqlite2 lib to 2.8.16 | Ilia Alshanetsky | 2005-09-07 | 17 | -189/+270 | |
| | ||||||
* | Unicode support cleanup | Dmitry Stogov | 2005-08-23 | 1 | -39/+5 | |
| | ||||||
* | zend_is_callable() and zend_make_callable() were changed to return readable ↵ | Dmitry Stogov | 2005-08-22 | 1 | -16/+17 | |
| | | | | function name as zval (instead of string). | |||||
* | Unicode support | Dmitry Stogov | 2005-08-16 | 40 | -33/+1114 | |
| | ||||||
* | ZTS fixes. | Sebastian Bergmann | 2005-08-12 | 2 | -3/+3 | |
| | ||||||
* | Unicode support. | Andrei Zmievski | 2005-08-11 | 1 | -1/+1 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 3 | -3/+3 | |
| | ||||||
* | adopt generic PDO test suite | Wez Furlong | 2005-07-07 | 30 | -1661/+12 | |
| | ||||||
* | Use the new dependency system | foobar | 2005-06-17 | 1 | -3/+3 | |
| |