Current Page: 1 of 1
Results 1 - 2 of 2
6 years ago
Veronica
Thanks for your reply. My performance issue comparing php 7.1.9 and php 7.1.11 had an explanation as php_xdebug was disabled by default in php 7.1.9 due to a bad linkage to a non-existent file. The zend_ext directory contained the 7.1 dll but the link pointed to a version 7.0 dll zend_extension ="C:/wamp2/bin/php/php7.1.9/zend_ext/php_xdebug-2.5.5-7.0-vc14-x86_64.dll" php ve
Forum: WampServer English
6 years ago
Veronica
After installing php 7.1.11 I got a performance degradation with a factor of two compared to php 7.1.9. Solution disable xdebug in php.ini add a ; infront of the the xdebug path (zend_extension = ....). I am using the x64 version of wamp server with a laptop and Wndows 8.1.
Forum: WampServer English
Current Page: 1 of 1