发布于 2015-10-02 22:29:26 | 128 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的PHP设计模式,程序狗速度看过来!
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.5.30 和 PHP 5.6.14 发布,这两个版本是个安全更新版本,主要修复了两个安全问题,强烈建议所有 5.5 和 5.6 系列用户更新到最新版本。此版本现已提供下载,Windows 二进制下载:windows.php.net/download/。
PHP 5.5.30 更新内容:
Phar:
- Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()).
- Fixed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").
PHP 5.6.14 更新内容:
- Core:
- Fixed bug #70370 (Bundled libtool.m4 doesn't handle FreeBSD 10 when building extensions).
- CLI server:
- Fixed bug #68291 (404 on urls with '+').
- DOM:
- Fixed bug #70001 (Assigning to DOMNode::textContent does additional entity encoding).
- ldap:
- Fixed bug #70465 (Bug in ldap_search() modifies LDAP_OPT_TIMELIMIT/DEREF's values). (Tyson Andre).
- Fixed bug #69574 (ldap timeouts not enforced). (Côme Bernigaud).
- Mysqlnd:
- Fixed bug #70456 (mysqlnd doesn't activate TCP keep-alive when connecting to a server).
- OpenSSL:
- Fixed bug #55259 (openssl extension does not get the DH parameters from DH key resource).
- Fixed bug #70395 (Missing ARG_INFO for openssl_seal()).
- Fixed bug #60632 (openssl_seal fails with AES).
- Fixed bug #68312 (Lookup for openssl.cnf causes a message box).
- PDO:
- Fixed bug #70389 (PDO constructor changes unrelated variables).
- Phar:
- Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()).
- Fixed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/").
- Phpdbg:
- Fix phpdbg_break_next() sometimes not breaking.
- Standard:
- Fixed bug #67131 (setcookie() conditional for empty values not met).
- Streams:
- Fixed bug #70361 (HTTP stream wrapper doesn't close keep-alive connections).
- Zip:
- Fixed bug #70322 (ZipArchive::close() doesn't indicate errors).
历史版本 :
PHP 7.2.1 正式发布,多项内容修复
PHP 7.1.13,7.0.27,5.6.33 正式发布,多项内容修复
PHP 7.2.0 正式发布,多项内容修复
PHP 7.1.12 正式发布,多项内容修复
PHP 7.0.26 正式发布,多项内容修复
PHP Curl 类库 YurunHttp v1.3.15,新增功能
PHP 7.2.0 RC6 发布,bug 修复版本
PHP 7.2.0 RC5 发布,bug 修复版本
PHP 7.0.25 和 7.1.11 正式发布,多项内容修复
PHP 7.2.0 RC4 发布,bug 修复版本
PHP 7.2.0 RC3 发布,bug 修复版本
PHP 7.0.24 和 7.1.10 正式发布,多项内容修复