]> git.pld-linux.org Git - packages/php.git/blobdiff - php-libpq_fs_h_path.patch
make tests fail by default
[packages/php.git] / php-libpq_fs_h_path.patch
index e149f007ff45a946c1de447ed2ba6a6d0cfb181f..df29656608c36b1815c4cc8691453ffce67ea85d 100644 (file)
@@ -1,12 +1,12 @@
-diff -burN php-5.0.0b3/ext/pgsql/php_pgsql.h php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h
---- php-5.0.0b3/ext/pgsql/php_pgsql.h  2003-12-05 02:03:35.000000000 +0100
-+++ php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h  2003-12-26 22:30:20.000000000 +0100
-@@ -43,7 +43,7 @@
+diff -urN php5.3-200803022130/ext/pgsql/php_pgsql.h mod/ext/pgsql/php_pgsql.h
+--- php5.3-200803022130/ext/pgsql/php_pgsql.h  2008-01-30 11:31:48.000000000 +0000
++++ mod/ext/pgsql/php_pgsql.h  2008-03-02 22:27:42.292062316 +0000
+@@ -41,7 +41,7 @@
  #define PHP_PGSQL_API __declspec(dllimport)
  #endif
  #else
 -#include <libpq/libpq-fs.h>
 +#include <postgresql/server/libpq/libpq-fs.h>
- #define PHP_PGSQL_API /* nothing special */
- #endif
+ # if defined(__GNUC__) && __GNUC__ >= 4
+ #  define PHP_PGSQL_API __attribute__ ((visibility("default")))
+ # else
This page took 0.032106 seconds and 4 git commands to generate.