皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

PHP 7.2.7 和 7.3.0 alpha 2 发布,包含大量修复

PHP 7.2.7 和 7.3.0 alpha 2 发布,包含大量修复

PHP 7.2.7 已发布,这是一个 bug 修复版本,内容包括:

  • Core:
    • Fixed bug #76337 (segfault when opcache enabled + extension use zend_register_class_alias).
  • CLI Server:
    • Fixed bug #76333 (PHP built-in server does not find files if root path contains special characters).
  • OpenSSL:
    • Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
    • Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
  • SPL:
    • Fixed bug #76367 (NoRewindIterator segfault 11).
  • Standard:
    • Fixed bug #76410 (SIGV in zend_mm_alloc_small).
    • Fixed bug #76335 (“link(): Bad file descriptor” with non-ASCII path).

下载地址:http://www.php.net/downloads.php

同时发布的还有 PHP 7.3.0alpha2,更新细节可查阅:

转自 https://www.oschina.net/news/97296/phpunit-7-2-7-released