Re: extension intl not installed although showing it checked on the extensions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




------------ Original Message ------------
> Date: Wednesday, April 08, 2015 16:09:59 -0700
> From: Negin Nickparsa <nickparsa@xxxxxxxxx>
>
> I solved my problem but I am wondering why? its like when we solve
> our problems but we don't know how on earth it has been solved I
> have wamp server on windows
> I was not seeing intl installed in phpinfo page, but in php.ini it
> exists and it is not commented
> 
> extension=php_intl.dll
> 
> so I tried to look through dll files , I saw that there are many
> icu*.dll files in bin php folder which do not exists in apache bin
> folder so I just copy pasted them
> and bingo I am seeing intl in phpinfo page
> 
> now why it has happenned?

Just because a file is referenced in the php.ini doesn't mean that
it really exists. The php.ini file is basically a template of
options, the underlying pieces have to be in place for them to work.

   - Richard



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





[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux