I have a Xampp installation on Windows. When I run apache from the Xampp control panel the service intl
is available when I use the phpinfo()
function.
BUT. When I run the apache via the windows services screen (it's path: "C:\Xampp\apache\bin\httpd.exe" -k runservice)
Then the intl
extension is not loaded.
Please prevent me from losing even more hair and solve this issue with me.
Update:
Eror in error.log:
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: \\xampp\\php\\ext\\intl (Kan opgegeven module niet vinden), \\xampp\\php\\ext\\php_intl.dll (Kan opgegeven module niet vinden)) in Unknown on line 0
For some reason I had to copy a bunch of dll's from the php8 folder into the apache/bin directory. The ic*71.dll
files.