summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* - Add +ifdefs to still allow PHP 5.0 builds of PDOMarcus Boerger2005-06-231-0/+6
| | | | | | # PDO is a PECL extension and at the moment is still meant to compile on # both PHP 5.0 and PHP 5.1.
* Improved PHP extension loading mechanism with support for module ↵Dmitry Stogov2005-06-171-1/+10
| | | | dependencies and conflicts
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
|
* implement the 'request shutdown' hook; this allows us to register UDFs onWez Furlong2005-06-101-11/+12
| | | | | | | | persistent handles safely. (it is dangerous to keep them registered between requests, as there are 0 guarantees that functions with the same name are even present on the next hit, let alone that the zvals we cache point to the right place.
* add sqliteCreateAggregate()Wez Furlong2005-06-101-32/+165
|
* finish implementation of sqliteCreateFunction().Wez Furlong2005-06-101-13/+39
|
* work in progress on UDF.Wez Furlong2005-06-102-4/+205
| | | | | Something is hokey in HEAD, checking it in to try it on another box.
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
|
* - Need to make PDO::__construct() final to prevent SEGV it isn't called 1stMarcus Boerger2005-05-262-2/+0
|
* - Add test for deriving PDOMarcus Boerger2005-05-241-0/+51
|
* - Add new tests for PDO_FETCH_INTOMarcus Boerger2005-05-241-0/+68
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-11/+9
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* - Add new testMarcus Boerger2005-03-241-0/+21
|
* fix my silly typoWez Furlong2005-03-211-1/+1
|
* - Add new testsMarcus Boerger2005-03-211-0/+61
|
* fix build when the pecl module is part of the php source treeFrank M. Kromann2005-03-191-1/+1
|
* - Interface name was changedMarcus Boerger2005-03-191-1/+1
|
* - Back to stone-agefoobar2005-03-142-25/+11
|
* - Move stuff that belongs in Makefile into Makefile.fragfoobar2005-03-142-11/+25
|
* - Update testsMarcus Boerger2005-03-132-0/+2
|
* - Update testsMarcus Boerger2005-03-101-1/+1
|
* re-enable deps for HEADWez Furlong2005-03-091-1/+1
|
* prep for pecl releaseWez Furlong2005-03-092-2/+2
|
* update extension versionWez Furlong2005-03-091-1/+1
|
* update in readiness for releaseWez Furlong2005-03-092-3/+7
|
* Add one more test.Magnus M��tt�2005-03-091-0/+84
|
* Add test 020 and 021 for PDO_SQLite.Magnus M��tt�2005-03-092-0/+41
|
* - Add new testsMarcus Boerger2005-03-071-0/+52
|
* - Add new testsMarcus Boerger2005-03-071-0/+135
|
* - Add new testsMarcus Boerger2005-03-071-0/+22
|
* - Add testsMarcus Boerger2005-03-042-1/+117
| | | | | | - Fix testname - Drop unnecessary include line (was wrong anyway)
* touchfoobar2005-03-012-1/+2
|
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+4
|
* build bundled sqlite on win32Wez Furlong2005-02-282-7/+30
|
* juggle around a bit; commit generated fileWez Furlong2005-02-282-1/+96
|
* fix for PECL Bug #3452Wez Furlong2005-02-281-5/+1
|
* - Add new testMarcus Boerger2005-02-271-0/+77
|
* upgrade bundled sqlite to sqlite 3.1.3Wez Furlong2005-02-2762-5570/+11078
|
* Alan: moved your fields away, but reserved you a pointer.Wez Furlong2005-02-261-3/+6
| | | | | | | | | | | | | Changed PDO::lastInsertId() to have following proto: string PDO::lastInsertId([string name]) this allows arbitrary unique identitifers to be returned from the driver. The optional name parameter is for databases that require additional contextual information to be able to return the correct identifier. None currently use it, but pgsql will be on the list of drivers that do.
* fix line endingsWez Furlong2005-02-263-3/+3
|
* - Drop driver name from generic tests and reserve those names for driverMarcus Boerger2005-02-2414-13/+13
| | | | | | specific tests. # Well a little design correction
* - Delay ctor call so that it can overwrite everything and the data canMarcus Boerger2005-02-231-10/+2
| | | | | already be accessed from the ctor.
* - Add new testsMarcus Boerger2005-02-231-0/+58
|
* - Add new testsMarcus Boerger2005-02-233-0/+309
|
* - Add new testMarcus Boerger2005-02-211-0/+76
|
* - Show warningsMarcus Boerger2005-02-211-0/+2
|
* - Attempt at an unified test suiteMarcus Boerger2005-02-2012-128/+57
|
* - Add testMarcus Boerger2005-02-201-0/+123
|
* - Update testsMarcus Boerger2005-02-201-19/+15
|
* - Update testMarcus Boerger2005-02-201-20/+45
|