]> git.pld-linux.org Git - packages/php.git/commitdiff
- updated to php5.0.0b3
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 27 Dec 2003 20:31:05 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-libpq_fs_h_path.patch -> 1.3

php-libpq_fs_h_path.patch

index 37e96eb6b77cfadbce31e45b23f9c4d8cf8241d5..e149f007ff45a946c1de447ed2ba6a6d0cfb181f 100644 (file)
@@ -1,11 +1,12 @@
---- php-4.3.0/ext/pgsql/php_pgsql.h~    Mon Feb 25 15:16:28 2002
-+++ php-4.3.0/ext/pgsql/php_pgsql.h     Mon Feb 25 15:16:28 2002
+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 @@
- #define PHPAPI __declspec(dllimport)
+ #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
  
- #ifdef HAVE_PG_CONFIG_H
This page took 0.043995 seconds and 4 git commands to generate.