Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ↵ | Lars Strojny | 2013-01-14 | 1 | -0/+12 | |
| | | | | sqlite3_*_int64 API | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-06-22 | 1 | -2/+5 | |
|\ | | | | | | | | | | | | | | | * PHP-5.3: Improve check for :memory: pseudo-filename in SQlite Conflicts: ext/sqlite3/sqlite3.c | |||||
| * | Improve check for :memory: pseudo-filename in SQlite | Johannes Schlüter | 2012-06-22 | 1 | -2/+2 | |
| | | ||||||
| * | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+121 | |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 | |
| | | ||||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 | |
| | | ||||||
| * | Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() | Adam Harvey | 2011-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | prototype. | |||||
| * | - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a ↵ | Felipe Pena | 2011-01-07 | 1 | -1/+1 | |
| | | | | | | | | reference. | |||||
| * | Implemented FR #53466 (SQLite3Result::columnType() should return false after ↵ | Scott MacVicar | 2011-01-06 | 1 | -0/+5 | |
| | | | | | | | | all of the rows have been fetched). | |||||
| * | Fix error with initialisation flag being set too early. If encryption is ↵ | Scott MacVicar | 2011-01-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | enabled and fails to decrypt a crash can occur. Also fix a WS error. | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Add SQLite3_Stmt::readOnly for checking if a statement is read only | Scott MacVicar | 2010-12-31 | 1 | -4/+25 | |
| | | ||||||
| * | - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) | Felipe Pena | 2010-12-03 | 1 | -1/+7 | |
| | | ||||||
| * | - fix #39863, do not accept paths with NULL in them. See ↵ | Pierre Joye | 2010-11-18 | 1 | -0/+3 | |
| | | | | | | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus | |||||
| * | MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark) | Ilia Alshanetsky | 2010-06-21 | 1 | -0/+32 | |
| | | ||||||
| * | Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). | Ilia Alshanetsky | 2010-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Merge safe_mode changes into extensions that are in sync in both branches | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+11 | |
| | | ||||||
* | | Good patch from Brad Dewar that adds missing createCollation() | Rasmus Lerdorf | 2012-01-29 | 1 | -0/+121 | |
| | | | | | | | | | | method. Fixes bug #60871 and is related to bug #55226 | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed memset usage (identified by coverity) | Ilia Alshanetsky | 2011-08-10 | 1 | -3/+3 | |
| | | ||||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -3/+3 | |
| | | ||||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | |||||
* | | Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() | Adam Harvey | 2011-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | prototype. | |||||
* | | - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a ↵ | Felipe Pena | 2011-01-07 | 1 | -1/+1 | |
| | | | | | | | | reference. | |||||
* | | Implemented FR #53466 (SQLite3Result::columnType() should return false after ↵ | Scott MacVicar | 2011-01-06 | 1 | -0/+5 | |
| | | | | | | | | all of the rows have been fetched). | |||||
* | | Fix error with initialisation flag being set too early. If encryption is ↵ | Scott MacVicar | 2011-01-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | enabled and fails to decrypt a crash can occur. Also fix a WS error. | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Add SQLite3_Stmt::readOnly for checking if a statement is read only | Scott MacVicar | 2010-12-31 | 1 | -4/+25 | |
| | | ||||||
* | | - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) | Felipe Pena | 2010-12-03 | 1 | -1/+7 | |
| | | ||||||
* | | - #51295, SQLite3::busyTimeout not existing | Pierre Joye | 2010-06-20 | 1 | -0/+32 | |
| | | ||||||
* | | Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). | Ilia Alshanetsky | 2010-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -6/+3 | |
| | | | | | | | | classes, constants, methods and properties | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+11 | |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -9/+3 | |
| | ||||||
* | MFH make SQLite3::enableExceptions() return the previous value. | Scott MacVicar | 2009-06-08 | 1 | -2/+4 | |
| | ||||||
* | MFH: fix ZTS build | Antony Dovgal | 2009-05-08 | 1 | -0/+1 | |
| | ||||||
* | - Fix build | Felipe Pena | 2009-05-07 | 1 | -0/+1 | |
| | ||||||
* | Print warning when using loadExtension on non cli, cgi and embeded | Scott MacVicar | 2009-05-07 | 1 | -0/+9 | |
| | ||||||
* | MFH Add the ability to enable exceptions rather than warnings for sqlite3, ↵ | Scott MacVicar | 2009-04-27 | 1 | -60/+96 | |
| | | | | needed for pyrus. | |||||
* | MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 | Scott MacVicar | 2009-03-17 | 1 | -0/+6 | |
| | ||||||
* | Removed unused var | Ilia Alshanetsky | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | The constructor should also throw exceptions, make this semi useful now. | Scott MacVicar | 2009-02-10 | 1 | -6/+15 | |
| | ||||||
* | Fix build on Windows | Scott MacVicar | 2009-01-28 | 1 | -1/+1 | |
| | ||||||
* | fix build | Antony Dovgal | 2009-01-24 | 1 | -1/+1 | |
| | ||||||
* | MFH Add blobOpen method for reading binary blobs via streams. | Scott MacVicar | 2009-01-24 | 1 | -2/+188 | |
| | ||||||
* | MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the ↵ | Scott MacVicar | 2009-01-20 | 1 | -7/+17 | |
| | | | | freelist |