Browse Source

-fix a bunch of warnings

migration/RELEASE_1_0_0
Marcus Boerger 20 years ago
parent
commit
ea14497546
  1. 5
      ext/pdo_pgsql/pdo_pgsql.c

5
ext/pdo_pgsql/pdo_pgsql.c

@ -31,6 +31,11 @@
#include "php_pdo_pgsql_int.h"
#ifdef HAVE_PG_CONFIG_H
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_VERSION
#include <pg_config.h>
#endif

Loading…
Cancel
Save