------------ 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