hirokawa                Wed Jul 16 12:21:46 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/mbstring       php_mbregex.h 
  Log:
  fixed compile error on Win32 environment.
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.h?r1=1.12.2.1.2.1.2.4&r2=1.12.2.1.2.1.2.5&diff_format=u
Index: php-src/ext/mbstring/php_mbregex.h
diff -u php-src/ext/mbstring/php_mbregex.h:1.12.2.1.2.1.2.4 
php-src/ext/mbstring/php_mbregex.h:1.12.2.1.2.1.2.5
--- php-src/ext/mbstring/php_mbregex.h:1.12.2.1.2.1.2.4 Wed Jul 16 02:30:48 2008
+++ php-src/ext/mbstring/php_mbregex.h  Wed Jul 16 12:21:46 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_mbregex.h,v 1.12.2.1.2.1.2.4 2008/07/16 02:30:48 moriyoshi Exp $ */
+/* $Id: php_mbregex.h,v 1.12.2.1.2.1.2.5 2008/07/16 12:21:46 hirokawa Exp $ */
  
 #ifndef _PHP_MBREGEX_H
 #define _PHP_MBREGEX_H
@@ -26,7 +26,7 @@
 #include "php.h"
 #include "zend.h"
 #include "php_onig_compat.h" /* must come prior to the oniguruma header */
-#include "oniguruma.h"
+#include "oniguruma/oniguruma.h"
 #undef UChar
 
 /* {{{ PHP_MBREGEX_GLOBALS */



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

Reply via email to