On Wed, Jul 16, 2008 at 5:50 PM, Moriyoshi Koizumi
<[EMAIL PROTECTED]> wrote:
> 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.

You can always ask us to test/fix :)

Or you can use for the cases where only unix is affected:

#ifndef PHP_WIN32
do your unix only stuff
#endif

Cheers,
-- 
Pierre

http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to