]> granicus.if.org Git - php/commitdiff
- MFB Get rid of warnings
authorMarcus Boerger <helly@php.net>
Tue, 20 Dec 2005 21:12:13 +0000 (21:12 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 20 Dec 2005 21:12:13 +0000 (21:12 +0000)
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c

index 5c15e4f13dadbb6ebd9d8287f5d7e15ec376252d..b9d6f3569fa052fdbd5880755d7bd29af3f1409b 100644 (file)
@@ -12,7 +12,9 @@
   | obtain it through the world-wide-web, please send a note to          |
   | license@php.net so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
-  | Author: Edin Kadribasic <edink@emini.dk>                             |
+  | Authors: Edin Kadribasic <edink@emini.dk>                            |
+  |          Ilia Alshanestsky <ilia@prohost.org>                        |
+  |          Wez Furlong <wez@php.net>                                   |
   +----------------------------------------------------------------------+
 */
 
 #include "pdo/php_pdo.h"
 #include "pdo/php_pdo_driver.h"
 
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
 #include "pg_config.h" /* needed for PG_VERSION */
 #include "php_pdo_pgsql.h"
 #include "php_pdo_pgsql_int.h"
index 90fbd18577697af82b1f17d31fbd32082555f4ff..85670443e9fb4e59443a4816866d719bc1eb888d 100644 (file)
 #include "php_ini.h"
 #include "ext/standard/php_standard.h"
 #include "ext/standard/php_smart_str.h"
+
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
 #include "php_pgsql.h"
 #include "php_globals.h"
 #include "zend_exceptions.h"