1) I am on a Windows AMD64 system
2) My current install version is WAMPSERVER 3.30/PHP 8.0.26/Apache 2.4.54.2
3) For Windows installation, PHP does not install the php_iconv.dll binary
4) I did a 32 bit C compile of the .SO files, which I found in the Apache bin folder called iconv
5) I copied the output file php_iconv.dll to the folder C:\wamp64\bin\php\php8.0.26\ext
6) I did a clean WAMPSERVER restart
7) The resulting php.ini error file indicates the following message:
PHP Warning: PHP Startup: Can't load module 'c:\wamp64\bin\php\php8.0.26\ext\php_iconv.dll' as it's linked with 2.30, but the core is linked with 14.29 in Unknown on line 0
What does this mean and how can I fix it? Any help would be appreciated.
2) My current install version is WAMPSERVER 3.30/PHP 8.0.26/Apache 2.4.54.2
3) For Windows installation, PHP does not install the php_iconv.dll binary
4) I did a 32 bit C compile of the .SO files, which I found in the Apache bin folder called iconv
5) I copied the output file php_iconv.dll to the folder C:\wamp64\bin\php\php8.0.26\ext
6) I did a clean WAMPSERVER restart
7) The resulting php.ini error file indicates the following message:
PHP Warning: PHP Startup: Can't load module 'c:\wamp64\bin\php\php8.0.26\ext\php_iconv.dll' as it's linked with 2.30, but the core is linked with 14.29 in Unknown on line 0
What does this mean and how can I fix it? Any help would be appreciated.