From: Felipe Pena Date: Sat, 18 Apr 2009 18:56:58 +0000 (+0000) Subject: - MFH: Fix build X-Git-Tag: php-5.2.10RC1~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a9b6363f4c19e33b708dbd70e5ea458264bb77f;p=php - MFH: Fix build --- diff --git a/ext/pdo_firebird/firebird_driver.c b/ext/pdo_firebird/firebird_driver.c index eda7211c95..f2285a1ab6 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"