moriyoshi               Sat Jan 31 22:02:48 2004 EDT

  Modified files:              
    /php-src/ext/pcre   php_pcre.h 
  Log:
  - Binary compatibility stuff, for safety.
  
  
http://cvs.php.net/diff.php/php-src/ext/pcre/php_pcre.h?r1=1.38&r2=1.39&ty=u
Index: php-src/ext/pcre/php_pcre.h
diff -u php-src/ext/pcre/php_pcre.h:1.38 php-src/ext/pcre/php_pcre.h:1.39
--- php-src/ext/pcre/php_pcre.h:1.38    Sat Jan 31 17:36:33 2004
+++ php-src/ext/pcre/php_pcre.h Sat Jan 31 22:02:47 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_pcre.h,v 1.38 2004/01/31 22:36:33 moriyoshi Exp $ */
+/* $Id: php_pcre.h,v 1.39 2004/02/01 03:02:47 moriyoshi Exp $ */
 
 #ifndef PHP_PCRE_H
 #define PHP_PCRE_H
@@ -52,11 +52,11 @@
        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)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to