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

PHP 5.6.34, 7.0.28, 7.2.3 和 7.1.15 正式发布,多项内容修复

PHP 5.6.34, 7.0.28, 7.2.3 和 7.1.15 正式发布,多项内容修复

PHP 5.6.34, 7.0.28, 7.1.15, 7.2.3正式发布了。PHP(PHP:Hypertext Preprocessor)是一种在电脑上执行的脚本语言,主要是用途在于处理动态网页,也包含了命令列执行接口(command line interface),或者产生图形使用者接口(GUI)程式。

版本主要还是修复 bug,改进日志如下:

PHP 7.2.3

– Core:
. Fixed bug #75864 (“stream_isatty” returns wrong value on s390x). (Sam Ding)

– Apache2Handler:
. Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
configuration). (Anatol)

– Date:
. Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
. Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
accept `null`). (Pedro Lacerda)
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
(jhdxr)

– LDAP:
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)

– libxml2:
. Fixed bug #75871 (use pkg-config where available). (pmmaga)

– PGSQL:
. Fixed bug #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)

– Phar:
. Fixed bug #54289 (Phar::extractTo() does not accept specific directories to
be extracted). (bishop)
. Fixed bug #65414 (deal with leading slash while adding files correctly).
(bishopb)
. Fixed bug #65414 (deal with leading slash when adding files correctly).
(bishopb)

– ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)

– Opcache:
. Fixed bug #75729 (opcache segfault when installing Bitrix). (Nikita)
. Fixed bug #75893 (file_get_contents $http_response_header variable bugged
with opcache). (Nikita)
. Fixed bug #75938 (Modulus value not stored in variable). (Nikita)

– SPL:
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)

– Standard:
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
Philip Sharp)
. Fixed bug #75981 (Prevent reading beyond buffer start in http wrapper).
(Stas)

PHP 7.1.15

– Apache2Handler:
. Fixed bug #75882 (a simple way for segfaults in threadsafe php just with
configuration). (Anatol)

– Date:
. Fixed bug #75857 (Timezone gets truncated when formatted). (carusogabriel)
. Fixed bug #75928 (Argument 2 for `DateTimeZone::listIdentifiers()` should
accept `null`). (Pedro Lacerda)
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
(jhdxr)

– PGSQL:
. Fixed #75838 (Memory leak in pg_escape_bytea()). (ard_1 at mail dot ru)

– ODBC:
. Fixed bug #73725 (Unable to retrieve value of varchar(max) type). (Anatol)

– LDAP:
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)

– libxml2:
. Fixed bug #75871 (use pkg-config where available). (pmmaga)

– Phar:
. Fixed bug #65414 (deal with leading slash when adding files correctly).
(bishopb)

– SPL:
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)

– Standard:
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
Philip Sharp)
. Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

PHP 7.0.28

– Standard:
. Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

PHP 5.6.34
– Standard:
. Fixed bug #75981 (stack-buffer-overflow while parsing HTTP response). (Stas)

下载连接:

http://php.net/distributions/php-5.6.34.tar.gz
http://php.net/distributions/php-7.0.28.tar.gz
http://php.net/distributions/php-7.1.15.tar.gz
http://php.net/distributions/php-7.2.3.tar.gz

转自 http://www.oschina.net/news/93770/php-multi-versions-released