moriyoshi               Mon Feb 21 04:43:56 2005 EDT

  Modified files:              
    /php-src/ext/mbstring/oniguruma     php_onig_compat.h 
  Log:
  - Fix bug #29989 (type re_registers redefined in oniguruma.h)
  
  
http://cvs.php.net/diff.php/php-src/ext/mbstring/oniguruma/php_onig_compat.h?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mbstring/oniguruma/php_onig_compat.h
diff -u php-src/ext/mbstring/oniguruma/php_onig_compat.h:1.1 
php-src/ext/mbstring/oniguruma/php_onig_compat.h:1.2
--- php-src/ext/mbstring/oniguruma/php_onig_compat.h:1.1        Mon Jul 19 
01:04:33 2004
+++ php-src/ext/mbstring/oniguruma/php_onig_compat.h    Mon Feb 21 04:43:55 2005
@@ -3,5 +3,6 @@
 
 #define re_pattern_buffer           php_mb_re_pattern_buffer
 #define regex_t                     php_mb_regex_t
+#define re_registers                php_mb_re_registers
 
 #endif /* _PHP_MBREGEX_COMPAT_H */

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

Reply via email to