From 5d9495dfe7c202896e48e269c445e0175a4638aa Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sun, 1 Feb 2004 03:02:47 +0000 Subject: [PATCH] - Binary compatibility stuff, for safety. --- ext/pcre/php_pcre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 2f05a27f6f..94d300f180 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -52,11 +52,11 @@ typedef struct { pcre *re; pcre_extra *extra; int preg_options; - int compile_options; #if HAVE_SETLOCALE char *locale; unsigned const char *tables; #endif + int compile_options; } pcre_cache_entry; ZEND_BEGIN_MODULE_GLOBALS(pcre) -- 2.40.0