PHP 5.4.5 公布

Jun 13, 2016 pm 01:21 PM
bug fixed memory php with

PHP 5.4.5 发布
PHP 5.4.5和5.3.15发布。2012-07-19 上个版本是2012-06-15的5.4.4/5.3.14修正了30多个Bug以及几个安全漏洞。经过1个RC.

  This release fixes over 30 bugs and includes a fix for a security related overflow issue in the stream implementation.

 

  下载:http://www.php.net/get/php-5.4.5.tar.bz2/from/cn.php.net/mirror


  完全改进:

  Version 5.4.5

  19-July-2012

  Core

  Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt)

  Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent)

  Fixed bug #62373 (serialize() generates wrong reference to the object).

  Fixed bug #62357 (compile failure: (S) Arguments missing for built-in function __memcmp)

  Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution)

  Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

  Fixed potential overflow in _php_stream_scandir (CVE-2012-2688)

  EXIF

  Fixed information leak in ext exi

  FPM

  Fixed bug #62205 (php-fpm segfaults (null passed to strstr)

  Fixed bug #62160 (Add process.priority to set nice(2) priorities)

  Fixed bug #62153 (when using unix sockets, multiples FPM instances)

  Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)

  Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm)

  Fixed bug #61835 (php-fpm is not allowed to run as root)

  Fixed bug #61295 (php-fpm should not fail with commented 'user'

  Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests)

  Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat) for non-root start)

  Fixed bug #61026 (FPM pools can listen on the same address). (fat) can be launched without errors)

  Iconv

  Fixed bug #55042 (Erealloc in iconv.c unsafe)

  Intl

  Fixed bug #62083 (grapheme_extract() memory leaks)

  Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice)

  Fixed bug #62070 (Collator::getSortKey() returns garbage)

  Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern)

  Fixed bug #60785 (memory leak in IntlDateFormatter constructor)

  ResourceBundle constructor now accepts NULL for the first two arguments

  JSON

  Fixed bug #61359 (json_encode() calls too many reallocs)

  libxml

  Fixed bug #62266 (Custom extension segfaults during xmlParseFile with FPM SAPI)

  Phar

  Fixed bug #62227 (Invalid phar stream path causes crash)

  Readline

  Fixed bug #62186 (readline fails to compile - void function should not return a value)

  Reflection

  Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault)

  Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)

  Sockets

  Fixed bug #62025 (__ss_family was changed on AIX 5.3)

  SPL

  Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to dot files)

  Fixed bug #62262 (RecursiveArrayIterator does not implement Countable)

  XML Writer

  Fixed bug #62064 (memory leak in the XML Writer module)

  Zip

  Upgraded libzip to 0.10.

  Version 5.3.15

  19-July-2012

  Zend Engine

  Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

  COM

  Fixed bug #62146 com_dotnet cannot be built shared

  Core

  Fixed potential overflow in _php_stream_scandir, CVE-2012-2688

  Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent)

Statement of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

CakePHP Project Configuration CakePHP Project Configuration Sep 10, 2024 pm 05:25 PM

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian PHP 8.4 Installation and Upgrade guide for Ubuntu and Debian Dec 24, 2024 pm 04:42 PM

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

CakePHP Date and Time CakePHP Date and Time Sep 10, 2024 pm 05:27 PM

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

CakePHP File upload CakePHP File upload Sep 10, 2024 pm 05:27 PM

To work on file upload we are going to use the form helper. Here, is an example for file upload.

CakePHP Routing CakePHP Routing Sep 10, 2024 pm 05:25 PM

In this chapter, we are going to learn the following topics related to routing ?

Discuss CakePHP Discuss CakePHP Sep 10, 2024 pm 05:28 PM

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

How To Set Up Visual Studio Code (VS Code) for PHP Development How To Set Up Visual Studio Code (VS Code) for PHP Development Dec 20, 2024 am 11:31 AM

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

CakePHP Creating Validators CakePHP Creating Validators Sep 10, 2024 pm 05:26 PM

Validator can be created by adding the following two lines in the controller.

See all articles