iliaa           Tue May 17 16:08:55 2005 EDT

  Modified files:              
    /php-src/ext/pdo_pgsql      php_pdo_pgsql.h php_pdo_pgsql_int.h 
  Log:
  Removed define checks that break the build.
  
  
http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/php_pdo_pgsql.h?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/pdo_pgsql/php_pdo_pgsql.h
diff -u php-src/ext/pdo_pgsql/php_pdo_pgsql.h:1.1 
php-src/ext/pdo_pgsql/php_pdo_pgsql.h:1.2
--- php-src/ext/pdo_pgsql/php_pdo_pgsql.h:1.1   Wed May 19 22:27:49 2004
+++ php-src/ext/pdo_pgsql/php_pdo_pgsql.h       Tue May 17 16:08:53 2005
@@ -16,13 +16,11 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_pdo_pgsql.h,v 1.1 2004/05/20 02:27:49 edink Exp $ */
+/* $Id: php_pdo_pgsql.h,v 1.2 2005/05/17 20:08:53 iliaa Exp $ */
 
 #ifndef PHP_PDO_PGSQL_H
 #define PHP_PDO_PGSQL_H
 
-#if HAVE_PDO_PGSQL 
-
 #include <libpq-fe.h>
 
 extern zend_module_entry pdo_pgsql_module_entry;
@@ -44,7 +42,6 @@
 PHP_RSHUTDOWN_FUNCTION(pdo_pgsql);
 PHP_MINFO_FUNCTION(pdo_pgsql);
 
-#endif  /* HAVE_PDO_PGSQL */
 #endif /* PHP_PDO_PGSQL_H */
 
 
http://cvs.php.net/diff.php/php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h?r1=1.9&r2=1.10&ty=u
Index: php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h
diff -u php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h:1.9 
php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h:1.10
--- php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h:1.9       Fri May 13 14:09:03 2005
+++ php-src/ext/pdo_pgsql/php_pdo_pgsql_int.h   Tue May 17 16:08:53 2005
@@ -16,13 +16,11 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_pdo_pgsql_int.h,v 1.9 2005/05/13 18:09:03 wez Exp $ */
+/* $Id: php_pdo_pgsql_int.h,v 1.10 2005/05/17 20:08:53 iliaa Exp $ */
 
 #ifndef PHP_PDO_PGSQL_INT_H
 #define PHP_PDO_PGSQL_INT_H
 
-#if HAVE_PDO_PGSQL 
-
 #include <libpq-fe.h>
 
 #define PHP_PDO_PGSQL_CONNECTION_FAILURE_SQLSTATE "08006"
@@ -73,7 +71,6 @@
 
 extern struct pdo_stmt_methods pgsql_stmt_methods;
 
-#endif /* HAVE_PDO_PGSQL */
 #endif /* PHP_PDO_PGSQL_INT_H */
 
 /*

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

Reply via email to