From: Felipe Pena Date: Sat, 18 Apr 2009 18:56:11 +0000 (+0000) Subject: - MFH: Fix build X-Git-Tag: php-5.3.0RC2~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c6cf02985c4d4b847a0228344ad1358b3676cbe;p=php - MFH: Fix build --- 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"