ext/pdo_firebird/pdo_firebird.c:

diff -u -r1.4.2.3.2.1.2.1 pdo_firebird.c

--- pdo_firebird.c 27 Sep 2007 18:00:42 -0000 1.4.2.3.2.1.2.1

+++ pdo_firebird.c 18 Oct 2007 19:42:47 -0000

@@ -55,6 +55,10 @@


PHP_MINIT_FUNCTION(pdo_firebird) /* {{{ */

{

+ REGISTER_PDO_CLASS_CONST_LONG("FB_ATTR_DATE_FORMAT", (long) 
PDO_FB_ATTR_DATE_FORMAT);

+ REGISTER_PDO_CLASS_CONST_LONG("FB_ATTR_TIME_FORMAT", (long) 
PDO_FB_ATTR_TIME_FORMAT);

+ REGISTER_PDO_CLASS_CONST_LONG("FB_ATTR_TIMESTAMP_FORMAT", (long) 
PDO_FB_ATTR_TIMESTAMP_FORMAT);

+

php_pdo_register_driver(&pdo_firebird_driver);


return SUCCESS;

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to