PHP 5.6.15 发布,此版本是个维护版本,主要是 bug 修复,现已提供下载,Windows 二进制包现已提供在 windows.php.net/download/。详细改进列表:Core:Fixed bug #70681 (Segfault when binding $this of internal instance method to null).Fixed bug #70685 (Segfault for getClosure() internal method rebind with inva
这里有新鲜出炉的PHP面向对象教程,程序狗速度看过来!
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.6.15 发布,此版本是个维护版本,主要是 bug 修复,现已提供下载,Windows 二进制包现已提供在 windows.php.net/download/。
详细改进列表:
Core:
Fixed bug #70681 (Segfault when binding $this of internal instance method to null).
Fixed bug #70685 (Segfault for getClosure() internal method rebind with invalid $this).
Date:
Fixed bug #70619 (DateTimeImmutable segfault).
Mcrypt:
Fixed bug #70625 (mcrypt_encrypt() won’t return data when no IV was specified under RC4).
Mysqlnd:
Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server).
Fixed bug #70572 segfault in mysqlnd_connect.
Opcache:
Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer).
Fixed bug #70631 (Another Segfault in gc_remove_from_buffer()).
Fixed bug #70601 (Segfault in gc_remove_from_buffer()).
Fixed compatibility with Windows 10 (see also #70652).