Przejdź do głównej zawartości

PHP minor version and Xdebug update for August 2018 in App Service

Data opublikowania: 18 lipca, 2018

In August 2018, Azure App Service will update the PHP stacks to the latest available versions. For information on the changes in the new versions, see the following change logs on the PHP website:

PHP versionChange log
7.1.19https://www.php.net/ChangeLog-7.php#7.1.19
7.2.7https://www.php.net/ChangeLog-7.php#7.2.7

Additionally, the Xdebug binaries will be updated.  This includes adding Xdebug support for PHP 7.1 and 7.2.

PHP versionXdebug path
5.6D:\devtools\xdebug\2.5.5\php_5.6\php_xdebug-2.5.5-5.6-vc11-nts.dll
7.0 x86D:\devtools\xdebug\2.6.0\php_7.0\php_xdebug-2.6.0-7.0-vc14-nts.dll
7.0 x64D:\devtools\xdebug\2.6.0\php_7.0\php_xdebug-2.6.0-7.0-vc14-nts-x86_64.dll
7.1 x86 (new)D:\devtools\xdebug\2.6.0\php_7.1\php_xdebug-2.6.0-7.1-vc14-nts.dll
7.1 x64 (new)D:\devtools\xdebug\2.6.0\php_7.1\php_xdebug-2.6.0-7.1-vc14-nts-x86_64.dll
7.2 x86 (new)D:\devtools\xdebug\2.6.0\php_7.2\php_xdebug-2.6.0-7.2-vc15-nts.dll
7.2 x64 (new)D:\devtools\xdebug\2.6.0\php_7.2\php_xdebug-2.6.0-7.2-vc15-nts-x86_64.dll

Note that the paths for xdebug.dll will change to the paths in the preceding table. The following old Xdebug paths will be removed:

D:\devtools\xdebug\2.4.0\php_5.4\php_xdebug-2.4.0-5.4-vc9-nts.dll
D:\devtools\xdebug\2.4.0\php_5.5\php_xdebug-2.4.0-5.5-vc11-nts.dll
D:\devtools\xdebug\2.4.0\php_5.6\php_xdebug-2.4.0-5.6-vc11-nts.dll
D:\devtools\xdebug\2.4.0\php_7.0\php_xdebug-2.4.0-7.0-vc14-nts-x86_64.dll
D:\devtools\xdebug\2.4.0\php_7.0\php_xdebug-2.4.0-7.0-vc14-nts.dll

See the Xdebug blog post for more information on how to use Xdebug for PHP.

  • App Service
  • Features
  • SDK and Tools

Powiązane produkty