56 Commits (b515bfbdfbea06307df53d725ea3aa3807504a21)

Author SHA1 Message Date
Felipe Pena 4e19825281 - Year++ 14 years ago
Ilia Alshanetsky 38f05cc775 Fixed memset usage (identified by coverity) 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 a642b52295 Fix bug #54692 (SQLite3::open() Return Value) by correcting the SQLite3::open() 15 years ago
Felipe Pena d3e6f27a76 - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. 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 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 0203cc3d44 - Year++ 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
Pierre Joye bd8d42729f - #51295, SQLite3::busyTimeout not existing 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 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
Scott MacVicar 47298668d4 Some unicode updates for sqlite3 17 years ago
Scott MacVicar 81e3b74188 Print warning when using loadExtension on non cli, cgi and embeded 17 years ago
Scott MacVicar d13c028689 MFH Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus. 17 years ago
Scott MacVicar 92ed94fcda Add the ability to enable exceptions rather than warnings for sqlite3, needed for pyrus. 17 years ago
Scott MacVicar bc486b4c7e MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 17 years ago
Scott MacVicar 719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 17 years ago
Ilia Alshanetsky f5f632f842 MFB: Removed unused var 17 years ago
Ilia Alshanetsky bdb3d4320e Removed unused var 17 years ago
Scott MacVicar cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 17 years ago
Scott MacVicar 037400bbeb The constructor should also throw exceptions, make this semi useful now. 17 years ago
Pierre Joye c7d8074041 - fix build 17 years ago
Scott MacVicar 3a25c34a01 Fix build on Windows 17 years ago
Antony Dovgal 46b3bdf773 fix build 17 years ago
Antony Dovgal 8e2c587a51 fix build 17 years ago
Scott MacVicar 4159f91181 MFH Add blobOpen method for reading binary blobs via streams. 17 years ago
Scott MacVicar ffccad99e2 Add blobOpen method for reading SQlite3 blobs via streams. 17 years ago
Scott MacVicar 5b79c37500 MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 17 years ago
Scott MacVicar 32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 17 years ago
Scott MacVicar 4b02b12f54 MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. 17 years ago
Scott MacVicar 21a2772da4 Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. 17 years ago
Scott MacVicar 06e0b261b3 MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 17 years ago
Scott MacVicar 6d406ccedf Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 17 years ago
Antony Dovgal d6ab32a5fc fix build 17 years ago