summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Fix #78348: Remove -lrt from pdo_sqlite.soPeter Kokot2019-07-301-3/+0
* Remove unused sqlite symbolsPeter Kokot2019-07-201-4/+0
* Remove conditional calls of always available macrosPeter Kokot2019-07-141-4/+1
* Simplify PHP_CHECK_PDO_INCLUDES callsPeter Kokot2019-07-081-16/+1
* Use pkg-config for sqlite3 and pdo_sqlitePeter Kokot2019-05-141-43/+18
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-6/+8
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-4/+6
* Remove local variablesPeter Kokot2019-02-031-1/+0
* Require SQLite ≥ 3.5.0 for ext/sqlite3 and ext/pdo_sqliteChristoph M. Becker2018-10-131-2/+2
* Unbundle libsqlite3Christoph M. Becker2018-10-061-67/+39
* Remove HAVE_TIME_HPeter Kokot2018-09-211-1/+0
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* Enable JSON1 for bundled libsqliteMorva Kristóf2017-11-221-1/+1
* fix build with old system libsqlite (sqlite3_close_v2 may be missing)Remi Collet2017-08-021-0/+4
* Enable FTS4 and FTS5 for bundled libsqliteAnatol Belski2016-11-081-1/+1
* Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* Fix long-standing visual pain point: the misalignment of './configure help' t...Christopher Jones2013-08-061-2/+2
* Cache the pdo include pathRasmus Lerdorf2011-05-151-6/+6
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-6/+6
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-6/+6
* MFH Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-131-1/+6
* MFH Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-0/+4
* Still need defines so that sqlite3.h will match the lib that sqlite3 usesScott MacVicar2008-07-311-1/+9
* Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)Scott MacVicar2008-07-311-12/+5
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-5/+5
* MFH: Remove non existent defines and change THREADSAFE to SQLITE_THREADSAFEScott MacVicar2008-07-241-3/+3
* Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain....Scott MacVicar2008-07-241-38/+3
* Update bundled SQLite to 3.5.6Scott MacVicar2008-03-071-2/+5
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+3
* MFH: - Fixed bug #41794 (build fails with external libs under Solaris)foobar2007-06-251-3/+3
* declare THREADSAFE explicitly (it's On if undefined)Antony Dovgal2007-04-101-1/+7
* fix build on cygwin with windows-style EOLsNuno Lopes2007-02-151-1/+1
* - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignoresDerick Rethans2006-12-231-2/+2
* Removed duplicated entryHannes Magnusson2006-09-091-4/+1
* Upgraded bunbled SQLite lib to 3.3.7Ilia Alshanetsky2006-08-141-3/+3
* - document the --with-pdo-sqlite[=dir]Pierre Joye2006-05-031-0/+3
* MFH:- Fixed bug #35377 (undefined reference to "fdatasync")foobar2005-12-311-1/+5
* use || instead of -o to support weird systems with old `test`Antony Dovgal2005-11-271-1/+1
* Closes PECL Bug #5633.Wez Furlong2005-11-011-2/+2
* reinstate this fix for building against PHP 5.0.x.Wez Furlong2005-09-251-1/+1
* Revert the "fix". It works fine when you use PHP_5_1foobar2005-09-241-1/+1
* fix typofoobar2005-09-241-1/+1
* 99% certain that this fixes PECL #5366 and PECL #5391.Wez Furlong2005-09-241-1/+1
* Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)Ilia Alshanetsky2005-08-281-2/+2
* Fixed sqlite build, sqlite3.h was not being correctly generated.Ilia Alshanetsky2005-07-291-1/+1
* fix VPATH buildsfoobar2005-07-291-1/+1
* fixup the build in HEAD again... moved the maintainer only stuff out of theWez Furlong2005-07-271-13/+2
* Prep for PECL release.Wez Furlong2005-07-271-14/+35
* Upgraded bundled sqlite lib to 3.2.2Ilia Alshanetsky2005-06-301-2/+2
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1