From ecad1fbc5adcd7415b6356c65efa61f8be9f5a6d Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Sun, 9 Jun 2002 14:32:40 +0000 Subject: [PATCH] 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 --- main/config.w32.h.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1