summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite
Commit message (Collapse)AuthorAgeFilesLines
* - Move the old sqlite extension to PECLJohannes Schlüter2010-11-1948-41992/+0
| | | | | | # discussed in http://www.mail-archive.com/internals@lists.php.net/msg47463.html
* Revert previous commit as it was causing alot more trouble than expectedKalle Sommer Nielsen2009-04-071-0/+2
|
* MFH: Fix redef warningsKalle Sommer Nielsen2009-04-061-2/+0
| | | | | Kill warning about php_localtime_r not being defined
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
|
* Added empty string checksIlia Alshanetsky2006-12-241-1/+4
|
* Fix win32 buildFrank M. Kromann2006-12-011-0/+2
|
* last set of zts fixesIlia Alshanetsky2006-11-301-2/+3
|
* MFH: fix #38759 (PDO sqlite2 empty query causes segfault)Antony Dovgal2006-09-091-1/+1
|
* Updated libsqlite in ext/sqlite to 2.8.17.Ilia Alshanetsky2005-12-206-10/+10
| | | | | Use in-memory database for tests.
* Regen files so they work properly with gcov.Ilia Alshanetsky2005-12-041-1232/+517
|
* Fixed bug #34899 (Fixed sqlite extension compile failure).Ilia Alshanetsky2005-10-181-1/+1
|
* MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16Ilia Alshanetsky2005-09-0717-189/+270
|
* merge patch from http://www.sqlite.org/cvstrac/chngview?cn=1953Stanislav Malyshev2005-01-031-4/+4
| | | | | bug led to PHP exiting on queries with unknown columns
* 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
|
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1039-5369/+5848
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
|
* Fix function declaration.Ilia Alshanetsky2004-03-091-1/+1
|
* More wordsize fixesArd Biesheuvel2004-03-083-4/+4
|
* update file for win32 buildWez Furlong2004-01-161-1/+1
|
* touch generated parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-1419-347/+647
|
* touchWez Furlong2004-01-141-1/+1
|
* - Fix buildfoobar2004-01-091-0/+8
|
* touch to make build work without lemon..foobar2004-01-081-1/+1
|
* Update win32 build for new version of libsqliteWez Furlong2004-01-081-1/+73
|
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-0835-6177/+4994
|
* Fixed compiler warning.Ilia Alshanetsky2003-10-281-1/+1
|
* Use %p to display a pointer valueSascha Schumann2003-08-171-1/+1
|
* The first element of the array seems to store the members countSascha Schumann2003-08-171-1/+1
| | | | | Add a cast to (long) to quiet the compiler
* The integer timeout is cast to a void *, passed to this function, andSascha Schumann2003-08-171-2/+3
| | | | | | | cast back. Add a cast to (long) to quiet the compiler
* Fix sizeof(void *) > sizeof(int) issue.Sascha Schumann2003-08-171-1/+1
| | | | | n should be ptrdiff_t.
* Remove Release_TSinline (it's not necessary)Zeev Suraski2003-06-301-18/+18
| | | | | | Add Release_TSDbg Change directories to be consistent with our other modules...
* Prepare for enabling by default on Windows.Edin Kadribasic2003-06-272-0/+346
|
* Touch lemon generated fileWez Furlong2003-06-061-0/+1
|
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-0623-903/+1037
| | | | | authorization checks for the ATTACH database command.
* Update for 2.8.2Wez Furlong2003-06-061-14/+9
|
* Update bundled library to version 2.8.2.Wez Furlong2003-06-0438-7328/+10906
| | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes
* win32 fixesWez Furlong2003-04-221-1/+1
|
* Add windows .dsp and some kludgy pre-generated headers.Wez Furlong2003-04-222-0/+700
|
* Remove whitespace added while touching.Wez Furlong2003-04-173-3/+0
|
* Touch generated filesWez Furlong2003-04-173-0/+3
|
* Bundle relevant parts of sqlite 2.8.0.Wez Furlong2003-04-1736-0/+38179
# sqlite has a completely non-restrictive license