From: Moriyoshi Koizumi Date: Sun, 1 Feb 2004 03:02:47 +0000 (+0000) Subject: - Binary compatibility stuff, for safety. X-Git-Tag: php-5.0.0b4RC1~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d9495dfe7c202896e48e269c445e0175a4638aa;p=php - Binary compatibility stuff, for safety. --- 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)