PHP 5.4 Combined Changelog

Explore PHP 5.4

This version is no longer officially supported.

Official support refers to that provided direct by the PHP Project.

If you install PHP via third-party packages, support timelines may be different. Please read the Release Support Policy for more information.

  • PHP 5.4.45

    03 Sep, 2015
    View Release Page
    • core

      • Fixed bug #70172 (Use After Free Vulnerability in unserialize()).
        Stas
      • Fixed bug #70219 (Use after free vulnerability in session deserializer).
        taoguangchen at icloud dot com
    • exif

      • Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte value of 32 bytes).
        Stas
    • hash

      • Fixed bug #70312 (HAVAL gives wrong hashes in specific cases).
        letsgolee at naver dot com
    • pcre

      • Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
        Anatol Belski
    • soap

      • Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
        Stas
    • spl

      • Fixed bug #70365 (Use-after-free vulnerability in unserialize() with SplObjectStorage).
        taoguangchen at icloud dot com
      • Fixed bug #70366 (Use-after-free vulnerability in unserialize() with SplDoublyLinkedList).
        taoguangchen at icloud dot com
    • xslt

      • Fixed bug #69782 (NULL pointer dereference).
        Stas
    • zip

      • Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when creating directories).
        neal at fb dot com
  • PHP 5.4.44

    06 Aug, 2015
    View Release Page
    • core

      • Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive method calls).
        Stas
      • Fixed bug #69892 (Different arrays compare indentical due to integer key truncation).
        Nikita
      • Fixed bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref).
        Stas
    • openssl

      • Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically secure).
        Stas
    • phar

      • Improved fix for bug #69441.
        Anatol Belski
      • Fixed bug #70019 (Files extracted from archive may be placed outside of destination directory).
        Anatol Belski
    • soap

      • Fixed bug #70081 (SoapClient info leak / null pointer dereference via multiple type confusions).
        Stas
    • spl

      • Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject items).
        sean.heelan
      • Fixed bug #70166 (Use After Free Vulnerability in unserialize() with SPLArrayObject).
        taoguangchen at icloud dot com
      • Fixed bug #70168 (Use After Free Vulnerability in unserialize() with SplObjectStorage).
        taoguangchen at icloud dot com
      • Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList).
        taoguangchen at icloud dot com
  • PHP 5.4.43

    09 Jul, 2015
    View Release Page
    • core

      • Fixed bug #69768 (escapeshell*() doesn't cater to !).
        cmb
      • Fixed bug #69874 (Can't set empty additional_headers for mail()), regression from fix to bug #68776.
        Yasuo
    • mysqlnd

      • Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM). (CVE-2015-3152)
        Andrey
    • phar

      • Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (CVE-2015-5589)
        Stas
      • Fixed bug #69923 (Buffer overflow and stack smashing error in phar_fix_filepath). (CVE-2015-5590)
        Stas
  • PHP 5.4.42

    11 Jun, 2015
    View Release Page
    • core

      • Imroved fix for bug #69545 (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4643)
        Max Spelsberg
      • Fixed bug #69646 (OS command injection vulnerability in escapeshellarg). (CVE-2015-4642)
        Anatol Belski
      • Fixed bug #69719 (Incorrect handling of paths with NULs).
        Stas
    • litespeed sapi

      • Fixed bug #68812 (Unchecked return value).
        George Wang
    • mail

      • Fixed bug #68776 (mail() does not have mail header injection prevention for additional headers).
        Yasuo
    • postgres

      • Fixed bug #69667 (segfault in php_pgsql_meta_data). (CVE-2015-4644)
        Remi
    • sqlite3

      • Upgrade bundled sqlite to 3.8.10.2.
        CVE-2015-3414
        CVE-2015-3415
        CVE-2015-3416) (Kaplan
  • PHP 5.4.41

    14 May, 2015
    View Release Page
    • core

      • Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (CVE-2015-4024)
        Stas
      • Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
        Stas
      • Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (CVE-2015-4025)
        Stas
      • Fixed bug #69522 (heap buffer overflow in unpack()).
        Stas
    • ftp

      • Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap overflow). (CVE-2015-4022)
        Stas
    • pcntl

      • Fixed bug #68598 (pcntl_exec() should not allow null char). (CVE-2015-4026)
        Stas
    • pcre

      • Upgraded pcrelib to 8.37.
        CVE-2015-2325
        CVE-2015-2326
    • phar

      • Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename starts with null). (CVE-2015-4021)
        Stas
  • PHP 5.4.40

    16 Apr, 2015
    View Release Page
    • apache2handler

      • Fixed bug #69218 (potential remote code execution with apache 2.4 apache2handler). (CVE-2015-3330)
        Gerrit Venema
    • core

      • Additional fix for bug #69152 (Type confusion vulnerability in exception::getTraceAsString).
        Stas
      • Fixed bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability).
        Stas
      • Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions).
        Stas
    • curl

      • Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER).
        Laruence
    • ereg

      • Fixed bug #68740 (NULL Pointer Dereference).
        Laruence
    • fileinfo

      • Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault).
        Anatol Belski
    • gd

      • Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (CVE-2014-9709)
        Remi
    • phar

      • Fixed bug #68901 (use after free). (CVE-2015-2301)
        bugreports at internot dot info
      • Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar). (CVE-2015-2783)
        Stas
      • Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode). (CVE-2015-3329)
        Stas
    • postgres

      • Fixed bug #68741 (Null pointer deference) (CVE-2015-1352).
        Xinchen Hui
    • soap

      • Fixed bug #69152 (Type Confusion Infoleak Vulnerability in unserialize() with SoapFault).
        Dmitry
    • sqlite3

      • Fixed bug #66550 (SQLite prepared statement use-after-free).
        Sean Heelan
  • PHP 5.4.39

    19 Mar, 2015
    View Release Page
    • core

      • Fixed bug #68976 (Use After Free Vulnerability in unserialize()) (CVE-2015-2787).
        Stas
      • Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options).
        Anatol Belski
      • Fixed bug #69207 (move_uploaded_file allows nulls in path). (CVE-2015-2348)
        Stas
    • ereg

      • Fixed bug #69248 (heap overflow vulnerability in regcomp.c) (CVE-2015-2305).
        Stas
    • soap

      • Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()).
        CVE-2015-4147
        CVE-2015-4148) (Dmitry
    • zip

      • Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap boundary) (CVE-2015-2331).
        Stas
  • PHP 5.4.38

    19 Feb, 2015
    View Release Page
    • core

      • Removed support for multi-line headers, as the are deprecated by RFC 7230.
        Stas
      • Added NULL byte protection to exec, system and passthru.
        Yasuo
      • Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow).
        Stas
      • Fixed bug #67827 (broken detection of system crypt sha256/sha512 support).
        ncopa at alpinelinux dot org
      • Fixed bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone). (CVE-2015-0273)
        Stas
    • enchant

      • Fixed bug #68552 (heap buffer overflow in enchant_broker_request_dict()).
        Antony
    • soap

      • Fixed bug #67427 (SoapServer cannot handle large messages) (brandt at docoloc dot de)
  • PHP 5.4.37

    22 Jan, 2015
    View Release Page
    • core

      • Fixed bug #68710 (Use After Free Vulnerability in PHP's unserialize()). (CVE-2015-0231)
        Stefan Esser
    • cgi

      • Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
        Stas
    • exif

      • Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232)
        Stas
    • fileinfo

      • Removed readelf.c and related code from libmagic sources (Remi, Anatol)
      • Fixed bug #68735 (fileinfo out-of-bounds memory access).
        Anatol
    • openssl

      • Fixed bug #55618 (use case-insensitive cert name matching).
        Daniel Lowrey
  • PHP 5.4.36

    18 Dec, 2014
    View Release Page
    • core

      • Upgraded crypt_blowfish to version 1.3.
        Leigh
      • Fixed bug #68545 (NULL pointer dereference in unserialize.c).
        Anatol
      • Fixed bug #68594 (Use after free vulnerability in unserialize()). (CVE-2014-8142)
        Stefan Esser
    • mcrypt

      • Fixed possible read after end of buffer and use after free.
        Dmitry
  • PHP 5.4.35

    13 Nov, 2014
    View Release Page
    • core

      • Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy).
        Dmitry
    • fileinfo

      • Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710)
        Remi
    • gmp

      • Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP).
        Remi
    • pdo_pgsql

      • Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
  • PHP 5.4.34

    16 Oct, 2014
    View Release Page
    • fileinfo

      • Fixed bug #66242 (libmagic: don't assume char is signed).
        ArdB
    • core

      • Fixed bug #67985 (Incorrect last used array index copied to new array after unset).
        Tjerk
      • Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)). (CVE-2014-3669)
        Stas
    • curl

      • Fixed bug #68089 (NULL byte injection - cURL lib).
        Stas
    • exif

      • Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
        Stas
    • openssl

      • Reverted fixes for bug #41631, due to regressions.
        Stas
    • xmlrpc

      • Fixed bug #68027 (Global buffer overflow in mkgmtime() function). (CVE-2014-3668)
        Stas
  • PHP 5.4.33

    18 Sep, 2014
    View Release Page
    • core

      • Fixed bug #47358 (glob returns error, should be empty array()).
        Pierre
      • Fixed bug #65463 (SIGSEGV during zend_shutdown()).
        Keyur Govande
      • Fixed bug #66036 (Crash on SIGTERM in apache process).
        Keyur Govande
    • openssl

      • Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
        Daniel Lowrey
    • date

      • Fixed bug #66091 (memory leaks in DateTime constructor).
        Tjerk
    • fpm

      • Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken).
        David Zuelke
    • gd

      • Made fontFetch's path parser thread-safe.
        Sara
    • wddx

      • Fixed bug #67873 (Segfaults in php_wddx_serialize_var).
        Anatol
        Remi
    • zlib

      • Fixed bug #67724 (chained zlib filters silently fail with large amounts of data).
        Mike
      • Fixed bug #67865 (internal corruption phar error).
        Mike
  • PHP 5.4.32

    21 Aug, 2014
    View Release Page
    • com

      • Fixed missing type checks in com_event_sink.
        Yussuf Khalil
        Stas
      • Fixed bug #41577 (DOTNET is successful once per server run).
        Aidas Kasparas
    • fileinfo

      • Fixed bug #67705 (extensive backtracking in rule regular expression). (CVE-2014-3538)
        Remi
      • Fixed bug #67716 (Segfault in cdf.c). (CVE-2014-3587)
        Remi
    • gd

      • Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).
        CVE-2014-2497). (Remi
      • Fixed bug #67730 (Null byte injection possible with imagexxx functions). (CVE-2014-5120)
        Ryan Mauger
    • litespeed

      • Updated LiteSpeed SAPI code from V5.5 to V6.6 (George Wang)
    • network

      • Fixed bug #67717 (segfault in dns_get_record). (CVE-2014-3597)
        Remi
    • milter

      • Fixed bug #67715 (php-milter does not build and crashes randomly).
        Mike
    • openssl

      • Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).
    • readline

      • Fixed bug #55496 (Interactive mode doesn't force a newline before the prompt).
        Bob
        Johannes
      • Fixed bug #67496 (Save command history when exiting interactive shell with control-c).
        Dmitry Saprykin
        Johannes
    • sessions

      • Fixed missing type checks in php_session_create_id. (Yussuf Khalil, Stas).
    • spl

      • Fixed bug #67539 (ArrayIterator use-after-free due to object change during sorting). (CVE-2014-4698)
        research at insighti dot org
        Laruence
      • Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670)
        Laruence
    • core

      • Fixed bug #67693 (incorrect push to the empty array) (Tjerk)
    • odbc

      • Fixed bug #60616 (odbc_fetch_into returns junk data at end of multi-byte char fields).
        Keyur
    • mysqli

      • Fixed bug #67839 (mysqli does not handle 4-byte floats correctly).
        Keyur
  • PHP 5.4.31

    24 Jul, 2014
    View Release Page
    • core

      • Fixed bug #67428 (header('Location: foo') will override a 308-399 response code).
        Adam
      • Fixed bug #67436 (Autoloader isn't called if two method definitions don't match).
        Bob
      • Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
        Ferenc
      • Fixed bug #67151 (strtr with empty array crashes).
        Nikita
      • Fixed bug #67407 (Windows 8.1/Server 2012 R2 reported as Windows 8/Server 2012).
        Christian Wenz
      • Implemented FR #34407 (ucwords and Title Case).
        Tjerk
    • cli server

      • Implemented FR #67429 (CLI server is missing some new HTTP response codes).
        Adam
      • Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
        Adam
    • fpm

      • Fixed bug #67530 (error_log=syslog ignored).
        Remi
      • Fixed bug #67531 (syslog cannot be set in pool configuration).
        Remi
    • intl

      • Fixed bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting).
        Stas
    • pgsql

      • Fixed bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756), which affected builds against libpq < 7.3.
        Adam
    • phar

      • Fixed bug #67587 (Redirection loop on nginx with FPM).
        Christian Weiske
    • streams

      • Fixed bug #67430 (http:// wrapper doesn't follow 308 redirects).
        Adam
    • session

      • Fixed bug #66827 (Session raises E_NOTICE when session name variable is array).
        Yasuo
  • PHP 5.4.30

    26 Jun, 2014
    View Release Page
    • core

      • Fixed BC break introduced by patch for bug #67072.
        Anatol
        Stas
      • Fixed bug #66622 (Closures do not correctly capture the late bound class (static::) in some cases).
        Levi Morrison
      • Fixed bug #67390 (insecure temporary file use in the configure script).
        Remi) (CVE-2014-3981
      • Fixed bug #67399 (putenv with empty variable may lead to crash).
        Stas
      • Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
        Stefan Esser
    • cli server

      • Fixed Bug #67406 (built-in web-server segfaults on startup).
        Remi
    • date

      • Fixed bug #67308 (Serialize of DateTime truncates fractions of second).
        Adam
      • Fixed regression in fix for bug #67118 (constructor can't be called twice).
        Remi
    • fileinfo

      • Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check). (CVE-2014-0207)
      • Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal string size). (CVE-2014-3478)
        Francisco Alonso
        Jan Kaluza
        Remi
      • Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary check). (CVE-2014-3479)
        Francisco Alonso
        Jan Kaluza
        Remi
      • Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check). (CVE-2014-3480)
        Francisco Alonso
        Jan Kaluza
        Remi
      • Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary check). (CVE-2014-3487)
        Francisco Alonso
        Jan Kaluza
        Remi
    • intl

      • Fixed bug #67349 (Locale::parseLocale Double Free).
        Stas
      • Fixed bug #67397 (Buffer overflow in locale_get_display_name and uloc_getDisplayName (libicu 4.8.1)).
        Stas
    • network

      • Fixed bug #67432 (Fix potential segfault in dns_get_record()).
        CVE-2014-4049). (Sara
    • openssl

      • Fixed bug #65698 (certificates validity parsing does not work past 2050).
        Paul Oehler
      • Fixed bug #66636 (openssl_x509_parse warning with V_ASN1_GENERALIZEDTIME).
        Paul Oehler
    • soap

      • Implemented FR #49898 (Add SoapClient::__getCookies()).
        Boro Sitnikovski
    • spl

      • Fixed bug #66127 (Segmentation fault with ArrayObject unset).
        Stas
      • Fixed bug #67359 (Segfault in recursiveDirectoryIterator).
        Laruence
      • Fixed bug #67360 (Missing element after ArrayObject::getIterator).
        Adam
      • Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion) (CVE-2014-3515).
        Stefan Esser
  • PHP 5.4.29

    29 May, 2014
    View Release Page
    • com

      • Fixed bug #66431 (Special Character via COM Interface (CP_UTF8)).
        Anatol
    • core

      • Fixed bug #65701 (copy() doesn't work when destination filename is created by tempnam()).
        Boro Sitnikovski
      • Fixed bug #67072 (Echoing unserialized "SplFileObject" crash).
        Anatol
      • Fixed bug #67245 (usage of memcpy() with overlapping src and dst in zend_exceptions.c).
        Bob
      • Fixed bug #67247 (spl_fixedarray_resize integer overflow).
        Stas
      • Fixed bug #67249 (printf out-of-bounds read).
        Stas
      • Fixed bug #67250 (iptcparse out-of-bounds read).
        Stas
      • Fixed bug #67252 (convert_uudecode out-of-bounds read).
        Stas
    • date

      • Fixed bug #67118 (DateTime constructor crash with invalid data).
        Anatol
      • Fixed bug #67251 (date_parse_from_format out-of-bounds read).
        Stas
      • Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read).
        Stas
    • dom

      • Fixed bug #67081 (DOMDocumentType->internalSubset returns entire DOCTYPE tag, not only the subset).
        Anatol
    • fileinfo

      • Fixed bug #66307 (Fileinfo crashes with powerpoint files).
        Anatol
      • Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS). (CVE-2014-0238)
      • Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation). (CVE-2014-0237)
    • fpm

      • Fixed bug #66908 (php-fpm reload leaks epoll_create() file descriptor).
        Julio Pintos
    • phar

      • Fix bug #64498 ($phar->buildFromDirectory can't compress file with an accent in its name).
        PR #588
  • PHP 5.4.28

    02 May, 2014
    View Release Page
    • core

      • Fixed bug #61019 (Out of memory on command stream_get_contents).
        Mike
      • Fixed bug #64330 (stream_socket_server() creates wrong Abstract Namespace UNIX sockets).
        Mike
      • Fixed bug #66171 (Symlinks and session handler allow open_basedir bypass).
        Jann Horn
        Stas
      • Fixed bug #66182 (exit in stream filter produces segfault).
        Mike
      • Fixed bug #66736 (fpassthru broken).
        Mike
      • Fixed bug #67024 (getimagesize should recognize BMP files with negative height).
        Gabor Buella
      • Fixed bug #67033 (Remove reference to Windows 95).
        Anatol
    • curl

      • Fixed bug #66562 (curl_exec returns differently than curl_multi_getcontent).
        Freek Lijten
    • date

      • Fixed bug #66721 (__wakeup of DateTime segfaults when invalid object data is supplied).
        Boro Sitnikovski
    • embed

      • Fixed bug #65715 (php5embed.lib isn't provided anymore).
        Anatol
    • fileinfo

      • Fixed bug #66987 (Memory corruption in fileinfo ext / bigendian).
        Remi
    • fpm

      • Fixed bug #66482 (unknown entry 'priority' in php-fpm.conf).
      • Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185).
        Stas
    • json

      • Fixed bug #66021 (Blank line inside empty array/object when JSON_PRETTY_PRINT is set).
        Kevin Israel
    • ldap

      • Fixed issue with null bytes in LDAP bindings.
        Matthew Daley
    • openssl

      • Fix bug #66942 (memory leak in openssl_seal()).
        Chuan Ma
      • Fix bug #66952 (memory leak in openssl_open()).
        Chuan Ma
    • simplexml

      • Fixed bug #66084 (simplexml_load_string() mangles empty node name) (Anatol)
    • xsl

      • Fixed bug #53965 (<xsl:include> cannot find files with relative paths when loaded with "file://").
        Anatol
    • apache2 handler sapi

      • Fixed Apache log issue caused by APR's lack of support for %zu (APR issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).
        Jeff Trawick
  • PHP 5.4.27

    03 Apr, 2014
    View Release Page
    • core

      • Fixed bug #60602 (proc_open() changes environment array) (Tjerk)
    • fileinfo

      • Fixed bug #66946 (fileinfo: extensive backtracking in awk rule regular expression). (CVE-2013-7345)
        Remi
    • fpm

      • Added clear_env configuration directive to disable clearenv() call.
        Github PR# 598
        Paul Annesley
    • gmp

      • Fixed bug #66872 (invalid argument crashes gmp_testbit) (Pierre)
    • mail

      • Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
    • mysqli

      • Fixed bug #66762 (Segfault in mysqli_stmt::bind_result() when link closed) (Remi)
    • openssl

      • Fixed bug #66833 (Default disgest algo is still MD5, switch to SHA1).
        Remi
  • PHP 5.4.26

    06 Mar, 2014
    View Release Page
    • json

      • Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) (chobieeee@php.net)
    • fileinfo

      • Fixed bug #66731 (file: infinite recursion). (CVE-2014-1943)
        Remi
      • Fixed bug #66820 (out-of-bounds memory access in fileinfo).
        Remi
    • ldap

      • Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
        Ondřej Hošek
    • openssl

      • Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
        Mark Zedwood
    • pgsql

      • Added warning for dangerous client encoding and remove possible injections for pg_insert()/pg_update()/pg_delete()/pg_select().
        Yasuo
  • PHP 5.4.25

    06 Feb, 2014
    View Release Page
    • core

      • Fixed bug #66286 (Incorrect object comparison with inheritance).
        Nikita
      • Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
        Will Fitch
    • mysqlnd

      • Fixed bug #66283 (Segmentation fault after memory_limit).
        Johannes
    • pdo_pgsql

      • Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
        Will Fitch
        Ilia
    • session

      • Fixed bug #66481 (Calls to session_name() segfault when session.name is null).
        Laruence
  • PHP 5.4.24

    09 Jan, 2014
    View Release Page
    • core

      • Added validation of class names in the autoload process.
        Dmitry
      • Fixed invalid C code in zend_strtod.c.
        Lior Kaplan
      • Fixed bug #61645 (fopen and O_NONBLOCK).
        Mike
    • date

      • Fixed bug #66060 (Heap buffer over-read in DateInterval). (CVE-2013-6712)
        Remi
      • Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600).
        Derick
        T. Carter
      • Fixed bug #61599 (Wrong Day of Week).
        Derick
        T. Carter
    • dom

      • Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup).
        Mike
    • exif

      • Fixed bug #65873 (Integer overflow in exif_read_data()).
        Stas
    • filter

      • Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer).
        Adam
    • gd

      • Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)).
        Adam
    • pdo_odbc

      • Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
        michael at orlitzky dot com
    • snmp

      • Fixed SNMP_ERR_TOOBIG handling for bulk walk operations.
        Boris Lytochkin
    • xsl

      • Fixed bug #49634 (Segfault throwing an exception in a XSL registered function).
        Mike
    • zip

      • Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real).
        Remi
  • PHP 5.4.23

    12 Dec, 2013
    View Release Page
    • core

      • Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a string).
        Laruence
      • Fixed bug #65969 (Chain assignment with T_LIST failure).
        Dmitry
      • Fixed bug #65947 (basename is no more working after fgetcsv in certain situation).
        Laruence
    • json

      • Fixed whitespace part of bug #64874 ("json_decode handles whitespace and case-sensitivity incorrectly").
        Andrea Faulds
    • mysqli

      • Fixed bug #66043 (Segfault calling bind_param() on mysqli).
        Laruence
    • mysqlnd

      • Fixed bug #66124 (mysqli under mysqlnd loses precision when bind_param with 'i').
        Andrey
      • Fixed bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES after failed query).
        Andrey
    • openssl

      • Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser).
    • pdo

      • Fixed bug 65946 (sql_parser permanently converts values bound to strings)
  • PHP 5.4.22

    14 Nov, 2013
    View Release Page
    • core

      • Fixed bug #65911 (scope resolution operator - strange behavior with $this).
        Bob Weinand
    • cli server

      • Fixed bug #65818 (Segfault with built-in webserver and chunked transfer encoding).
        Felipe
    • exif

      • Fixed crash on unknown encoding.
        Draal
    • ftp

      • Fixed bug #65667 (ftp_nb_continue produces segfault).
        Philip Hofstetter
    • odbc

      • Fixed bug #65950 (Field name truncation if the field name is bigger than 32 characters).
        patch submitted by: michael dot y at zend dot com
        Yasuo
    • pdo

      • Fixed bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception).
        Laruence
    • sockets

      • Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
        Mike
    • standard

      • Fixed bug #64760 (var_export() does not use full precision for floating-point numbers) (Yasuo)
      • Fixed bug #66395 (basename function doesn't remove drive letter).
        Anatol
    • xmlreader

      • Fixed bug #51936 (Crash with clone XMLReader).
        Mike
      • Fixed bug #64230 (XMLReader does not suppress errors).
        Mike
  • PHP 5.4.21

    17 Oct, 2013
    View Release Page
    • core

      • Fixed bug #65322 (compile time errors won't trigger auto loading).
        Nikita
    • cli server

      • Fixed bug #65633 (built-in server treat some http headers as case-sensitive).
        Adam
    • datetime

      • Fixed bug #64157 (DateTime::createFromFormat() reports confusing error message).
        Boro Sitnikovski
    • dba extension

      • Fixed bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write).
        Adam
    • filter

      • Add RFC 6598 IPs to reserved addresses.
        Sebastian Nohn
      • Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
        Syra
    • imap

      • Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling imap).
        ryotakatsuki at gmail dot com
    • standard

      • Fixed bug #61548 (content-type must appear at the end of headers for 201 Location to work in http).
        Mike
    • build system

      • Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing gzencode())).
        Mike
  • PHP 5.4.20

    19 Sep, 2013
    View Release Page
    • core

      • Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
        Laruence
      • Fixed bug #65579 (Using traits with get_class_methods causes segfault).
        Adam
      • Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*).
        Chris Jones
      • Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding spaces).
        Michael M Slusarz
      • Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
      • Fixed bug #65470 (Segmentation fault in zend_error() with --enable-dtrace).
        Chris Jones
        Kris Van Hees
      • Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference fails).
        Laruence
      • Fixed bug #65304 (Use of max int in array_sum).
        Laruence
      • Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very limited case).
        Arpad
      • Fixed bug #65225 (PHP_BINARY incorrectly set).
        Patrick Allaert
      • Improved fix for bug #63186 (compile failure on netbsd).
        Matteo
      • Fixed bug #62692 (PHP fails to build with DTrace).
        Chris Jones
        Kris Van Hees
      • Fixed bug #61759 (class_alias() should accept classes with leading backslashes).
        Julien
      • Fixed bug #61345 (CGI mode - make install don't work).
        Michael Heimpold
      • Cherry-picked some DTrace build commits (allowing builds on Linux, bug #62691, and bug #63706) from PHP 5.5 branch
      • Fixed bug #61268 (--enable-dtrace leads make to clobber Zend/zend_dtrace.d) (Chris Jones)
    • curl

      • Fixed bug #65458 (curl memory leak).
        Adam
    • datetime

      • Fixed bug #65554 (createFromFormat broken when weekday name is followed by some delimiters). (Valentin Logvinskiy, Stas).
      • Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer). (Remi).
    • openssl

      • Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in some cases).
        Mark Jones
    • session

      • Fixed bug #62129 (rfc1867 crashes php even though turned off).
        gxd305 at gmail dot com
      • Fixed bug #50308 (session id not appended properly for empty anchor tags).
        Arpad
      • Fixed possible buffer overflow under Windows. Note: Not a security fix.
        Yasuo
      • Changed session.auto_start to PHP_INI_PERDIR.
        Yasuo
    • soap

      • Fixed bug #65018 (SoapHeader problems with SoapServer).
        Dmitry
    • spl

      • Fixed bug #65328 (Segfault when getting SplStack object Value).
        Laruence
    • pdo

      • Fixed bug #64953 (Postgres prepared statement positional parameter casting).
        Mike
    • phar

      • Fixed bug #65028 (Phar::buildFromDirectory creates corrupt archives for some specific contents).
        Stas
    • pgsql

      • Fixed bug #65336 (pg_escape_literal/identifier() silently returns false).
        Yasuo
      • Fixed bug #62978 (Disallow possible SQL injections with pg_select()/pg_update() /pg_delete()/pg_insert()).
        Yasuo
    • zlib

      • Fixed bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called) (Mike)
  • PHP 5.4.19

    22 Aug, 2013
    View Release Page
    • core

      • Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').
        Laruence
    • openssl

      • Fixed UMR in fix for CVE-2013-4248.
  • PHP 5.4.18

    04 Jul, 2013
    View Release Page
    • core

      • Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com).
      • Fixed bug #65254 (Exception not catchable when exception thrown in autoload with a namespace).
        Laruence
      • Fixed bug #65108 (is_callable() triggers Fatal Error).
        David Soria Parra
        Laruence
      • Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
        Adam
      • Fixed bug #62964 (Possible XSS on "Registered stream filters" info).
        david at nnucomputerwhiz dot com
      • Fixed bug #62672 (Error on serialize of ArrayObject).
        Lior Kaplan
      • Fixed bug #62475 (variant_* functions causes crash when null given as an argument).
        Felipe
      • Fixed bug #60732 (php_error_docref links to invalid pages).
        Jakub Vrana
      • Fixed bug #65226 (chroot() does not get enabled).
        Anatol
    • cgi

      • Fixed Bug #65143 (Missing php-cgi man page).
        Remi
    • cli server

      • Fixed bug #65066 (Cli server not responsive when responding with 422 http status code).
        Adam
    • curl

      • Fixed bug #62665 (curl.cainfo doesn't appear in php.ini).
        Lior Kaplan
    • fpm

      • Fixed bug #63983 (enabling FPM borks compile on FreeBSD).
        chibisuke at web dot de
        Felipe
    • ftp

      • Fixed bug #65228 (FTPs memory leak with SSL).
        marco dot beierer at mbsecurity dot ch
    • gmp

      • Fixed bug #65227 (Memory leak in gmp_cmp second parameter).
        Felipe
    • imap

      • Fixed bug #64467 (Segmentation fault after imap_reopen failure).
        askalski at gmail dot com
    • intl

      • Fixed bug #62759 (Buggy grapheme_substr() on edge case).
        Stas
      • Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
        Stas
    • mysqlnd

      • Fixed segfault in mysqlnd when doing long prepare.
        Andrey
    • odbc

      • Fixed bug #61387 (NULL valued anonymous column causes segfault in odbc_fetch_array).
        Brandon Kirsch
    • openssl

      • Fixed handling null bytes in subjectAltName (CVE-2013-4248).
        Christian Heimes
    • pdo

      • Allowed PDO_OCI to compile with Oracle Database 12c client libraries.
        Chris Jones
    • pdo_dblib

      • Fixed bug #65219 (PDO/dblib not working anymore ("use dbName" not sent)).
        Stanley Sufficool
    • pdo_pgsql

      • Fixed meta data retrieve when OID is larger than 2^31.
        Yasuo
    • phar

      • Fixed Bug #65142 (Missing phar man page).
        Remi
    • session

      • Fixed bug #62535 ($_SESSION[$key]["cancel_upload"] doesn't work as documented).
        Arpad
      • Fixed bug #35703 (when session_name("123") consist only digits, should warning).
        Yasuo
      • Fixed bug #49175 (mod_files.sh does not support hash bits). Patch by oorza2k5 at gmail dot com (Yasuo)
    • sockets

      • Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
        Damjan Cvetko
    • spl

      • Fixed bug #65136 (RecursiveDirectoryIterator segfault).
        Laruence
      • Fixed bug #61828 (Memleak when calling Directory(Recursive)Iterator /Spl(Temp)FileObject ctor twice).
        Laruence
      • Fixed bug #60560 (SplFixedArray un-/serialize, getSize(), count() return 0, keys are strings).
        Adam
    • xml

      • Fixed bug #65236 (heap corruption in xml parser, CVE-2013-4113).
        Rob
  • PHP 5.4.17

    04 Jul, 2013
    View Release Page
    • core

      • Fixed bug #64988 (Class loading order affects E_STRICT warning).
        Laruence
      • Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
        Laruence
      • Fixed bug #64960 (Segfault in gc_zval_possible_root).
        Laruence
      • Fixed bug #64936 (doc comments picked up from previous scanner run).
        Stas
        Jonathan Oddy
      • Fixed bug #64934 (Apache2 TS crash with get_browser()).
        Anatol
      • Fixed bug #64166 (quoted-printable-encode stream filter incorrectly discarding whitespace).
        Michael M Slusarz
    • datetime

      • Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
        Gustavo
        Derick
        Anatol
    • fpm

      • Fixed Bug #64915 (error_log ignored when daemonize=0).
        Remi
      • Implemented FR #64764 (add support for FPM init.d script).
        Lior Kaplan
    • pdo

      • Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the same db server).
        Laruence
    • pdo_dblib

      • Fixed bug #63638 (Cannot connect to SQL Server 2008 with PDO dblib).
        Stanley Sufficool
      • Fixed bug #64338 (pdo_dblib can't connect to Azure SQL).
        Stanley Sufficool
      • Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed statement crashes).
        Stanley Sufficool
    • pdo_firebird

      • Fixed bug #64037 (Firebird return wrong value for numeric field).
        Matheus Degiovani
        Matteo
      • Fixed bug #62024 (Cannot insert second row with null using parametrized query).
        patch by james@kenjim.com
        Matheus Degiovani
        Matteo
    • pdo_mysql

      • Fixed bug #48724 (getColumnMeta() doesn't return native_type for BIT, TINYINT and YEAR).
        Antony
        Daniel Beardsley
    • pdo_pgsql

      • Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error).
        Remi
    • pgsql

      • Fixed bug #64609 (pg_convert enum type support).
        Matteo
      • Fixed bug #65015 (pg_send_query does not flush send buffer) patch submitted by: adam at vektah dot net (Yasuo)
    • readline

      • Implement FR #55694 (Expose additional readline variable to prevent default filename completion).
        Hartmel
    • spl

      • Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems).
        Laruence
  • PHP 5.4.16

    09 May, 2013
    View Release Page
    • core

      • Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110).
        Stas
      • Fixed bug #64853 (Use of no longer available ini directives causes crash on TS build).
        Anatol
      • Fixed bug #64729 (compilation failure on x32).
        Gustavo
      • Fixed bug #64720 (SegFault on zend_deactivate).
        Dmitry
      • Fixed bug #64660 (Segfault on memory exhaustion within function definition).
        Stas
        reported by Juha Kylmänen
    • calendar

      • Fixed bug #64895 (Integer overflow in SndToJewish).
        Remi
    • fileinfo

      • Fixed bug #64830 (mimetype detection segfaults on mp3 file).
        Anatol
    • fpm

      • Ignore QUERY_STRING when sent in SCRIPT_FILENAME.
        Remi
      • Fixed some possible memory or resource leaks and possible null dereference detected by code coverity scan.
        Remi
      • Log a warning when a syscall fails.
        Remi
      • Add --with-fpm-systemd option to report health to systemd, and systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file.
        Remi
    • mysqli

      • Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed).
        Laruence
    • phar

      • Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with non std tmp dir).
        Pierre
    • snmp

      • Fixed bug #64765 (Some IPv6 addresses get interpreted wrong).
        Boris Lytochkin
      • Fixed bug #64159 (Truncated snmpget).
        Boris Lytochkin
    • streams

      • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64).
        Anatol
    • zend engine

      • Fixed bug #64821 (Custom Exceptions crash when internal properties overridden).
        Anatol
  • PHP 5.4.15

    09 May, 2013
    View Release Page
    • core

      • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault).
        Laruence
      • Fixed bug #64458 (dns_get_record result with string of length -1).
        Stas
      • Fixed bug #64433 (follow_location parameter of context is ignored for most response codes).
        Sergey Akbarov
      • Fixed bugs #47675 and #64577 (fd leak on Solaris)
    • fileinfo

      • Upgraded libmagic to 5.14.
        Anatol
    • mysqli

      • Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed).
        Laruence
    • zip

      • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
        Anatol
    • streams

      • Fixed Windows x64 version of stream_socket_pair() and improved error handling.
        Anatol Belski
      • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64).
        Anatol
  • PHP 5.4.14

    11 Apr, 2013
    View Release Page
    • core

      • Fixed bug #64529 (Ran out of opcode space).
        Dmitry
      • Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
        Laruence
      • Fixed bug #64432 (more empty delimiter warning in strX methods).
        Laruence
      • Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
        Dmitry
      • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
        Anatol
      • Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
        Dmitry
        Laruence
      • Fixed bug #63976 (Parent class incorrectly using child constant in class property).
        Dmitry
      • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
        Jeff Welch
      • Fixed bug #62343 (Show class_alias In get_declared_classes()) (Dmitry)
    • pcre

      • Merged PCRE 8.32.
        Anatol
    • snmp

      • Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
        Boris Lytochkin
    • zip

      • Bug #64452 (Zip crash intermittently).
        Anatol
  • PHP 5.4.13

    14 Mar, 2013
    View Release Page
    • core

      • Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail).
        Laruence
      • Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
        Laruence
      • Fixed bug #64197 (_Offsetof() macro used but not defined on ARM/Clang).
        Ard Biesheuvel
      • Implemented FR #64175 (Added HTTP codes as of RFC 6585).
        Jonh Wendell
      • Fixed bug #64142 (dval to lval different behavior on ppc64).
        Remi
      • Fixed bug #64070 (Inheritance with Traits failed with error).
        Dmitry
    • cli server

      • Fixed bug #64128 (buit-in web server is broken on ppc64).
        Remi
    • mbstring

      • mb_split() can now handle empty matches like preg_split() does.
        Moriyoshi
    • mysqlnd

      • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
        Andrey
    • openssl

      • New SSL stream context option to prevent CRIME attack vector.
        Daniel Lowrey
        Lars
      • Fixed bug #61930 (openssl corrupts ssl key resource when using openssl_get_publickey()).
        Stas
    • pdo_mysql

      • Fixed bug #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs).
        Johannes
    • phar

      • Fixed timestamp update on Phar contents modification.
        Dmitry
      • Fixed timestamp update on Phar contents modification.
        Dmitry
    • soap

      • Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635).
        Dmitry
      • Disabled external entities loading (CVE-2013-1643, CVE-2013-1824).
        Dmitry
    • spl

      • Fixed bug #64264 (SPLFixedArray toArray problem).
        Laruence
      • Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
        patch by kriss@krizalys.com
        Laruence
      • Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
        Nikita Popov
      • Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
        Mike Willbanks
    • snmp

      • Fixed bug #64124 (IPv6 malformed).
        Boris Lytochkin
  • PHP 5.4.12

    21 Feb, 2013
    View Release Page
    • core

      • Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias).
        Johannes
      • Fixed bug #64011 (get_html_translation_table() output incomplete with HTML_ENTITIES and ISO-8859-1).
        Gustavo
      • Fixed bug #63982 (isset() inconsistently produces a fatal error on protected property).
        Stas
      • Fixed bug #63943 (Bad warning text from strpos() on empty needle).
        Laruence
      • Fixed bug #63899 (Use after scope error in zend_compile).
        Laruence
      • Fixed bug #63893 (Poor efficiency of strtr() using array with keys of very different length).
        Gustavo
      • Fixed bug #63882 (zend_std_compare_objects crash on recursion).
        Dmitry
      • Fixed bug #63462 (Magic methods called twice for unset protected properties).
        Stas
      • Fixed bug #62524 (fopen follows redirects for non-3xx statuses).
        Wes Mason
      • Support BITMAPV5HEADER in getimagesize().
        AsamK
        Lars
    • date

      • Fixed bug #63699 (Performance improvements for various ext/date functions).
        Lars
        original patch by njaguar at gmail dot com
      • Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
        Derick
    • fpm

      • Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11).
        Adam
    • litespeed

      • Fixed bug #63228 (-Werror=format-security error in lsapi code).
        Elan Ruusamäe
        George
    • ext/sqlite3

      • Fixed bug #63921 (sqlite3::bindvalue and relative PHP functions aren't using sqlite3_*_int64 API).
        srgoogleguy
        Lars
    • pdo_oci

      • Fixed bug #57702 (Multi-row BLOB fetches).
        hswong3i
        Laruence
      • Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long testsuite).
        hswong3i
        Lars
    • pdo_sqlite

      • Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite).
        srgoogleguy
        Lars
  • PHP 5.4.11

    17 Jan, 2013
    View Release Page
    • core

      • Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
        Johannes
      • Fixed bug #43177 (Errors in eval()'ed code produce status code 500). (Todd Ruth, Stas).
    • filter

      • Fixed bug #63757 (getenv() produces memory leak with CGI SAPI).
        Dmitry
      • Fixed bug #54096 (FILTER_VALIDATE_INT does not accept +0 and -0).
        martin at divbyzero dot net
        Lars
    • json

      • Fixed bug #63737 (json_decode does not properly decode with options parameter).
        Adam
    • cli server

      • Update list of common mime types. Added webm, ogv, ogg.
        Lars
        pascalc at gmail dot com
    • curl extension

      • Fixed bug (segfault due to libcurl connection caching).
        Pierrick
      • Fixed bug #63859 (Memory leak when reusing curl-handle).
        Pierrick
      • Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
        Pierrick
      • Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
        Pierrick
      • Fixed bug #55438 (Curlwapper is not sending http header randomly).
        phpnet@lostreality.org
        Pierrick
  • PHP 5.4.10

    20 Dec, 2012
    View Release Page
    • core

      • Fixed bug #63726 (Memleak with static properties and internal/user classes).
        Laruence
      • Fixed bug #63635 (Segfault in gc_collect_cycles).
        Dmitry
      • Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value).
        Pierrick
      • Fixed bug #63468 (wrong called method as callback with inheritance).
        Laruence
      • Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created).
        kemcline at au1 dot ibm dot com
      • Fixed bug #61557 (Crasher in tt-rss backend.php).
        i dot am dot jack dot mail at gmail dot com
      • Fixed bug #61272 (ob_start callback gets passed empty string).
        Mike
        casper at langemeijer dot eu
    • date

      • Fixed bug #63666 (Poor date() performance). (Paul Taulborg).
      • Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
        Remi
    • imap

      • Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array).
        Remi
    • json

      • Fixed bug #63588 (use php_next_utf8_char and remove duplicate implementation).
        Remi
    • mysqli

      • Fixed bug #63361 (missing header).
        Remi
    • mysqlnd

      • Fixed bug #63398 (Segfault when polling closed link).
        Laruence
    • fileinfo

      • Fixed bug #63590 (Different results in TS and NTS under Windows).
        Anatoliy
    • fpm

      • Fixed bug #63581 Possible null dereference and buffer overflow (Remi)
    • pdo_sqlite

      • Fixed Bug #63149 getColumnMeta should return the table name when system SQLite used.
        Remi
    • apache2 handler sapi

      • Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
    • reflection

      • Fixed Bug #63614 (Fatal error on Reflection).
        Laruence
    • soap

      • Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
        John Jawed
        Dmitry
    • sockets

      • Fixed bug #49341 (Add SO_REUSEPORT support for socket_set_option()).
        Igor Wiedler
        Lars
    • spl

      • Fixed bug #63680 (Memleak in splfixedarray with cycle reference).
        Laruence
  • PHP 5.4.9

    22 Nov, 2012
    View Release Page
    • core

      • Fixed bug #63305 (zend_mm_heap corrupted with traits).
        Dmitry
        Laruence
      • Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes).
        Tony
        Andrew Sitnikov
      • Fixed bug #63241 (PHP fails to open Windows deduplicated files).
        daniel dot stelter-gliese at innogames dot de
      • Fixed bug #62444 (Handle leak in is_readable on windows).
        krazyest at seznam dot cz
    • curl

      • Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST). Patch by John Jawed GH-221 (Anthony)
    • fileinfo

      • Fixed bug #63248 (Load multiple magic files from a directory under Windows).
        Anatoliy
    • libxml

      • Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak).
        Laruence
    • mbstring

      • Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On).
        Laruence
    • oci8

      • Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) (Chris Jones)
    • pcre

      • Fixed bug #63180 (Corruption of hash tables).
        Dmitry
      • Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
        Dmitry
        Laruence
      • Fixed bug #63284 (Upgrade PCRE to 8.31).
        Anatoliy
    • pdo

      • Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
        Martin Osvald
        Remi
    • pdo_pgsql

      • Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
        Will Fitch
    • phar

      • Fixed bug #63297 (Phar fails to write an openssl based signature).
        Anatoliy
    • streams

      • Fixed bug #63240 (stream_get_line() return contains delimiter string).
        Tjerk
        Gustavo
    • reflection

      • Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames).
        Laruence
  • PHP 5.4.8

    18 Oct, 2012
    View Release Page
    • cli server

      • Implemented FR #63242 (Default error page in PHP built-in web server uses outdated html/css).
        pascal.chevrel@free.fr
      • Changed response to unknown HTTP method to 501 according to RFC. (Niklas Lindgren).
      • Support HTTP PATCH method. Patch by Niklas Lindgren, GH-190.
        Lars
    • core

      • Fixed bug #63219 (Segfault when aliasing trait method when autoloader throws excpetion).
        Laruence
      • Added optional second argument for assert() to specify custom message. Patch by Lonny Kapelushnik (lonny@lonnylot.com).
        Lars
      • Support building PHP with the native client toolchain.
        Stuart Langley
      • Added --offline option for tests.
        Remi
      • Fixed bug #63162 (parse_url does not match password component).
        husman
      • Fixed bug #63111 (is_callable() lies for abstract static method).
        Dmitry
      • Fixed bug #63093 (Segfault while load extension failed in zts-build).
        Laruence
      • Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes).
        Laruence
      • Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry).
        aserbulov at parallels dot com
      • Fixed bug #62907 (Double free when use traits).
        Dmitry
      • Fixed bug #61767 (Shutdown functions not called in certain error situation).
        Dmitry
      • Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
        Dmitry
      • Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezone).
        Laruence
    • curl

      • Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will cause cpu Soaring).
        Pierrick
    • date

      • Fixed bug #62896 ("DateTime->modify('+0 days')" modifies DateTime object) (Lonny Kapelushnik)
      • Fixed bug #62561 (DateTime add 'P1D' adds 25 hours).
        Lonny Kapelushnik
    • dom

      • Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler).
        Rob
    • fpm

      • Fixed bug #62954 (startup problems fpm / php-fpm).
        fat
      • Fixed bug #62886 (PHP-FPM may segfault/hang on startup).
        fat
      • Fixed bug #63085 (Systemd integration and daemonize).
        remi
        fat
      • Fixed bug #62947 (Unneccesary warnings on FPM).
        fat
      • Fixed bug #62887 (Only /status?plain&full gives "last request cpu").
        fat
      • Fixed bug #62216 (Add PID to php-fpm init.d script).
        fat
    • oci8

      • Fixed bug #60901 (Improve "tail" syntax for AIX installation) (Chris Jones)
    • openssl

      • Implemented FR #61421 (OpenSSL signature verification missing RMD160, SHA224, SHA256, SHA384, SHA512).
        Mark Jones
    • pdo

      • Fixed bug #63258 (seg fault with PDO and dblib using DBSETOPT(H->link, DBQUOTEDIDENT, 1)).
        Laruence
      • Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
        Martin Osvald
        Remi
    • pdo firebird

      • Fixed bug #63214 (Large PDO Firebird Queries).
        james at kenjim dot com
    • soap

      • Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
        Dmitry
    • spl

      • Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables).
        Laruence
    • mbstring

      • Allow passing null as a default value to mb_substr() and mb_strcut(). Patch by Alexander Moskaliov via GH-133.
        Lars
    • filter extension

      • Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false.
        Lars
    • sockets

      • Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by Igor Wiedler).
        Lars
  • PHP 5.4.7

    13 Sep, 2012
    View Release Page
    • core

      • Fixed bug (segfault while build with zts and GOTO vm-kind).
        Laruence
      • Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds).
      • Fixed bug #62829 (stdint.h included on platform where HAVE_STDINT_H is not set).
        Felipe
      • Fixed bug #62763 (register_shutdown_function and extending class).
        Laruence
      • Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value).
        Laruence
      • Fixed bug #62744 (dangling pointers made by zend_disable_class).
        Laruence
      • Fixed bug #62716 (munmap() is called with the incorrect length).
        slangley@google.com
      • Fixed bug #62358 (Segfault when using traits a lot).
        Laruence
      • Fixed bug #62328 (implementing __toString and a cast to string fails) (Laruence)
      • Fixed bug #51363 (Fatal error raised by var_export() not caught by error handler).
        Lonny Kapelushnik
      • Fixed bug #40459 (Stat and Dir stream wrapper methods do not call constructor).
        Stas
    • curl

      • Fixed bug #62912 (CURLINFO_PRIMARY_* AND CURLINFO_LOCAL_* not exposed).
        Pierrick
      • Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE).
        Pierrick
    • intl

      • Fixed Spoofchecker not being registered on ICU 49.1.
        Gustavo
      • Fix bug #62933 (ext/intl compilation error on icu 3.4.1).
        Gustavo
      • Fix bug #62915 (defective cloning in several intl classes).
        Gustavo
    • installation

      • Fixed bug #62460 (php binaries installed as binary.dSYM).
        Reeze Xia
    • pcre

      • Fixed bug #55856 (preg_replace should fail on trailing garbage).
        reg dot php at alf dot nu
    • pdo

      • Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()).
        Laruence
    • reflection

      • Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing trait methods as private).
        Felipe
      • Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result).
        Laruence
    • session

      • Fixed bug (segfault due to retval is not initialized).
        Laruence
      • Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when close handler call exit).
        Laruence
    • soap

      • Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
        Dmitry
    • spl

      • Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) (Laruence)
      • Implemented FR #62840 (Add sort flag to ArrayObject::ksort).
        Laruence
    • standard

      • Fixed bug #62836 (Seg fault or broken object references on unserialize()).
        Laruence
    • fpm

      • Merged PR 121 by minitux to add support for slow request counting on PHP FPM status page.
        Lars
  • PHP 5.4.6

    16 Aug, 2012
    View Release Page
    • cli server

      • Implemented FR #62700 (have the console output 'Listening on http://localhost:8000').
        pascal.chevrel@free.fr
    • core

      • Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file).
        Laruence
      • Fixed bug #62653: (unset($array[$float]) causes a crash).
        Nikita Popov
        Laruence
      • Fixed bug #62565 (Crashes due non-initialized internal properties_table).
        Felipe
      • Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php).
        Laruence
    • curl

      • Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
        r.hampartsumyan@gmail.com
        Laruence
    • datetime

      • Fixed Bug #62500 (Segfault in DateInterval class when extended).
        Laruence
    • fileinfo

      • Fixed bug #61964 (finfo_open with directory causes invalid free).
        reeze.xia@gmail.com
    • intl

      • Fixed bug #62564 (Extending MessageFormatter and adding property causes crash).
        Felipe
    • mysqlnd

      • Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode).
        Laruence
    • readline

      • Fixed bug #62612 (readline extension compilation fails with sapi/cli/cli.h: No such file).
        Johannes
    • reflection

      • Implemented FR #61602 (Allow access to name of constant used as default value).
        reeze.xia@gmail.com
    • simplexml

      • Implemented FR #55218 Get namespaces from current node.
        Lonny
    • spl

      • Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
        Laruence
        Gustavo
      • Fixed bug #61527 (ArrayIterator gives misleading notice on next() when moved to the end).
        reeze.xia@gmail.com
    • streams

      • Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build).
        Laruence
    • zlib

      • Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
        Laruence
  • PHP 5.4.5

    19 Jul, 2012
    View Release Page
    • core

      • Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt).
        Anthony Ferrara
      • Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent).
        Johannes
      • Fixed bug #62373 (serialize() generates wrong reference to the object).
        Moriyoshi
      • Fixed bug #62357 (compile failure: (S) Arguments missing for built-in function __memcmp).
        Laruence
      • Fixed bug #61998 (Using traits with method aliases appears to result in crash during execution).
        Dmitry
      • Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
        Pierrick
      • Fixed potential overflow in _php_stream_scandir (CVE-2012-2688).
        Jason Powell
        Stas
    • exif

      • Fixed information leak in ext exif (discovered by Martin Noga, Matthew "j00ru" Jurczyk, Gynvael Coldwind)
    • fpm

      • Fixed bug #62205 (php-fpm segfaults (null passed to strstr)).
        fat
      • Fixed bug #62160 (Add process.priority to set nice(2) priorities).
        fat
      • Fixed bug #62153 (when using unix sockets, multiples FPM instances
      • Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
        fat
      • Fixed bug #61839 (Unable to cross-compile PHP with --enable-fpm).
        fat
      • Fixed bug #61835 (php-fpm is not allowed to run as root).
        fat
      • 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).
        fat
      • Fixed bug #61045 (fpm don't send error log to fastcgi clients).
        fat) for non-root start). (fat
      • Fixed bug #61026 (FPM pools can listen on the same address).
        fat) can be launched without errors). (fat
    • iconv

      • Fix bug #55042 (Erealloc in iconv.c unsafe).
        Stas
    • intl

      • Fixed bug #62083 (grapheme_extract() memory leaks).
        Gustavo
      • ResourceBundle constructor now accepts NULL for the first two arguments.
        Gustavo
      • Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice).
        Gustavo
      • Fixed bug #62070 (Collator::getSortKey() returns garbage).
        Gustavo
      • Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern).
        Gustavo
      • Fixed bug #60785 (memory leak in IntlDateFormatter constructor).
        Gustavo
    • json

      • Fixed bug #61359 (json_encode() calls too many reallocs).
        Stas
    • libxml

      • Fixed bug #62266 (Custom extension segfaults during xmlParseFile with FPM SAPI).
        Gustavo
    • phar

      • Fixed bug #62227 (Invalid phar stream path causes crash).
        Felipe
    • readline

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

      • Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault).
        Felipe
      • Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant).
        Laruence
    • sockets

      • Fixed bug #62025 (__ss_family was changed on AIX 5.3).
        Felipe
    • spl

      • Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to dot files).
        Laruence
      • Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
        Nikita Popov
    • xml writer

      • Fixed bug #62064 (memory leak in the XML Writer module).
        jean-pierre dot lozi at lip6 dot fr
    • zip

      • Upgraded libzip to 0.10.1 (Anatoliy)
  • PHP 5.4.4

    14 Jun, 2012
    View Release Page
    • com

      • Fixed bug #62146 com_dotnet cannot be built shared.
        Johannes
    • cli server

      • Implemented FR #61977 (Need CLI web-server support for files with .htm & svg extensions).
        Sixd
        Laruence
      • Improved performance while sending error page, this also fixed bug #61785 (Memory leak when access a non-exists file without router).
        Laruence
      • Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).
        Laruence
        reeze.xia@gmail.com
    • core

      • Fixed missing bound check in iptcparse().
        chris at chiappa.net
      • Fixed CVE-2012-2143.
        Solar Designer
      • Fixed bug #62097 (fix for for bug #54547).
        Gustavo
      • Fixed bug #62005 (unexpected behavior when incrementally assigning to a member of a null object).
        Laruence
      • Fixed bug #61978 (Object recursion not detected for classes that implement JsonSerializable).
        Felipe
      • Fixed bug #61991 (long overflow in realpath_cache_get()).
        Anatoliy
      • Fixed bug #61922 (ZTS build doesn't accept zend.script_encoding config).
        Laruence
      • Fixed bug #61827 (incorrect \e processing on Windows) (Anatoliy)
      • Fixed bug #61782 (__clone/__destruct do not match other methods when checking access controls).
        Stas
      • Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64).
        Gustavo
      • Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash).
        Laruence
      • Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference).
        Laruence
      • Fixed bug #61728 (PHP crash when calling ob_start in request_shutdown phase).
        Laruence
      • Fixed bug #61713 (Logic error in charset detection for htmlentities).
        Anatoliy
      • Fixed bug #61660 (bin2hex(hex2bin($data)) != $data).
        Nikita Popov
      • Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2)).
        Laruence
      • Fixed bug #61605 (header_remove() does not remove all headers).
        Laruence
      • Fixed bug #54547 (wrong equality of string numbers).
        Gustavo
      • Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null).
        Anatoliy
      • Changed php://fd to be available only for CLI.
    • curl

      • Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
        Laruence
    • fileinfo

      • Fixed bug #61812 (Uninitialised value used in libmagic).
        Laruence
        Gustavo
      • Fixed bug #61566 failure caused by the posix lseek and read versions under windows in cdf_read().
        Anatoliy
      • Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a directory descriptor under windows.
        Anatoliy
    • intl

      • Fixed bug #62082 (Memory corruption in internal function get_icu_disp_value_src_php()).
        Gustavo
    • libxml

      • Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).
        Laruence
    • pdo

      • Fixed bug #61755 (A parsing bug in the prepared statements can lead to access violations).
        Johannes
    • phar

      • Fixed bug #61065 (Secunia SA44335, CVE-2012-2386).
        Rasmus
    • pgsql

      • Added pg_escape_identifier/pg_escape_literal.
        Yasuo Ohgaki
    • streams

      • Fixed bug #61961 (file_get_contents leaks when access empty file with maxlen set).
        Reeze
    • zlib

      • Fixed bug #61820 (using ob_gzhandler will complain about headers already sent when no compression).
        Mike
      • Fixed bug #61443 (can't change zlib.output_compression on the fly).
        Mike
      • Fixed bug #60761 (zlib.output_compression fails on refresh).
        Mike
  • PHP 5.4.3

    08 May, 2012
    View Release Page
    • cgi

      • Re-Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
        Stas
      • Fix bug #61807 - Buffer Overflow in apache_request_headers. (nyt-php at countercultured dot net).
  • PHP 5.4.2

    03 May, 2012
    View Release Page
    • misc

      • Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
        Rasmus
  • PHP 5.4.1

    26 Apr, 2012
    View Release Page
    • cli server

      • Fixed bug #61461 (missing checks around malloc() calls).
        Ilia
      • Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router).
        Laruence
      • "Connection: close" instead of "Connection: closed" (Gustavo)
    • core

      • Fixed crash in ZTS using same class in many threads.
        Johannes
      • Fixed bug #61374 (html_entity_decode tries to decode code points that don't exist in ISO-8859-1).
        Gustavo
      • Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes).
        Laruence
      • Fixed bug #61225 (Incorrect lexing of 0b00*+<NUM>).
        Pierrick
      • Fixed bug #61165 (Segfault - strip_tags()).
        Laruence
      • Fixed bug #61106 (Segfault when using header_register_callback).
        Nikita Popov
      • Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode).
        Nikic
        Laruence
      • Fixed bug #61072 (Memory leak when restoring an exception handler).
        Nikic
        Laruence
      • Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
        Laruence
      • Fixed bug #61052 (Missing error check in trait 'insteadof' clause).
        Stefan
      • Fixed bug #61011 (Crash when an exception is thrown by __autoload accessing a static property).
        Laruence
      • Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
        Laruence
      • Fixed bug #60978 (exit code incorrect).
        Laruence
      • Fixed bug #60911 (Confusing error message when extending traits).
        Stefan
      • Fixed bug #60801 (strpbrk() mishandles NUL byte).
        Adam
      • Fixed bug #60717 (Order of traits in use statement can cause a fatal error).
        Stefan
      • Fixed bug #60573 (type hinting with "self" keyword causes weird errors).
        Laruence
      • Fixed bug #60569 (Nullbyte truncates Exception $message).
        Ilia
      • Fixed bug #52719 (array_walk_recursive crashes if third param of the function is by reference).
        Nikita Popov
      • Improve performance of set_exception_handler while doing reset (Laruence)
    • fileinfo

      • Fix fileinfo test problems.
        Anatoliy Belsky
    • fpm

      • Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
        michaelhood at gmail dot com
        Ilia
    • ibase

      • Fixed bug #60947 (Segmentation fault while executing ibase_db_info).
        Ilia
    • installation

      • Fixed bug #61172 (Add Apache 2.4 support).
        Chris Jones
    • intl

      • Fixed bug #61487 (Incorrent bounds checking in grapheme_strpos).
        Stas
    • mbstring

      • MFH mb_ereg_replace_callback() for security enhancements.
        Rui
    • mysqli

      • Fixed bug #61003 (mysql_stat() require a valid connection). (Johannes).
    • mysqlnd

      • Fixed bug #61704 (Crash apache, phpinfo() threading issue).
        Johannes
      • Fixed bug #60948 (mysqlnd FTBFS when -Wformat-security is enabled).
        Johannes
    • pdo

      • Fixed bug #61292 (Segfault while calling a method on an overloaded PDO object).
        Laruence
    • pdo_mysql

      • Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work).
        Johannes
      • Fixed bug #61194 (PDO should export compression flag with myslqnd).
        Johannes
    • pdo_odbc

      • Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
        Ilia
    • phar

      • Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL bytes).
        Nikita Popov
    • readline

      • Fixed bug #61088 (Memory leak in readline_callback_handler_install).
        Nikic
        Laruence
    • reflection

      • Implemented FR #61602 (Allow access to the name of constant used as function/method parameter's default value).
        reeze.xia@gmail.com
      • Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs()).
        Laruence
    • session

      • Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()).
        Ilia
    • soap

      • Fixed bug #61423 (gzip compression fails).
        Ilia
      • Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header).
        carloschilazo at gmail dot com
      • Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
        Ilia
      • Fixed bug #49853 (Soap Client stream context header option ignored).
        Dmitry
    • spl

      • Fixed bug #61453 (SplObjectStorage does not identify objects correctly).
        Gustavo
      • Fixed bug #61347 (inconsistent isset behavior of Arrayobject).
        Laruence
    • standard

      • Fixed memory leak in substr_replace.
        Pierrick
      • Make max_file_uploads ini directive settable outside of php.ini (Rasmus)
      • Fixed bug #61409 (Bad formatting on phpinfo()).
        Jakub Vrana
      • Fixed bug #60222 (time_nanosleep() does validate input params).
        Ilia
      • Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths).
        Ilia
    • xmlrpc

      • Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary variable).
        Nikita Popov
      • Fixed bug #61097 (Memory leak in xmlrpc functions copying zvals).
        Nikita Popov
    • zlib

      • Fixed bug #61306 (initialization of global inappropriate for ZTS).
        Gustavo
      • Fixed bug #61287 (A particular string fails to decompress).
        Mike
      • Fixed bug #61139 (gzopen leaks when specifying invalid mode).
        Nikita Popov
  • PHP 5.4.0

    01 Mar, 2012
    View Release Page
    • installation

      • autoconf 2.59+ is now supported (and required) for generating the configure script with ./buildconf. Autoconf 2.60+ is desirable otherwise the configure help order may be incorrect.
        Rasmus
        Chris Jones
    • removed legacy features

      • break/continue $var syntax.
        Dmitry
      • Safe mode and all related php.ini options.
        Kalle
      • register_globals and register_long_arrays php.ini options.
        Kalle
      • import_request_variables().
        Kalle
      • allow_call_time_pass_reference.
        Pierrick
      • define_syslog_variables php.ini option and its associated function.
        Kalle
      • highlight.bg php.ini option.
        Kalle
      • safe_mode, safe_mode_gid, safe_mode_include_dir, safe_mode_exec_dir, safe_mode_allowed_env_vars and safe_mode_protected_env_vars php.ini options.
      • zend.ze1_compatibility_mode php.ini option.
      • Session bug compatibility mode (session.bug_compat_42 and session.bug_compat_warn php.ini options).
        Kalle
      • session_is_registered(), session_register() and session_unregister() functions.
        Kalle
      • y2k_compliance php.ini option.
        Kalle
      • magic_quotes_gpc, magic_quotes_runtime and magic_quotes_sybase php.ini options. get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false, set_magic_quotes_runtime raises an E_CORE_ERROR.
        Pierrick
        Pierre
      • Removed support for putenv("TZ=..") for setting the timezone.
        Derick
      • Removed the timezone guessing algorithm in case the timezone isn't set with date.timezone or date_default_timezone_set(). Instead of a guessed timezone, "UTC" is now used instead.
        Derick
    • moved extensions to pecl

      • ext/sqlite.
        Note: the ext/sqlite3 and ext/pdo_sqlite extensions are not affected) (Johannes
    • general improvements

      • Added short array syntax support ([1,2,3]), see UPGRADING guide for full details.
        rsky0711 at gmail . com
        sebastian.deutsch at 9elements . com
        Pierre
      • Added binary number format (0b001010).
        Jonah dot Harris at gmail dot com
      • Added support for Class::{expr}() syntax (Pierrick)
      • Added multibyte support by default. Previously PHP had to be compiled with --enable-zend-multibyte. Now it can be enabled or disabled through the zend.multibyte directive in php.ini.
        Dmitry
      • Removed compile time dependency from ext/mbstring (Dmitry)
      • Added support for Traits.
        Stefan
        with fixes by Dmitry and Laruence
      • Added closure $this support back.
        Stas
      • Added array dereferencing support.
        Felipe
      • Added callable typehint.
        Hannes
      • Added indirect method call through array. FR #47160.
        Felipe
      • Added DTrace support.
        David Soria Parra
      • Added class member access on instantiation (e.g.
        new foo)->bar()) support. (Felipe
      • <?= is now always available regardless of the short_open_tag setting.
        Rasmus
      • Implemented Zend Signal Handling (configurable option --enable-zend-signals, off by default).
        Lucas Nealan
        Arnaud Le Blanc
        Brian Shire
        Ilia
      • Improved output layer, see README.NEW-OUTPUT-API for internals.
        Mike
      • Improved UNIX build system to allow building multiple PHP binary SAPIs and one SAPI module the same time. FR #53271, FR #52419.
        Jani
      • Implemented closure rebinding as parameter to bindTo.
        Gustavo Lopes
      • Improved the warning message of incompatible arguments.
        Laruence
      • Improved ternary operator performance when returning arrays.
        Arnaud
        Dmitry
      • Changed error handlers to only generate docref links when the docref_root php.ini setting is not empty.
        Derick
      • Changed silent conversion of array to string to produce a notice.
        Patrick
      • Changed default encoding from ISO-8859-1 to UTF-8 when not specified in htmlspecialchars and htmlentities.
        Rasmus
      • Changed casting of null/''/false into an Object when adding a property from E_STRICT into a warning.
        Scott
      • Changed E_ALL to include E_STRICT.
        Stas
      • Disabled Windows CRT warning by default, can be enabled again using the php.ini directive windows_show_crt_warnings.
        Pierre
      • Fixed bug #55378: Binary number literal returns float number though its value is small enough.
        Derick
      • Improved Zend Engine memory usage: (Dmitry)
      • Improved parse error messages.
        Felipe
      • Replaced zend_function.pass_rest_by_reference by ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags.
      • Replaced zend_function.return_reference by ZEND_ACC_RETURN_REFERENCE in zend_function.fn_flags.
      • Removed zend_arg_info.required_num_args as it was only needed for internal functions. Now the first arg_info for internal functions (which has special meaning) is represented by the zend_internal_function_info structure.
      • Moved zend_op_array.size, size_var, size_literal, current_brk_cont, backpatch_count into CG(context) as they are used only during compilation.
      • Moved zend_op_array.start_op into EG(start_op) as it's used only for 'interactive' execution of a single top-level op-array.
      • Replaced zend_op_array.done_pass_two by ZEND_ACC_DONE_PASS_TWO in zend_op_array.fn_flags.
      • op_array.vars array is trimmed (reallocated) during pass_two.
      • Replaced zend_class_entry.constants_updated by ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags.
      • Reduced the size of zend_class_entry by sharing the same memory space by different information for internal and user classes. See zend_class_entry.info union.
      • Reduced size of temp_variable.
      • Improved Zend Engine - performance tweaks and optimizations: (Dmitry)
      • Inlined most probable code-paths for arithmetic operations directly into executor.
      • Eliminated unnecessary iterations during request startup/shutdown.
      • Changed $GLOBALS into a JIT autoglobal, so it's initialized only if used.
        this may affect opcode caches!
      • Improved performance of @ (silence) operator.
      • Simplified string offset reading. Given $str="abc" then $str[1][0] is now a legal construct.
      • Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties.
      • Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
      • ZEND_RECV now always has IS_CV as its result.
      • ZEND_CATCH now has to be used only with constant class names.
      • ZEND_FETCH_DIM_? may fetch array and dimension operands in different order.
      • Simplified ZEND_FETCH_*_R operations. They can't be used with the EXT_TYPE_UNUSED flag any more. This is a very rare and useless case. ZEND_FREE might be required after them instead.
      • Split ZEND_RETURN into two new instructions ZEND_RETURN and ZEND_RETURN_BY_REF.
      • Optimized access to global constants using values with pre-calculated hash_values from the literals table.
      • Optimized access to static properties using executor specialization. A constant class name may be used as a direct operand of ZEND_FETCH_* instruction without previous ZEND_FETCH_CLASS.
      • zend_stack and zend_ptr_stack allocation is delayed until actual usage.
    • other improvements to zend engine

      • Added an optimization which saves memory and emalloc/efree calls for empty HashTables.
        Stas
        Dmitry
      • Added ability to reset user opcode handlers (Yoram).
      • Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table.
        Dmitry
      • Fixed (disabled) inline-caching for ZEND_OVERLOADED_FUNCTION methods.
        Dmitry
    • improved core functions

      • Enforce an extended class' __construct arguments to match the abstract constructor in the base class.
      • Disallow reusing superglobal names as parameter names.
      • Added optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned.
        Sebastian
        Patrick
      • Added hex2bin() function.
        Scott
      • number_format() no longer truncates multibyte decimal points and thousand separators to the first byte. FR #53457.
        Adam
      • Added support for object references in recursive serialize() calls. FR #36424.
        Mike
      • Added support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions (sort, rsort, ksort, krsort, asort, arsort and array_multisort). FR#55158 (Arpad)
      • Added stream metadata API support and stream_metadata() stream class handler.
        Stas
      • User wrappers can now define a stream_truncate() method that responds to truncation, e.g. through ftruncate(). FR #53888.
        Gustavo
      • Improved unserialize() performance.
        galaxy dot mipt at gmail dot com
        Kalle
      • Changed array_combine() to return empty array instead of FALSE when both parameter arrays are empty. FR #34857.
        joel.perras@gmail.com
      • Fixed bug #61095 (Incorect lexing of 0x00*+<NUM>).
        Etienne
      • Fixed bug #60965 (Buffer overflow on htmlspecialchars/entities with $double=false).
        Gustavo
      • Fixed bug #60895 (Possible invalid handler usage in windows random functions).
        Pierre
      • Fixed bug #60879 (unserialize() Does not invoke __wakeup() on object).
        Pierre
        Steve
      • Fixed bug #60825 (Segfault when running symfony 2 tests).
        Dmitry
        Laruence
      • Fixed bug #60627 (httpd.worker segfault on startup with php_value).
      • Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax).
        Dmitry
      • Fixed bug #60611 (Segmentation fault with Cls::{expr}() syntax).
        Laruence) (Laruence
      • Fixed bug #60558 (Invalid read and writes).
        Laruence
      • Fixed bug #60444 (Segmentation fault with include & class extending). (Laruence, Dmitry).
      • Fixed bug #60362 (non-existent sub-sub keys should not have values).
        Laruence
        alan_k
        Stas
      • Fixed bug #60350 (No string escape code for ESC (ascii 27), normally \e).
        php at mickweiss dot com
      • Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer is empty).
        Pierrick
      • Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers).
        Laruence
      • Fixed bug #60240 (invalid read/writes when unserializing specially crafted strings).
        Mike
      • Fixed bug #60227 (header() cannot detect the multi-line header with CR(0x0D)).
        rui
      • Fixed bug #60174 (Notice when array in method prototype error).
        Laruence
      • Fixed bug #60169 (Conjunction of ternary and list crashes PHP).
        Laruence
      • Fixed bug #60038 (SIGALRM cause segfault in php_error_cb).
        Laruence) (klightspeed at netspace dot net dot au
      • Fixed bug #55871 (Interruption in substr_replace()).
        Stas
      • Fixed bug #55801 (Behavior of unserialize has changed).
        Mike
      • Fixed bug #55758 (Digest Authenticate missed in 5.4) .
        Laruence
      • Fixed bug #55748 (multiple NULL Pointer Dereference with zend_strndup()) (CVE-2011-4153).
        Stas
      • Fixed bug #55124 (recursive mkdir fails with current (dot) directory in path).
        Pierre
      • Fixed bug #55084 (Function registered by header_register_callback is called only once per process).
        Hannes
      • Implement FR #54514 (Get php binary path during script execution).
        Laruence
      • Fixed bug #52211 (iconv() returns part of string on error).
        Felipe
      • Fixed bug #51860 (Include fails with toplevel symlink to /).
        Dmitry
    • improved generic sapi support

      • Added $_SERVER['REQUEST_TIME_FLOAT'] to include microsecond precision.
        Patrick
      • Added header_register_callback() which is invoked immediately prior to the sending of headers and after default headers have been added.
        Scott
      • Added http_response_code() function. FR #52555.
        Paul Dragoonis
        Kalle
      • Fixed bug #55500 (Corrupted $_FILES indices lead to security concern).
        CVE-2012-1172). (Stas
      • Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices).
        CVE-2012-1172). (Stas
        lekensteyn at gmail dot com
    • improved cli sapi

      • Added built-in web server that is intended for testing purpose.
        Moriyoshi
        Laruence
        and fixes by Pierre
        Derick
        Arpad
        chobieee at gmail dot com
      • Added command line option --rz <name> which shows information of the named Zend extension.
        Johannes
      • Interactive readline shell improvements: (Johannes)
      • Added "cli.pager" php.ini setting to set a pager for output.
      • Added "cli.prompt" php.ini setting to configure the shell prompt.
      • Added shortcut #inisetting=value to change php.ini settings at run-time.
      • Changed shell not to terminate on fatal errors.
      • Interactive shell works with shared readline extension. FR #53878.
      • Improved CGI/FastCGI SAPI: (Dmitry)
      • Added apache compatible functions: apache_child_terminate(), getallheaders(), apache_request_headers() and apache_response_headers()
      • Improved performance of FastCGI request parsing.
      • Fixed reinitialization of SAPI callbacks after php_module_startup().
        Dmitry
    • improved php-fpm sapi

      • Removed EXPERIMENTAL flag.
        fat
      • Fixed bug #60659 (FPM does not clear auth_user on request accept).
        bonbons at linux-vserver dot org
    • improved litespeed sapi

      • Fixed bug #55769 (Make Fails with "Missing Separator" error).
        Adam
    • improved date extension

      • Added the + modifier to parseFromFormat to allow trailing text in the string to parse without throwing an error.
        Stas
        Derick
    • improved dba extension

      • Added Tokyo Cabinet abstract DB support.
        Michael Maclean
      • Added Berkeley DB 5 support.
        Johannes
        Chris Jones
    • improved dom extension

      • Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com)
    • improved filesystem functions

      • scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value. FR #53407.
        Adam
    • improved hash extension

      • Added Jenkins's one-at-a-time hash support.
        Martin Jansen
      • Added FNV-1 hash support.
        Michael Maclean
      • Made Adler32 algorithm faster. FR #53213.
        zavasek at yandex dot ru
      • Removed Salsa10/Salsa20, which are actually stream ciphers (Mike)
      • Fixed bug #60221 (Tiger hash output byte order) (Mike)
    • improved intl extension

      • Added Spoofchecker class, allows checking for visibly confusable characters and other security issues.
        Scott
      • Added Transliterator class, allowing transliteration of strings.
        Gustavo
      • Added support for UTS #46.
        Gustavo
      • Fixed build on Fedora 15 / Ubuntu 11.
        Hannes
      • Fixed bug #55562 (grapheme_substr() returns false on big length).
        Stas
    • improved json extension

      • Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946.
        Alexander
        Gwynne
      • Added JsonSerializable interface.
        Sara
      • Added JSON_BIGINT_AS_STRING, extended json_decode() sig with $options.
        Sara
      • Added support for JSON_NUMERIC_CHECK option in json_encode() that converts numeric strings to integers.
        Ilia
      • Added new json_encode() option JSON_UNESCAPED_SLASHES. FR #49366.
        Adam
      • Added new json_encode() option JSON_PRETTY_PRINT. FR #44331.
        Adam
    • improved ldap extension

      • Added paged results support. FR #42060.
        ando@OpenLDAP.org
        iarenuno@eteo.mondragon.edu
        jeanseb@au-fil-du.net
        remy.saissy@gmail.com
    • improved mbstring extension

      • Added Shift_JIS/UTF-8 Emoji (pictograms) support.
        Rui
      • Added JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004) support.
        Rui
      • Ill-formed UTF-8 check for security enhancements.
        Rui
      • Added MacJapanese (Shift_JIS) and gb18030 encoding support.
        Rui
      • Added encode/decode in hex format to mb_[en|de]code_numericentity().
        Rui
      • Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004) support.
        Rui
      • Added the user defined area for CP936 and CP950 (Rui).
      • Fixed bug #60306 (Characters lost while converting from cp936 to utf8).
        Laruence
    • improved mysql extensions

      • MySQL: Deprecated mysql_list_dbs(). FR #50667.
        Andrey
      • mysqlnd: Added named pipes support. FR #48082.
        Andrey
      • MySQLi: Added iterator support in MySQLi. mysqli_result implements Traversable.
        Andrey
        Johannes
      • PDO_mysql: Removed support for linking with MySQL client libraries older than 4.1.
        Johannes
      • ext/mysql, mysqli and pdo_mysql now use mysqlnd by default.
        Johannes
      • Fixed bug #55473 (mysql_pconnect leaks file descriptors on reconnect).
        Andrey
        Laruence
      • Fixed bug #55653 (PS crash with libmysql when binding same variable as param and out).
        Laruence
    • improved openssl extension

      • Added AES support. FR #48632.
        yonas dot y at gmail dot com
        Pierre
      • Added no padding option to openssl_encrypt()/openssl_decrypt().
        Scott
      • Use php's implementation for Windows Crypto API in openssl_random_pseudo_bytes.
        Pierre
      • On error in openssl_random_pseudo_bytes() made sure we set strong result to false.
        Scott
      • Fixed possible attack in SSL sockets with SSL 3.0 / TLS 1.0. CVE-2011-3389.
        Scott
      • Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).
        me at ktamura dot com
        Scott
    • improved pdo

      • Fixed PDO objects binary incompatibility.
        Dmitry
    • pdo dblib driver

      • Added nextRowset support.
      • Fixed bug #50755 (PDO DBLIB Fails with OOM).
    • improved postgresql extension

      • Added support for "extra" parameter for PGNotify().
        r dot i dot k at free dot fr
        Ilia
    • improved pcre extension

      • Changed third parameter of preg_match_all() to optional. FR #53238.
        Adam
    • improved readline extension

      • Fixed bug #54450 (Enable callback support when built against libedit).
        fedora at famillecollet dot com
        Hannes
    • improved reflection extension

      • Added ReflectionClass::newInstanceWithoutConstructor() to create a new instance of a class without invoking its constructor. FR #55490.
        Sebastian
      • Added ReflectionExtension::isTemporary() and ReflectionExtension::isPersistent() methods.
        Johannes
      • Added ReflectionZendExtension class.
        Johannes
      • Added ReflectionClass::isCloneable().
        Felipe
    • improved session extension

      • Expose session status via new function, session_status (FR #52982) (Arpad)
      • Added support for object-oriented session handlers.
        Arpad
      • Added support for storing upload progress feedback in session data.
        Arnaud
      • Changed session.entropy_file to default to /dev/urandom or /dev/arandom if either is present at compile time.
        Rasmus
      • Fixed bug #60860 (session.save_handler=user without defined function core dumps).
        Felipe
      • Implement FR #60551 (session_set_save_handler should support a core's session handler interface).
        Arpad
      • Fixed bug #60640 (invalid return values).
        Arpad
    • improved snmp extension (boris lytochkin)

      • Added OO API. FR #53594 (php-snmp rewrite).
      • Sanitized return values of existing functions. Now it returns FALSE on failure.
      • Allow ~infinite OIDs in GET/GETNEXT/SET queries. Autochunk them to max_oids upon request.
      • Introducing unit tests for extension with ~full coverage.
      • IPv6 support.
        FR #42918
      • Way of representing OID value can now be changed when SNMP_VALUE_OBJECT is used for value output mode. Use or'ed SNMP_VALUE_LIBRARY(default if not specified) or SNMP_VALUE_PLAIN.
        FR #54502
      • Fixed bug #60749 (SNMP module should not strip non-standard SNMP port from hostname).
        Boris Lytochkin
      • Fixed bug #60585 (php build fails with USE flag snmp when IPv6 support is disabled).
        Boris Lytochkin
      • Fixed bug #53862 (snmp_set_oid_output_format does not allow returning to default)
      • Fixed bug #46065 (snmp_set_quick_print() persists between requests)
      • Fixed bug #45893 (Snmp buffer limited to 2048 char)
      • Fixed bug #44193 (snmp v3 noAuthNoPriv doesn't work)
    • improved soap extension

      • Added new SoapClient option "keep_alive". FR #60329.
        Pierrick
      • Fixed basic HTTP authentication for WSDL sub requests.
        Dmitry
    • improved spl extension

      • Added RegexIterator::getRegex() method.
        Joshua Thijssen
      • Added SplObjectStorage::getHash() hook.
        Etienne
      • Added CallbackFilterIterator and RecursiveCallbackFilterIterator.
        Arnaud
      • Added missing class_uses(..) as pointed out by #55266 (Stefan)
      • Immediately reject wrong usages of directories under Spl(Temp)FileObject and friends.
        Etienne
        Pierre
      • FilesystemIterator, GlobIterator and (Recursive)DirectoryIterator now use the default stream context.
        Hannes
      • Fixed bug #60201 (SplFileObject::setCsvControl does not expose third argument via Reflection).
        Peter
      • Fixed bug #55287 (spl_classes() not includes CallbackFilter classes) (sasezaki at gmail dot com, salathe)
    • improved sysvshm extension

      • Fixed bug #55750 (memory copy issue in sysvshm extension).
        Ilia
        jeffhuang9999 at gmail dot com
    • improved tidy extension

      • Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference).
        Maksymilian Arciemowicz
        Felipe
    • improved tokenizer extension

      • Fixed bug #54089 (token_get_all with regards to __halt_compiler is not binary safe).
        Nikita Popov
    • improved xsl extension

      • Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to define forbidden operations within XSLT stylesheets, default is not to enable write operations from XSLT. Bug #54446 (Chregu, Nicolas Gregoire)
      • XSL doesn't stop transformation anymore, if a PHP function can't be called (Christian)
    • improved zlib extension

      • Re-implemented non-file related functionality.
        Mike
      • Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
        Mike

PHP 5.4


  Represents a security release