From: Harald Radi Date: Sun, 9 Jun 2002 14:32:40 +0000 (+0000) Subject: pg_escape_* functions were not available on win32 due to a missing define X-Git-Tag: php5_5_0~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecad1fbc5adcd7415b6356c65efa61f8be9f5a6d;p=php pg_escape_* functions were not available on win32 due to a missing define #if this breaks the build because the win32 pg libs don't export the functions #we should consider implementing them somehow else #some linuxtag work --- diff --git a/main/config.w32.h.in b/main/config.w32.h.in index a5acb96f91..75ee3dd100 100644 --- a/main/config.w32.h.in +++ b/main/config.w32.h.in @@ -164,3 +164,4 @@ #define SIZEOF_INT 4 #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" +#define HAVE_PQESCAPE