Hello Moriyoshi,

Sunday, December 7, 2003, 3:28:07 AM, you wrote:

> On 2003/12/07, at 10:58, Marcus Boerger wrote:

>> @@ -201,6 +201,7 @@
>>
>>  PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
>>  [  --enable-mbstring       Enable multibyte string support])
>> +mbstring_shared=$ext_shared
> <snip>
>> @@ -220,5 +221,6 @@
>>
>>    dnl libmbfl is required
>>    PHP_MBSTRING_SETUP_LIBMBFL
>> +  ext_shared=$mbstring_shared
>>    PHP_MBSTRING_EXTENSION
>>  fi

> Hmm, how does this change fix your problem?

$ext_shared gets overwritten if i do not 'cache' it in another variable.


Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

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

Reply via email to