summaryrefslogtreecommitdiff
path: root/ext/sqlite/config.m4
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fix some configure --help textsfoobar2007-07-031-4/+2
* - fix vpath buildSascha Schumann2007-04-191-1/+1
* Fix dep usage; it must appear after the PHP_NEW_EXTENSION line.Wez Furlong2005-11-301-4/+3
* use PHP_CHECK_PDO_INCLUDESfoobar2005-06-141-11/+1
* - Show "none" when nothing is foundfoobar2005-06-071-1/+3
* We only need LEMON for bundled stufffoobar2005-06-021-2/+2
* typo fixHartmut Holzgraefe2005-05-301-1/+1
* gracefully handle changes of the parse.y lemon file,Hartmut Holzgraefe2005-05-301-1/+37
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-15/+20
* cleanupfoobar2005-05-061-54/+49
* Don't do PDO here if PDO is disabledRasmus Lerdorf2005-04-161-1/+2
* Implement a PDO driver for sqlite 2Wez Furlong2005-03-111-3/+21
* - SQLite depends on SPL if it is presentMarcus Boerger2005-02-151-0/+1
* same fix hereWez Furlong2005-02-131-1/+1
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Fix #28402: no need for -ldlWez Furlong2004-07-101-1/+1
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-101-5/+2
* SQLITE_ENCODING should be UTF8 rather than UTF-8Stig Bakken2004-02-031-1/+1
* Proper configure switch for sqlite.Ilia Alshanetsky2004-01-291-1/+4
* added utf8 support option for sqlite >= 2.8.9.Rui Hirokawa2004-01-111-5/+12
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-081-0/+1
* revert my previous patch because utf-8 support is still in experimental status.Rui Hirokawa2003-12-281-9/+3
* added warning message.Rui Hirokawa2003-12-281-1/+1
* added a option to select character encoding for sqlite.Rui Hirokawa2003-12-281-3/+9
* OS_UNIX/OS_WIN are set in the bundled libsqlite sources.foobar2003-07-191-2/+0
* Add sqlite session handler.Wez Furlong2003-07-011-2/+2
* enable sqlite by defaultSterling Hughes2003-06-251-1/+1
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-061-3/+1
* WSWez Furlong2003-06-051-1/+0
* Update bundled library to version 2.8.2.Wez Furlong2003-06-041-79/+81
* Allign.Edin Kadribasic2003-05-011-1/+1
* Tidy up package.xml file.Wez Furlong2003-04-201-23/+16
* Kluge, but it seems to work now in both phpize and bundled builds.Edin Kadribasic2003-04-201-5/+17
* Erm, this works much better :)Edin Kadribasic2003-04-201-1/+1
* Set appropriate flags when compiling bundled lib in thread-safeEdin Kadribasic2003-04-201-1/+10
* Transparently decode binary encoded data.Wez Furlong2003-04-191-1/+1
* Little fix for people building sqlite as a static extensionWez Furlong2003-04-191-0/+6
* Implement sqlite_unbuffered_query(), which works similarly to the mysqlWez Furlong2003-04-181-1/+3
* Really fix buildWez Furlong2003-04-171-2/+2
* Hopefully fix build...Wez Furlong2003-04-171-1/+6
* Update build filesWez Furlong2003-04-171-31/+66
* This commit was generated by cvs2svn to compensate for changes in r123706,Wez Furlong2003-04-171-0/+45