Rui Hirokawa wrote:
> 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.

>  #include "php_onig_compat.h" /* must come prior to the oniguruma
header */
> -#include "oniguruma.h"
> +#include "oniguruma/oniguruma.h"

Sorry for not caring about the Windows build, but that change
of the header path is intentional, to support external
oniguruma installation.

Moriyoshi

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

Reply via email to