The solution to the inability to locate php5ts.dll: first find and replace "php_apc.dll"; then set its version to be consistent with the php version.
Recommended: "PHP Video Tutorial"
Unable to locate the program input point_regexec@20 in the dynamic link library On php5ts.dll
php5 apache apc extension
I added the apc extension in php.ini, and then when I restarted apache it showed "Unable to locate the program input point_regexec@20 in the dynamic link" "Library php5ts.dll" There is a file php5ts.dll under php. How to solve it?
Solution:
Replace php_apc.dll, the version needs to be consistent with your php version
The above is the detailed content of How to solve the problem that php5ts.dll cannot be located. For more information, please follow other related articles on the PHP Chinese website!