发布于 2014-10-03 23:55:59 | 171 次阅读 | 评论: 0 | 来源: 网友投递
PHP开源脚本语言
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.6.1 发布,此版本修复了一些 bug,建议所有 PHP 5.6 的用户都升级到这个版本!
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
PHP 5.6.1 源代码现已提供下载,Windows 二进制包现已提供在 windows.php.net/download/。
更多改进内容请看改进记录:
Core:
Implemented FR #38409 (parse_ini_file() loses the type of booleans).
Fixed bug #65463 (SIGSEGV during zend_shutdown()).
Fixed bug #66036 (Crash on SIGTERM in apache process).
Fixed bug #67878 (program_prefix not honoured in man pages).
Fixed bug #67938 (Segfault when extending interface method with variadic).
Fixed bug #67985 (Incorrect last used array index copied to new array after unset).
Fixed bug #68088 (New Posthandler Potential Illegal efree() vulnerability).
DOM:
Made DOMNode::textContent writeable.
Fileinfo:
Fixed bug #67731 (finfo::file() returns invalid mime type for binary files).
GD:
Made fontFetch's path parser thread-safe.
GMP:
MySQLi:
Fixed bug #67839 (mysqli does not handle 4-byte floats correctly).
OpenSSL:
Fixed bug #67850 (extension won't build if openssl compiled without SSLv3).
phpdbg:
Fixed issue krakjoe/phpdbg#111 (compile error without ZEND_SIGNALS).
SOAP:
Fixed bug #67955 (SoapClient prepends 0-byte to cookie names).
Session:
Fixed bug #67972 (SessionHandler Invalid memory read create_sid()).
Sysvsem:
Implemented FR #67990 (Add optional nowait argument to sem_acquire).