Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+1 |
| | |||||
* | - Fixed possible crash when calling SQLiteDatabase::{ArrayQuery, ↵ | Felipe Pena | 2009-10-12 | 1 | -1/+1 |
| | | | | SingleQuery} methods using Reflection | ||||
* | MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set | Scott MacVicar | 2009-06-25 | 1 | -0/+5 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed memory leak | Felipe Pena | 2008-12-01 | 1 | -0/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Remove pointless RINIT | Ilia Alshanetsky | 2007-05-19 | 1 | -6/+1 |
| | |||||
* | Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled | Ilia Alshanetsky | 2007-05-05 | 1 | -1/+1 |
| | | | | | sqlite2 lib). | ||||
* | use safe_realloc | Stanislav Malyshev | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -15/+10 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | MFH: nuke php3 legacy | foobar | 2005-12-06 | 1 | -5/+5 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -5/+8 |
| | | | | | being used). | ||||
* | MFH: fix #35197 (Destructor is not called) and similar issues in other ↵ | Antony Dovgal | 2005-11-14 | 1 | -1/+1 |
| | | | | extensions | ||||
* | 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 |
| | |||||
* | MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case | Ilia Alshanetsky | 2005-10-17 | 1 | -11/+11 |
| | | | | | is being used). | ||||
* | MFH: Allow retrieval of query parse errors from SQLite. | Ilia Alshanetsky | 2005-09-08 | 1 | -19/+46 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Use the new dependency system | foobar | 2005-06-17 | 1 | -3/+3 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+18 |
| | | | | dependencies and conflicts | ||||
* | Fixed memory allocation bugs. Probably this patch should fix bug #31725. | Dmitry Stogov | 2005-06-07 | 1 | -0/+3 |
| | |||||
* | - Fixed bug #33185 (--enable-session=shared does not build) | foobar | 2005-05-30 | 1 | -2/+2 |
| | |||||
* | - Make SQLiteDatabase derivable by dropping final tag from class and | Marcus Boerger | 2005-05-26 | 1 | -0/+4 |
| | | | | | making the ctor final to ensure it is being called, which is the problem. | ||||
* | Fixed bug #32753 (Undefined constant SQLITE_NOTADB). | Ilia Alshanetsky | 2005-04-19 | 1 | -0/+1 |
| | |||||
* | I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I | Wez Furlong | 2005-03-15 | 1 | -3/+3 |
| | | | | | am being built against HEAD of php-src. | ||||
* | Implement a PDO driver for sqlite 2 | Wez Furlong | 2005-03-11 | 1 | -0/+17 |
| | |||||
* | - SQLite depends on SPL if it is present | Marcus Boerger | 2005-02-15 | 1 | -5/+23 |
| | | | | | | - Add SQLiteResult::count() - SQLiteResult implements Countable if present | ||||
* | - Proto fix | Marcus Boerger | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | - Synch with MYSQLi extension and use RuntimeException as base for | Marcus Boerger | 2005-01-24 | 1 | -0/+8 |
| | | | | | SQLiteException if SPL is present. | ||||
* | - Fix proto | Marcus Boerger | 2005-01-10 | 1 | -1/+1 |
| | |||||
* | - Bugfix #31342: SQLite OO interface with Exceptions (hugo dot pl at gmail ↵ | Marcus Boerger | 2005-01-10 | 1 | -2/+2 |
| | | | | dot com) | ||||
* | - Implement iterator interface in sqlite | Marcus Boerger | 2005-01-10 | 1 | -4/+30 |
| | |||||
* | 'l' is long - int won't work on 64-bit | Stanislav Malyshev | 2004-11-26 | 1 | -1/+2 |
| | |||||
* | Added sqlite_fetch_column_types() 3rd argument for arrays. | Ilia Alshanetsky | 2004-10-14 | 1 | -4/+9 |
| | |||||
* | Probable fix for Bug #30147 | Wez Furlong | 2004-09-25 | 1 | -0/+1 |
| | |||||
* | Allow sqlite_fetch_column_types() to properly handle table names with | Ilia Alshanetsky | 2004-08-02 | 1 | -1/+1 |
| | | | | | spaces in them. | ||||
* | Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty | Ilia Alshanetsky | 2004-07-27 | 1 | -1/+3 |
| | | | | | | | strings). Original Patch by: Tony | ||||
* | Bump PHP 5 sqlite extension number to 2.0 | Wez Furlong | 2004-07-10 | 1 | -1/+1 |
| | | | | | (put some distance between it and the 4.3 version) |