Reputation: 5
i am getting warning php startup:unable to load dynamic library 'C:/wamp/bin/php/php5.5.12/ext/php_intl.dll'-%1 is not a valid Win32 application how to sole this.
Upvotes: 0
Views: 3548
Reputation: 164
That is due to invalid dll file.
first you need to find
this can be find by open phpinfo or echoing phpinfo()
in any php file.
then search for Compiler
,Architecture
and Thread Safety
then go to http://windows.php.net/download/ and download right Releases. replace needed file then restart web server
Upvotes: 3