78 Commits (67817a199ca4c8bcff163cb005287c0087db6bf3)

Author SHA1 Message Date
Veres Lajos ed2e84e239 typo fixes (accommodate, parameter) 13 years ago
Lars Strojny 99d087e5d4 Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API 13 years ago
Xinchen Hui 0a7395e009 Happy New Year 13 years ago
Xinchen Hui a2045ff332 Happy New Year~ 13 years ago
Marc Easen 896ac689c9 Fixed the common misspelling of the word occurred (occured -> occurred) 14 years ago
Johannes Schlüter b025b9d0cf Fix #62432 ReflectionMethod random corrupt memory on high concurrent 14 years ago
Johannes Schlüter 055ecbc628 Improve check for :memory: pseudo-filename in SQlite 14 years ago
Rasmus Lerdorf ad5ae9e0bf Good patch from Brad Dewar that adds missing createCollation() 14 years ago
Rasmus Lerdorf 8850050039 Good patch from Brad Dewar that adds missing createCollation() 14 years ago
Felipe Pena e4ca0ed09f - Year++ 14 years ago
Felipe Pena 4e19825281 - Year++ 14 years ago
Ilia Alshanetsky 4ef26e2379 Fixed memset usage (identified by coverity) 15 years ago
Ilia Alshanetsky 38f05cc775 Fixed memset usage (identified by coverity) 15 years ago
Felipe Pena 23e438594d - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 4b30846b50 - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 32b5f8a1a3 - Added new parameter parsing option (p - for valid path (string without null byte in the middle)) 15 years ago
Adam Harvey a7dbf5a29e Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() 15 years ago
Adam Harvey a642b52295 Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() 15 years ago
Felipe Pena 29a82ceb56 - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. 15 years ago
Felipe Pena d3e6f27a76 - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. 15 years ago
Scott MacVicar e1c1cc0ed5 Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched). 15 years ago
Scott MacVicar ef0a793fdd Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched). 15 years ago
Scott MacVicar 9e0c423bc4 Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. 15 years ago
Scott MacVicar aff978c223 Fix error with initialisation flag being set too early. If encryption is enabled and fails to decrypt a crash can occur. 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Felipe Pena 0203cc3d44 - Year++ 15 years ago
Scott MacVicar 3870e58759 Add SQLite3_Stmt::readOnly for checking if a statement is read only 15 years ago
Scott MacVicar c9c0de49a8 Add SQLite3_Stmt::readOnly for checking if a statement is read only 15 years ago
Felipe Pena 26d7aafb1a - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) 15 years ago
Felipe Pena 689d1d9e4b - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) 15 years ago
Pierre Joye ce96fd6b07 - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 15 years ago
Ilia Alshanetsky 6b990988f1 MFB: Implemented FR #51295 (SQLite3::busyTimeout not existing). (Mark) 16 years ago
Pierre Joye bd8d42729f - #51295, SQLite3::busyTimeout not existing 16 years ago
Ilia Alshanetsky f7d82d0e0d Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). 16 years ago
Ilia Alshanetsky b643e123ee Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command). 16 years ago
Dmitry Stogov c5237d82bf Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties 16 years ago
Kalle Sommer Nielsen cb30330800 Merge safe_mode changes into extensions that are in sync in both branches 16 years ago
Kalle Sommer Nielsen dd8e59da8f Removed safe_mode 16 years ago
Sebastian Bergmann 22f4ef45fe sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Felipe Pena a51e7d3343 - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 16 years ago
Felipe Pena a94558c855 - Added MAKE_COPY_ZVAL(ppzv, pzv) macro 16 years ago
Scott MacVicar 40521699ce MFH make SQLite3::enableExceptions() return the previous value. 17 years ago
Scott MacVicar 3474172eb9 Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. 17 years ago
Felipe Pena 24c8b4fb78 - Changed %s to %v on createAggregate() error message 17 years ago
Antony Dovgal c4cf7a858d MFH: fix ZTS build 17 years ago
Antony Dovgal 0df4ef5609 fix ZTS build 17 years ago
Felipe Pena b2efd773b0 - Fix build 17 years ago
Felipe Pena bb31072d3e - Fix build 17 years ago
Scott MacVicar 540b5fdf87 MFB Print warning when using loadExtension on non cli, cgi and embeded 17 years ago