You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://www.wampserver.com/">Download</a> and install WampServer (accept default options if in doubt).<br>
264
264
Restart WampServer to make these changes effective.<br>
265
265
Open http://localhost/ in your browser. If the WampServer welcome screen with server configuration info appears, it means WampServer is working.<br>
266
-
Click on the WampServer icon in your status bar and go to PHP -> Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
266
+
Click on the WampServer icon in your status bar and go to PHP -> Extensions. Make sure all the following extensions are enabled: php_curl, php_gd, php_intl, php_ldap, php_mbstring, php_mysqli, php_soap, php_xml, php_zip<br>
267
267
Edit C:\wamp64\bin\php\php8.3\php.ini, locate ";extension=sodium" and remove the ";" from the beginning of the line.<br>
268
268
Also, update the "memory_limit" setting from "128M" to "2048M" and a few other settings as shown below.<br>
0 commit comments