iliaa           Thu Apr 16 22:14:52 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/pdo_firebird   firebird_driver.c 
  Log:
  
  MFB: Fixed compiler warning
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_firebird/firebird_driver.c?r1=1.17.2.2.2.6&r2=1.17.2.2.2.7&diff_format=u
Index: php-src/ext/pdo_firebird/firebird_driver.c
diff -u php-src/ext/pdo_firebird/firebird_driver.c:1.17.2.2.2.6 
php-src/ext/pdo_firebird/firebird_driver.c:1.17.2.2.2.7
--- php-src/ext/pdo_firebird/firebird_driver.c:1.17.2.2.2.6     Wed Dec 31 
11:17:41 2008
+++ php-src/ext/pdo_firebird/firebird_driver.c  Thu Apr 16 22:14:52 2009
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: firebird_driver.c,v 1.17.2.2.2.6 2008/12/31 11:17:41 sebastian Exp $ */
+/* $Id: firebird_driver.c,v 1.17.2.2.2.7 2009/04/16 22:14:52 iliaa Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -25,6 +25,9 @@
 #define _GNU_SOURCE
 
 #include "php.h"
+#ifdef ZEND_ENGINE_2
+# include "zend_exceptions.h"
+#else
 #include "php_ini.h"
 #include "ext/standard/info.h"
 #include "pdo/php_pdo.h"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to