]> git.pld-linux.org Git - packages/php.git/blob - php-libpq_fs_h_path.patch
move php.1 manual to -program (link to actual php-cli)
[packages/php.git] / php-libpq_fs_h_path.patch
1 diff -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.076869 seconds and 3 git commands to generate.