]> git.pld-linux.org Git - packages/php.git/blame_incremental - php-libpq_fs_h_path.patch
use /usr/sbin/php-fpm as other branches
[packages/php.git] / php-libpq_fs_h_path.patch
... / ...
CommitLineData
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
4@@ -43,7 +43,7 @@
5 #define PHP_PGSQL_API __declspec(dllimport)
6 #endif
7 #else
8-#include <libpq/libpq-fs.h>
9+#include <postgresql/server/libpq/libpq-fs.h>
10 #define PHP_PGSQL_API /* nothing special */
11 #endif
12
This page took 0.09571 seconds and 4 git commands to generate.