137 Commits (f8ff2ccf20ee1fcd29a6c6fae9967194cbb87270)

Author SHA1 Message Date
Marcus Boerger f8ff2ccf20 Fix writing of SQLite and SimpleXMl extension and add Rob to the credits 22 years ago
Marcus Boerger f956b50f65 Change to studlyCaps convention 22 years ago
Marcus Boerger 962b8d480c Revert studlyCaps change for now 22 years ago
Marcus Boerger 82e2b354ac Consitency rules 22 years ago
Marcus Boerger e6a1f04677 Changed sqlite's OO API to studlyCaps. 22 years ago
Ilia Alshanetsky 7bc8bdec79 Change float operations to safe_emalloc(). 22 years ago
Marcus Boerger 6b0f57ee50 Rename hasMore() to valid() as discussed. (Part II) 22 years ago
Marcus Boerger b6b7c9eb65 Rename hasMore() to valid() as discussed. (Part I) 22 years ago
Ilia Alshanetsky 0eb7000b0a Corrected string escape calculation. 22 years ago
Ilia Alshanetsky e57c749ecc Use correct variable name. 22 years ago
Ilia Alshanetsky 215f0763d0 Fixed a possible memory leaks inside sqlite_popen() & 22 years ago
Ilia Alshanetsky c856e821d0 Fixed possible crash inside sqlite_escape_string() and 22 years ago
Ard Biesheuvel 81f05c18f5 Wordsize fixes 22 years ago
Ard Biesheuvel 5c0cf2311d More wordsize/alignment fixes 22 years ago
Ard Biesheuvel b2bc520067 64-bit fixes 22 years ago
Ard Biesheuvel 9816c8a4e4 64-bit fix 22 years ago
Ard Biesheuvel 3a91737c73 Fix 64-bit crash 22 years ago
Ilia Alshanetsky 2e2c4375d0 For get_data iterator do not force numeric keys, return keys the user 22 years ago
Ilia Alshanetsky d438dad1b2 Fixed a crash inside create_aggregate() method due to incorrect argument 22 years ago
Zeev Suraski 30171a7590 zend_default_classes.h -> zend_exceptions.h 22 years ago
Zeev Suraski d77bbe344c kill warning 22 years ago
Zeev Suraski 8424be849f - Update with new destructor code 22 years ago
Marcus Boerger 1ee90db6e6 No longer needed 22 years ago
Marcus Boerger a19a36551b Fix shutdown 22 years ago
Ilia Alshanetsky b3853af0b7 MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from 22 years ago
Marcus Boerger 9c41d8e7b5 No longer needed 22 years ago
Marcus Boerger 6e798706e3 There's no more interaction with SPL 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Ilia Alshanetsky b658a26874 emalloc() -> safe_emalloc() 22 years ago
Marcus Boerger 1a48fd929d Fix a memleak 22 years ago
Marcus Boerger 01b255f0ef Correct in order 22 years ago
Marcus Boerger a876c54d1c Bugfix #25329 22 years ago
Ilia Alshanetsky 79848fa885 Added sqlite_fetch_column_types() function. 22 years ago
Ilia Alshanetsky bebaa5b00f Do not mangle column names. 22 years ago
Ilia Alshanetsky 9165dc414e The changes() method should be that of the database object not that of 22 years ago
Ilia Alshanetsky 06b528aa54 Fixed a crash in SQLite when fetching data using sqlite_fetch_object() in 22 years ago
Marcus Boerger 37f6618c64 Allow static methods being called from sqlite sql. Notice by Stphane Mariel 22 years ago
Marcus Boerger b0b82541e8 Fix class/iterator relationship & handling 22 years ago
Marcus Boerger 9fbaa7aca5 - Make use of engine iterators 22 years ago
Marcus Boerger 08d1c991cf The sqlite classes need to be final 22 years ago
Marcus Boerger 4943cae926 pre/hasprev have nothing to do with iteration 22 years ago
Marcus Boerger 36655400cb - return correct hash constants 22 years ago
Marcus Boerger 2a68d3c19e Make use of dedicated macro 23 years ago
Marcus Boerger d9d082072c Omitting is also possible here 23 years ago
Marcus Boerger f05525a0ef WS 23 years ago
Marcus Boerger 421e2e9275 Go with the mess 23 years ago
Zeev Suraski 8767205afa Fix Win32 linkage problems 23 years ago
Marcus Boerger c3f7ea3510 Fix property inheritance by using dedicated new function 23 years ago
Marcus Boerger 0cb983885d Throw exception if user wants to pass arguments to an non existing constructor 23 years ago
Marcus Boerger adaf6429a7 Throw exception if user wants to pass arguments to an non existing constructor 23 years ago