Fatal error: function call undefined xcache_isset ()

How to install the XCache extension on Windows + WAMP + PHP 5.3?

I copied the dll extension in the extensions directory and added a line to php.ini, then activated it through the WAMP interface.

The extension seems active, but I still get this error: |

+4
source share
1 answer

To successfully download the PHP extension, its version of the PHP API must match your version of the PHP API.

Use phpinfo to determine the exact version, that is, the PHP API 20090626, and download the correct DLL extension for the xdebug extension, that is, open Google.com and search for "xdebug dll 20090626" (without quotes).

+1
source

Source: https://habr.com/ru/post/1385243/


All Articles