php 7.1.11 performance
Posted by: Veronica (---.tbcn.telia.com)
Date: November 13, 2017 02:04PM

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.



Edited 1 time(s). Last edit at 11/13/2017 03:43PM by Veronica.

Options: ReplyQuote
Re: php 7.1.11 performance
Posted by: Otomatic (Moderator)
Date: November 13, 2017 05:15PM

Hi,

> Solution disable xdebug in php.ini add a ; infront of the the xdebug path (zend_extension = ....).
No need to edit the php.ini file!

Left-Click Wampmanager tray icon -> PHP -> PHP extensions -> Zend extensions -> php_xdebug 2.5.5

to uncheck it.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: php 7.1.11 performance
Posted by: Veronica (---.tbcn.telia.com)
Date: November 15, 2017 01:31PM

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 versions after 7.1.9 all have correct linking so that's why you have to unclick php-xdebug to improve performance by a factor of 2.



Edited 1 time(s). Last edit at 11/15/2017 01:33PM by Veronica.

Options: ReplyQuote
Re: php 7.1.11 performance
Posted by: Otomatic (Moderator)
Date: November 15, 2017 01:47PM

Hi,

WAMPserver 3 - All you need to know PHP 7.1.9 - Fault correction
or
[forum.wampserver.com]

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.