]> granicus.if.org Git - php/commitdiff
- Binary compatibility stuff, for safety.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 1 Feb 2004 03:02:47 +0000 (03:02 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Sun, 1 Feb 2004 03:02:47 +0000 (03:02 +0000)
ext/pcre/php_pcre.h

index 2f05a27f6f80af3869fb944a213f7a1c3f8fac74..94d300f18044f1eb2fecc83141d915ed5ecf132f 100644 (file)
@@ -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)