diff options
author | Felipe Pena <felipe@php.net> | 2009-04-18 18:56:11 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-04-18 18:56:11 +0000 |
commit | 0c6cf02985c4d4b847a0228344ad1358b3676cbe (patch) | |
tree | dee75d5cb341c82ee32d7e4a893020a024c8b936 /ext/pdo_firebird/firebird_driver.c | |
parent | 7fef2270b0c80bec1ff01f5431eb132f54e9f7ad (diff) | |
download | php-git-0c6cf02985c4d4b847a0228344ad1358b3676cbe.tar.gz |
- MFH: Fix build
Diffstat (limited to 'ext/pdo_firebird/firebird_driver.c')
-rw-r--r-- | ext/pdo_firebird/firebird_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index a8db55d271..67e4f4b16e 100644 --- a/ext/pdo_firebird/firebird_driver.c +++ b/ext/pdo_firebird/firebird_driver.c @@ -27,7 +27,7 @@ #include "php.h" #ifdef ZEND_ENGINE_2 # include "zend_exceptions.h" -#else +#endif #include "php_ini.h" #include "ext/standard/info.h" #include "pdo/php_pdo.h" |