hirokawa Wed Jul 16 22:56:56 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/mbstring php_mbregex.h
Log:
revert my previous patch.
http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/php_mbregex.h?r1=1.12.2.1.2.1.2.5&r2=1.12.2.1.2.1.2.6&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.5
php-src/ext/mbstring/php_mbregex.h:1.12.2.1.2.1.2.6
--- php-src/ext/mbstring/php_mbregex.h:1.12.2.1.2.1.2.5 Wed Jul 16 12:21:46 2008
+++ php-src/ext/mbstring/php_mbregex.h Wed Jul 16 22:56:56 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mbregex.h,v 1.12.2.1.2.1.2.5 2008/07/16 12:21:46 hirokawa Exp $ */
+/* $Id: php_mbregex.h,v 1.12.2.1.2.1.2.6 2008/07/16 22:56:56 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/oniguruma.h"
+#include "oniguruma.h"
#undef UChar
/* {{{ PHP_MBREGEX_GLOBALS */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php