summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Expand)AuthorAgeFilesLines
* MFB: Re-introduce the Matteo's patch and combine default & text handlingIlia Alshanetsky2009-05-201-10/+0
* The \0 removal is only needed prior to 3.4.0Ilia Alshanetsky2009-05-191-2/+3
* Revert faulty warning fixIlia Alshanetsky2009-05-191-0/+4
* MFHMatteo Beccati2009-05-071-5/+0
* MFH: Fix cleanupJani Taskinen2009-04-251-1/+5
* MFB: Added missing SKIPIFJani Taskinen2009-04-256-1/+11
* MFH: reverted previous patch, using explicit cast insteadAlexey Zakhlestin2009-04-011-15/+7
* MFH: const pointer was used in non-const contextAlexey Zakhlestin2009-04-011-4/+12
* - Fix testFelipe Pena2009-02-201-1/+1
* MFH: Fix #46542 Extending PDO class with a __call() function doesn't workJohannes Schlüter2009-02-171-0/+20
* - New testFelipe Pena2009-02-131-0/+51
* MFH Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-133-1/+36
* MFH Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-0/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* MFH: Fix tests (use a in-memory database not a file called memory)Johannes Schlüter2008-12-037-7/+7
* MFH:Felipe Pena2008-12-025-2/+126
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* MFH:Felipe Pena2008-11-051-7/+13
* - MFH: Improved fixFelipe Pena2008-11-031-0/+33
* - New testFelipe Pena2008-11-031-0/+50
* MFH:Felipe Pena2008-11-031-0/+31
* - Added skipifFelipe Pena2008-10-101-0/+4
* - New testFelipe Pena2008-10-101-0/+38
* Stupid typoElizabeth Marie Smith2008-08-061-1/+1
* Fix include pathElizabeth Marie Smith2008-08-061-1/+1
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don'...Elizabeth Marie Smith2008-08-051-2/+5
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* Still need defines so that sqlite3.h will match the lib that sqlite3 usesScott MacVicar2008-07-311-1/+9
* Bundled pdo_sqlite files are no longer requiredScott MacVicar2008-07-313-93003/+0
* 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-242-4/+4
* MFH: Add .cvsignore, update config.w32 and remove the other bundled sqlite li...Scott MacVicar2008-07-24126-136077/+2
* Update pdo_sqlite to use the amalgamation, much easier to upgrade / maintain....Scott MacVicar2008-07-246-54/+93006
* This file isn't needed any moreScott MacVicar2008-07-171-158/+0
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-4/+4
* - really check for the dependency, libs and header and don't enable the ext i...Pierre Joye2008-06-221-4/+8
* fix gcov buildAntony Dovgal2008-03-101-390/+390
* Fixed bug #41135 (When binding as binary data use sqlite3_bind_blob() to stop...Scott MacVicar2008-03-071-2/+33
* Update bundled SQLite to 3.5.6Scott MacVicar2008-03-07106-22109/+32438
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-272-4/+4
* No longer experimentalIlia Alshanetsky2007-08-201-0/+0
* Fixed bug #41831 (pdo_sqlite prepared statements convert resources toIlia Alshanetsky2007-08-011-1/+1
* 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
* MFH: php_localtime_r() checksAntony Dovgal2007-06-071-0/+3
* fix gcov build.......Nuno Lopes2007-05-171-396/+396
* Upgraded libsqlite3 to SQLite 3.3Ilia Alshanetsky2007-05-1611-459/+470