summaryrefslogtreecommitdiff
path: root/ext/pdo/Makefile.frag
Commit message (Collapse)AuthorAgeFilesLines
* Allow PDO drivers custom methods to trigger errors/exceptionsMatteo Beccati2013-06-041-1/+2
| | | | | | Moved a few definitions from php_pdo_int.h to a new php_pdo_error.h header file that can be included if drivers need PDO's own error handling to be triggered within custom methods (e.g. PDO::pgsqlLOBOpen).
* Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ↵Sebastian Bergmann2012-12-061-1/+1
| | | | changes in generated files.
* Ensure the SQL parser is regenerated after changes.Johannes Schlüter2012-04-181-0/+4
|
* Allow it build with PHP 5.0.x and up again.Wez Furlong2005-05-141-0/+26
|
* - Added PHP_INSTALL_HEADERS() macrofoobar2005-05-071-32/+0
| | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir"
* Update for pending PEAR release.Wez Furlong2005-02-181-8/+0
|
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-4/+5
| | | | | | | | | | Enabled PDO and PDO_SQLITE by default. Fixup PDO header detection so that it searches in the correct order, and correctly picks up the headers when building from outside of the source tree. TODO: make pdo_XXX auto-enable when XXX is enabled. Volunteers welcome.
* Do not shout :)Edin Kadribasic2005-02-131-3/+3
|
* typo fixWez Furlong2005-02-091-1/+1
|
* update ready for releaseWez Furlong2005-02-091-2/+10
| | | | | | # includes big hack to help guide people into running "make install" so # that the headers get installed; works around a pear bug.
* Let it install correctly when built via phpizeWez Furlong2004-05-191-1/+5
|
* Copy the headersIlia Alshanetsky2004-05-191-4/+4
|
* handle binding/quoting of queries for drivers with emulated preparesGeorge Schlossnagle2004-05-181-0/+4
|
* Allow PDO to build as a self-contained extension.Wez Furlong2004-05-171-0/+23
Install headers so that other self-contained extensions may them.