207 Commits (ff037203c7f8d63c9f71228efd42d32c8fd720ae)

Author SHA1 Message Date
Felipe Pena 8d161f97cd - MFH: Fixed memory leak 17 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Scott MacVicar 7ba273e3b5 MFH Error handler isn't properly restored when using fetchObject() with SQLite 17 years ago
Etienne Kneuss 3919b16f04 MFH: Fix #46241 (stacked error_handlers, error_handling in general) 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Alexey Zakhlestin 35780b69a8 Updated functions-signatures (const) 18 years ago
Etienne Kneuss c77ca4c34a MFH: Fix error_handling usage in various extensions 18 years ago
Felipe Pena e304515ddb - MFH: Added parameter TSRMLS_DC in zend_is_callable() 18 years ago
Dmitry Stogov 691d4a6999 Fixed uninitialised data 18 years ago
Felipe Pena e51b1412da - Added arginfo (methods) 18 years ago
Felipe Pena 9c3c7e8803 - Added arginfo (functions) 18 years ago
Felipe Pena 84a8bb038a MFH: New way for check void parameters 18 years ago
Scott MacVicar 08b5500f4b Fix memory issues with statement being deleted twice 18 years ago
Scott MacVicar 32c03b5f32 MFB: Fixed bug #42203 (Clear SQLite result sets before closing database.) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Yiduo (David) Wang 4b4d634cb9 MFH: Added macros for managing zval refcounts and is_ref statuses 19 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Ilia Alshanetsky 9db4812366 Remove pointless RINIT 19 years ago
Ilia Alshanetsky 502d68e1e7 Fixed bug #41285 (Improved fix for CVE-2007-1887 to work with non-bundled 19 years ago
Stanislav Malyshev 896abc5e34 use safe_realloc 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Antony Dovgal 5af7f12eb8 fix ZTS build without SPL enabled 20 years ago
Ilia Alshanetsky 4c65e0e1cd Added missing validation checks around expand_filepath() 20 years ago
Dmitry Stogov 1dbaae2795 Added automatic module globals management 20 years ago
Ilia Alshanetsky 18870e3afc E_ERROR -> E_RECOVERABLE_ERROR 20 years ago
Marcus Boerger 77c1b56cd7 - Update after api changes 20 years ago
Ilia Alshanetsky 1c0d8a536a Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever). 20 years ago
Antony Dovgal 59b8592c8c fix bug #36898 (__set() leaks in classes extending internal ones) 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 20 years ago
foobar a3af52c11e MFH: list_entry -> zend_rsrc_list_entry 20 years ago
Brian France 7154c617bf Wrap the php_session.h include in the same ifdef as the rest of the 20 years ago
foobar 366832fbd2 MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) 20 years ago
Ilia Alshanetsky d734669230 Fixed bug #35248 (sqlite_query() doesnt set error_msg when return value is 20 years ago
Antony Dovgal 241aa9a59d MFH: fix #35197 (Destructor is not called) and similar issues in other extensions 20 years ago
Ilia Alshanetsky cbb928b8eb MFH: Do not set authorizer unless safe_mode or open_basedir are being used. 21 years ago
Antony Dovgal fb57a8363e unused var 21 years ago
Ilia Alshanetsky b0f1719ee5 MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_case 21 years ago
Ilia Alshanetsky 26bf79a15e MFH: Allow retrieval of query parse errors from SQLite. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar 19639aa9ab Use the new dependency system 21 years ago
Dmitry Stogov f47c78487b Improved PHP extension loading mechanism with support for module dependencies and conflicts 21 years ago
Dmitry Stogov 84392e5e7f Fixed memory allocation bugs. Probably this patch should fix bug #31725. 21 years ago
foobar 9b57f5ff36 - Fixed bug #33185 (--enable-session=shared does not build) 21 years ago
Marcus Boerger 457d556f66 - Make SQLiteDatabase derivable by dropping final tag from class and 21 years ago
Ilia Alshanetsky e211d4e3ae Fixed bug #32753 (Undefined constant SQLITE_NOTADB). 21 years ago
Wez Furlong 6090964157 I'm a PECL citizen; even though I am HEAD of pecl/sqlite, don't assume that I 21 years ago
Wez Furlong 52dd9f028e Implement a PDO driver for sqlite 2 21 years ago