diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-02-01 03:02:47 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2004-02-01 03:02:47 +0000 |
commit | 5d9495dfe7c202896e48e269c445e0175a4638aa (patch) | |
tree | 0f4be058dd033cbb4bd49a40ef4a6cf901f2af1a /ext/pcre | |
parent | 343d4314b40f3bb713cd089c574cef9baada53dc (diff) | |
download | php-git-5d9495dfe7c202896e48e269c445e0175a4638aa.tar.gz |
- Binary compatibility stuff, for safety.
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/php_pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |