Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Completed the fix for bug #52010 | Felipe Pena | 2010-06-20 | 1 | -1/+1 |
| | | | | | # Fixing pdo drivers | ||||
* | - Fixed bug #49320 (PDO returns null when SQLite connection fails) | Felipe Pena | 2010-06-12 | 1 | -0/+1 |
| | |||||
* | Fixed a possible arbitrary memory access inside sqlite extension. Reported ↵ | Ilia Alshanetsky | 2010-04-28 | 1 | -2/+2 |
| | | | | by Mateusz Kocielski. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 4 | -4/+4 |
| | |||||
* | Revert attempt at supporting both autoconf 2.13 and | Rasmus Lerdorf | 2009-11-29 | 1 | -4/+4 |
| | | | | | | | | | | | 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 | -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 | ||||
* | MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set | Scott MacVicar | 2009-06-25 | 2 | -0/+25 |
| | |||||
* | MFB53: Revert previous commit as it was causing alot more trouble than expected | Kalle Sommer Nielsen | 2009-04-07 | 1 | -0/+2 |
| | |||||
* | MFB53: Kill warning about php_localtime_r not being defined | Kalle Sommer Nielsen | 2009-04-06 | 1 | -2/+0 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 |
| | |||||
* | - MFH: Fixed memory leak | Felipe Pena | 2008-12-01 | 1 | -0/+2 |
| | |||||
* | - MFH: WS | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | - MFH: Add missing =DIR | Moriyoshi Koizumi | 2008-09-13 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 4 | -4/+4 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+2 |
| | |||||
* | MFH: php_localtime_r() checks | Antony Dovgal | 2007-06-07 | 1 | -0/+3 |
| | |||||
* | Remove pointless RINIT | Ilia Alshanetsky | 2007-05-19 | 2 | -7/+1 |
| | |||||
* | Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled | Ilia Alshanetsky | 2007-05-05 | 2 | -4/+8 |
| | | | | | sqlite2 lib). | ||||
* | - fix vpath build | Sascha Schumann | 2007-04-19 | 1 | -1/+1 |
| | |||||
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 4 | -4/+4 |
| | |||||
* | Added empty string checks | Ilia Alshanetsky | 2006-12-24 | 1 | -1/+4 |
| | |||||
* | Fix win32 build | Frank M. Kromann | 2006-12-01 | 1 | -0/+2 |
| | |||||
* | last set of zts fixes | Ilia Alshanetsky | 2006-11-30 | 1 | -2/+3 |
| | |||||
* | fix ZTS build without SPL enabled | Antony Dovgal | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | Added missing validation checks around expand_filepath() | Ilia Alshanetsky | 2006-09-16 | 2 | -15/+14 |
| | |||||
* | add new test | Antony Dovgal | 2006-09-10 | 1 | -0/+18 |
| | |||||
* | MFH: fix #38759 (PDO sqlite2 empty query causes segfault) | Antony Dovgal | 2006-09-09 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -5/+11 |
| | |||||
* | E_ERROR -> E_RECOVERABLE_ERROR | Ilia Alshanetsky | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -44/+47 |
| | |||||
* | Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). | Ilia Alshanetsky | 2006-04-18 | 1 | -1/+3 |
| | |||||
* | 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) to initialize and destroy zend_object structs | ||||
* | bump year and license version | foobar | 2006-01-01 | 4 | -12/+12 |
| | |||||
* | Don't lose track of exec() errors in pdo_sqlite2 | Ilia Alshanetsky | 2005-12-21 | 1 | -1/+5 |
| | |||||
* | add missing skipif conditions | Antony Dovgal | 2005-12-21 | 1 | -0/+2 |
| | | | | | fix existing ones | ||||
* | Updated libsqlite in ext/sqlite to 2.8.17. | Ilia Alshanetsky | 2005-12-20 | 8 | -34/+12 |
| | | | | | Use in-memory database for tests. | ||||
* | change int to long and fix valgrind warnings | Antony Dovgal | 2005-12-17 | 1 | -1/+1 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 2 | -7/+7 |
| | |||||
* | MFH: 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 | -69/+71 |
| | | | | | session code. | ||||
* | Regen files so they work properly with gcov. | Ilia Alshanetsky | 2005-12-04 | 1 | -1232/+517 |
| | |||||
* | Fix dep usage; it must appear after the PHP_NEW_EXTENSION line. | Wez Furlong | 2005-11-30 | 1 | -4/+3 |
| | | | | | pdo and spl are both optional dependencies. | ||||
* | MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) | foobar | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value is | Ilia Alshanetsky | 2005-11-17 | 2 | -5/+23 |
| | | | | | being used). | ||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -1/+1 |
| | | | | extensions | ||||
* | - Fix test expectations - we are no detecting the error earlier | Marcus Boerger | 2005-11-03 | 1 | -1/+3 |
| | | | | | | # Unfortunatley we also lower the severity here because sqlite's error # facility is dealing with the problem at this early stage as E_WARNING. | ||||
* | MFH: Do not set authorizer unless safe_mode or open_basedir are being used. | Ilia Alshanetsky | 2005-10-18 | 1 | -1/+3 |
| | |||||
* | unused var | Antony Dovgal | 2005-10-18 | 1 | -1/+1 |
| |