moriyoshi               Mon Feb 21 04:45:19 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src    NEWS 
    /php-src/ext/mbstring/oniguruma     php_onig_compat.h 
  Log:
  - MFH: fix bug #29989 (type re_registers redefined in oniguruma.h)
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.252&r2=1.1760.2.253&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.252 php-src/NEWS:1.1760.2.253
--- php-src/NEWS:1.1760.2.252   Sun Feb 20 18:14:24 2005
+++ php-src/NEWS        Mon Feb 21 04:45:18 2005
@@ -109,6 +109,7 @@
   in segfault). (pdan-php at esync dot org, Tony)
 - Fixed bug #30120 (imagettftext() and imagettfbbox() accept too many
   parameters). (Jani)
+- Fixed bug #29989 (type re_registers redefined in oniguruma.h). (Moriyoshi)
 - Fixed bug #29767 (Weird behaviour of __set($name, $value)). (Dmitry)
 - Fixed bug #29733 (printf() handles repeated placeholders wrong).
   (bugs dot php dot net at bluetwanger dot de, Ilia)
http://cvs.php.net/diff.php/php-src/ext/mbstring/oniguruma/php_onig_compat.h?r1=1.1.2.1&r2=1.1.2.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.2.1 
php-src/ext/mbstring/oniguruma/php_onig_compat.h:1.1.2.2
--- php-src/ext/mbstring/oniguruma/php_onig_compat.h:1.1.2.1    Mon Jul 19 
01:06:01 2004
+++ php-src/ext/mbstring/oniguruma/php_onig_compat.h    Mon Feb 21 04:45:19 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