2009/10/16 Magnus Anderson <mag...@sonic2000.org>:
>
>
>
> Carsten Wiedmann wrote:
>>
>> Elizabeth M Smith schrieb:
>>> Mbstring has an additional extension requirement - you MUST MUST enable
>>> php_exif.dll before you enable mbstring
>>
>> It's vice versa.  exif have a dependence to mbstring. So if you want load
>> exif, you must first load mbstring.
>>
>> But you can still use mbstring without exif.
>>
>> Regards,
>> Carsten
>>
>>
>> --
>> PHP Windows Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>
> That is what I read to, but it still does not seem to be anything that helps
> me in my case here. No order of them makes php_mbstring.dll to load and
> work.
> --
> View this message in context: 
> http://www.nabble.com/PHP-5.2.11%2C-Windows-Vista-and-php_mbstring.dll-tp25924777p25926558.html
> Sent from the Php - Windows mailing list archive at Nabble.com.
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Are you editing C:\Program Files\PHP\php.ini

Try ...

php -c "C:\Program Files\PHP\php.ini" -m

"It seems like it does not even read the php.ini file that I have set
it to use."

Where did you set the ini file path ?


You've got several places.

I prefer the registry...

[HKEY_LOCAL_MACHINE\SOFTWARE\PHP\5]
"IniFilePath"="D:\\PHP\\INI"


-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

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

Reply via email to