]> git.pld-linux.org Git - packages/php4.git/blame - php-libpq_fs_h_path.patch
- rel 8; see cvs log php-openssl-huge-hack.patch for details
[packages/php4.git] / php-libpq_fs_h_path.patch
CommitLineData
d8239eb2
AM
1diff -burN php-5.0.0b3/ext/pgsql/php_pgsql.h php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h
2--- php-5.0.0b3/ext/pgsql/php_pgsql.h 2003-12-05 02:03:35.000000000 +0100
3+++ php-5.0.0b3-libpq_fs_h_path/ext/pgsql/php_pgsql.h 2003-12-26 22:30:20.000000000 +0100
cf2eaf54 4@@ -43,7 +43,7 @@
d8239eb2 5 #define PHP_PGSQL_API __declspec(dllimport)
cf2eaf54 6 #endif
000b8a88 7 #else
8-#include <libpq/libpq-fs.h>
9+#include <postgresql/server/libpq/libpq-fs.h>
d8239eb2 10 #define PHP_PGSQL_API /* nothing special */
000b8a88 11 #endif
cf2eaf54 12
This page took 0.029172 seconds and 4 git commands to generate.