Page 1 of 1

PHP Warning

PostPosted: 11. June 2020 09:53
by qetuyoyi
Hello. I have two notebooks one with Windows 10 Home and the other with Windows 10 Pro.
I have both running Apache (Apache Lounge 2.4.43) + PHP (PHP 7.4.4) - BOTH 64 bit.

PHP is running perfectly only on the Home version, with all the desired extensions, the same does not happen with the Pro version system.

In the Pro version, they only carry a few extensions.
In this Pro version, it only loads some extensions, while others like curl, intl and sodium never load, and the same message is always displayed in the Apache log:

PHP Warning: PHP Startup: Unable to load dynamic library 'curl' (tried: D:\\php7-64\\php\\ext\\curl (The specified module could not be found.), D:\\php7-64\\php\\ext\\php_curl.dll (The specified module could not be found.)) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: D:\\php7-64\\php\\ext\\intl (The specified module could not be found.), D:\\php7-64\\php\\ext\\php_intl.dll (The specified module could not be found.)) in Unknown on line 0

PHP Warning: PHP Startup: Unable to load dynamic library 'sodium' (tried: D:\\php7-64\\php\\ext\\sodium (The specified module could not be found.), D:\\php7-64\\php\\ext\\php_sodium.dll (The specified module could not be found.)) in Unknown on line 0

For other extensions everything is normal.
In the notebook with Windows 10 Home, as I said, everything is normal.
This is only happening in the note with Windows 10 Pro, since the settings are identical.

I don't know how to resolve this; that's why I'm using you.

Does it have something to do with Windows 10 Pro?
There is nothing about it on the web.

Re: PHP Warning

PostPosted: 11. June 2020 16:42
by Altrea
Where exactly is the relation to the XAMPP Bundle in your topic?