Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Add +ifdefs to still allow PHP 5.0 builds of PDO | Marcus Boerger | 2005-06-23 | 1 | -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 Stogov | 2005-06-17 | 1 | -1/+10 | |
| | | | | dependencies and conflicts | |||||
* | - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) | foobar | 2005-06-14 | 1 | -11/+1 | |
| | ||||||
* | implement the 'request shutdown' hook; this allows us to register UDFs on | Wez Furlong | 2005-06-10 | 1 | -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 Furlong | 2005-06-10 | 1 | -32/+165 | |
| | ||||||
* | finish implementation of sqliteCreateFunction(). | Wez Furlong | 2005-06-10 | 1 | -13/+39 | |
| | ||||||
* | work in progress on UDF. | Wez Furlong | 2005-06-10 | 2 | -4/+205 | |
| | | | | | Something is hokey in HEAD, checking it in to try it on another box. | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 | |
| | ||||||
* | - Need to make PDO::__construct() final to prevent SEGV it isn't called 1st | Marcus Boerger | 2005-05-26 | 2 | -2/+0 | |
| | ||||||
* | - Add test for deriving PDO | Marcus Boerger | 2005-05-24 | 1 | -0/+51 | |
| | ||||||
* | - Add new tests for PDO_FETCH_INTO | Marcus Boerger | 2005-05-24 | 1 | -0/+68 | |
| | ||||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -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 test | Marcus Boerger | 2005-03-24 | 1 | -0/+21 | |
| | ||||||
* | fix my silly typo | Wez Furlong | 2005-03-21 | 1 | -1/+1 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-03-21 | 1 | -0/+61 | |
| | ||||||
* | fix build when the pecl module is part of the php source tree | Frank M. Kromann | 2005-03-19 | 1 | -1/+1 | |
| | ||||||
* | - Interface name was changed | Marcus Boerger | 2005-03-19 | 1 | -1/+1 | |
| | ||||||
* | - Back to stone-age | foobar | 2005-03-14 | 2 | -25/+11 | |
| | ||||||
* | - Move stuff that belongs in Makefile into Makefile.frag | foobar | 2005-03-14 | 2 | -11/+25 | |
| | ||||||
* | - Update tests | Marcus Boerger | 2005-03-13 | 2 | -0/+2 | |
| | ||||||
* | - Update tests | Marcus Boerger | 2005-03-10 | 1 | -1/+1 | |
| | ||||||
* | re-enable deps for HEAD | Wez Furlong | 2005-03-09 | 1 | -1/+1 | |
| | ||||||
* | prep for pecl release | Wez Furlong | 2005-03-09 | 2 | -2/+2 | |
| | ||||||
* | update extension version | Wez Furlong | 2005-03-09 | 1 | -1/+1 | |
| | ||||||
* | update in readiness for release | Wez Furlong | 2005-03-09 | 2 | -3/+7 | |
| | ||||||
* | Add one more test. | Magnus M��tt� | 2005-03-09 | 1 | -0/+84 | |
| | ||||||
* | Add test 020 and 021 for PDO_SQLite. | Magnus M��tt� | 2005-03-09 | 2 | -0/+41 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-03-07 | 1 | -0/+52 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-03-07 | 1 | -0/+135 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-03-07 | 1 | -0/+22 | |
| | ||||||
* | - Add tests | Marcus Boerger | 2005-03-04 | 2 | -1/+117 | |
| | | | | | | - Fix testname - Drop unnecessary include line (was wrong anyway) | |||||
* | touch | foobar | 2005-03-01 | 2 | -1/+2 | |
| | ||||||
* | If pdo is disabled, skip all the pdo extensions. | Rasmus Lerdorf | 2005-02-28 | 1 | -0/+4 | |
| | ||||||
* | build bundled sqlite on win32 | Wez Furlong | 2005-02-28 | 2 | -7/+30 | |
| | ||||||
* | juggle around a bit; commit generated file | Wez Furlong | 2005-02-28 | 2 | -1/+96 | |
| | ||||||
* | fix for PECL Bug #3452 | Wez Furlong | 2005-02-28 | 1 | -5/+1 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-02-27 | 1 | -0/+77 | |
| | ||||||
* | upgrade bundled sqlite to sqlite 3.1.3 | Wez Furlong | 2005-02-27 | 62 | -5570/+11078 | |
| | ||||||
* | Alan: moved your fields away, but reserved you a pointer. | Wez Furlong | 2005-02-26 | 1 | -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 endings | Wez Furlong | 2005-02-26 | 3 | -3/+3 | |
| | ||||||
* | - Drop driver name from generic tests and reserve those names for driver | Marcus Boerger | 2005-02-24 | 14 | -13/+13 | |
| | | | | | | specific tests. # Well a little design correction | |||||
* | - Delay ctor call so that it can overwrite everything and the data can | Marcus Boerger | 2005-02-23 | 1 | -10/+2 | |
| | | | | | already be accessed from the ctor. | |||||
* | - Add new tests | Marcus Boerger | 2005-02-23 | 1 | -0/+58 | |
| | ||||||
* | - Add new tests | Marcus Boerger | 2005-02-23 | 3 | -0/+309 | |
| | ||||||
* | - Add new test | Marcus Boerger | 2005-02-21 | 1 | -0/+76 | |
| | ||||||
* | - Show warnings | Marcus Boerger | 2005-02-21 | 1 | -0/+2 | |
| | ||||||
* | - Attempt at an unified test suite | Marcus Boerger | 2005-02-20 | 12 | -128/+57 | |
| | ||||||
* | - Add test | Marcus Boerger | 2005-02-20 | 1 | -0/+123 | |
| | ||||||
* | - Update tests | Marcus Boerger | 2005-02-20 | 1 | -19/+15 | |
| | ||||||
* | - Update test | Marcus Boerger | 2005-02-20 | 1 | -20/+45 | |
| |