Search
Search results for «Extension» (3):
-
Troubleshooting
this means you've got a Fatal error, this can be caused by a missing PHP extension (intl, gd) or another issue.For XAMPP Windows you first need to enable the GD and Intl extension in php.ini, both of which are required by WackoWiki. ...
mode_rewrite, nginx, xampp -
Local Test Server
Enable GD and Intl extension on WindowsOn XAMPP for Windows the GD and Intl extension are disabled by default, however WackoWiki requires both extensions. 1. Open php.ini file (e.g. C:\xampp\php\php.ini). 1. Search for ;extension=gd and ;extension=intl. 1. Remove ; from both then restart the Apache server.
database, how to, mariadb, mysql, nginx, sql mode, xampp -
XAMPP + xDebug + PhpStorm
In fact there is no any xdebug.so extension where it should be (as well as no most of other extensions). installation of xDebug. Tailored Installation means you can compile an extension for a pre-installed PHP. So it's compiler time.Extensions directory: /opt/lampp/lib/php/extensions/no-debug-non-zts-201909025. Install the pre-requisites for compiling PHP extensions.
phpstorm, tools, xampp