Home  >  Article  >  Backend Development  >  PHP 5.3.1发布

PHP 5.3.1发布

WBOY
WBOYOriginal
2016-06-23 14:32:551041browse

PHP 5.3.1发布了!此次并没有增加多少新特性,主要是功能的改进和bug的修复:

新增了一个max_file_uploads参数,用于显示每个请求上传文件的个数 新增了再处理过程中的完整性检测 修复了传递tempnam()函数时safe_mode中的问题 修复了传递posix_mkfifo()时open_basedir中的问题 修复了safe_mode_include_dir中的问题 将bundled sqlite 升级到3.6.19版本 将timezone database升级到2009.17 (2009q)
查看更新文档: http://www.php.net/ChangeLog-5.php#5.3.1

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

PHP 5.3.1 镜像下载地址:
http://cn.php.net/get/php-5.3.1.tar.gz/from/a/mirror
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php语言简介Next article:PHP 语法 变量