]> git.pld-linux.org Git - packages/php.git/blobdiff - php-libpq_fs_h_path.patch
rel 3
[packages/php.git] / php-libpq_fs_h_path.patch
index 0cba86f98258167530e07e08ea1b415efeababf6..df29656608c36b1815c4cc8691453ffce67ea85d 100644 (file)
@@ -1,11 +1,12 @@
---- php-4.1.1/ext/pgsql/php_pgsql.h~    Mon Feb 25 15:16:28 2002
-+++ php-4.1.1/ext/pgsql/php_pgsql.h     Mon Feb 25 15:16:28 2002
-@@ -35,7 +35,7 @@
- #define INV_WRITE            0x00020000
- #define INV_READ             0x00040000
+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>
- #endif
-
- #ifdef PHP_WIN32
+ # if defined(__GNUC__) && __GNUC__ >= 4
+ #  define PHP_PGSQL_API __attribute__ ((visibility("default")))
+ # else
This page took 0.027944 seconds and 4 git commands to generate.