summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* 'l' is long - int won't work on 64-bitStanislav Malyshev2004-11-261-1/+2
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Added sqlite_fetch_column_types() 3rd argument for arrays.Ilia Alshanetsky2004-10-141-4/+9
* Probable fix for Bug #30147Wez Furlong2004-09-251-0/+1
* Allow sqlite_fetch_column_types() to properly handle table names withIlia Alshanetsky2004-08-021-1/+1
* Fixed bug 29395 (sqlite_escape_string() returns bogus data on emptyIlia Alshanetsky2004-07-271-1/+3
* touch to avoid weird implicit makefile ruleWez Furlong2004-07-181-1/+1
* Fix sqlite buildZeev Suraski2004-07-151-0/+1
* Touch the file so that build system does not try to rebuild it.Ilia Alshanetsky2004-07-121-1/+1
* Fix #28402: no need for -ldlWez Furlong2004-07-101-1/+1
* Bump PHP 5 sqlite extension number to 2.0Wez Furlong2004-07-102-2/+2
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1043-5463/+5857
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-12/+12
* Allow sqlite to build as a shared ext under win32Wez Furlong2004-05-251-1/+1
* add sqlite_exec()Stanislav Malyshev2004-05-132-0/+42
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-1/+7
* - HTML entity to ISO char.Derick Rethans2004-04-301-1/+1
* An oumlaut doesn't work here, need ASCII onlyMarcus Boerger2004-04-291-1/+1
* Avoid warning to interfere test resultMarcus Boerger2004-04-221-2/+2
* Empty query checks, bug #28112.Ilia Alshanetsky2004-04-221-0/+14
* Add test for bug #28112Marcus Boerger2004-04-221-0/+14
* bugfix #28112Marcus Boerger2004-04-221-1/+3
* Open basedir & safe_mode exception when copying or attaching to a memoryIlia Alshanetsky2004-04-111-2/+2
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-033-3/+3
* Fix class namesMarcus Boerger2004-03-298-24/+24
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-282-2/+2
* Change to studlyCaps conventionMarcus Boerger2004-03-2621-84/+84
* Revert studlyCaps change for nowMarcus Boerger2004-03-2321-84/+84
* Consitency rulesMarcus Boerger2004-03-2315-34/+34
* Changed sqlite's OO API to studlyCaps.Marcus Boerger2004-03-2321-84/+84
* Fix testMarcus Boerger2004-03-191-1/+1
* Fix testMarcus Boerger2004-03-191-4/+3
* Make test work when user has memory limit settingMarcus Boerger2004-03-191-0/+2
* Test was fixedDmitry Stogov2004-03-171-3/+1
* TypoMartin Kraemer2004-03-101-1/+1
* Fix function declaration.Ilia Alshanetsky2004-03-091-1/+1
* Change float operations to safe_emalloc().Ilia Alshanetsky2004-03-091-2/+2
* More wordsize fixesArd Biesheuvel2004-03-083-4/+4
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-087-20/+21
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-088-12/+16
* Avoid using floating point arithmetic and rely on safe_emallocSascha Schumann2004-03-071-1/+1
* Corrected string escape calculation.Ilia Alshanetsky2004-03-072-3/+3
* Use correct variable name.Ilia Alshanetsky2004-03-061-1/+1
* Fixed a possible memory leaks inside sqlite_popen() &Ilia Alshanetsky2004-03-061-12/+19
* Fixed possible crash due to an integer overflow.Ilia Alshanetsky2004-03-061-2/+2
* Better extension availability check.Ilia Alshanetsky2004-03-061-0/+3
* Fixed possible crash inside sqlite_escape_string() andIlia Alshanetsky2004-02-272-2/+15
* Wordsize fixesArd Biesheuvel2004-02-251-7/+7
* More wordsize/alignment fixesArd Biesheuvel2004-02-241-16/+16