Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Core:Improved performance of array_merge() and func_get_args() by eliminating useless copying.Fixed bug #65947 (basename is no more working after fgetcsv in certain situation).Fixed bug #65939 (Space before ";" breaks php.ini parsing).Fixed bug #65911 (scope resolution operator - strange behavior with $this).Fixed bug #65936 (dangling context pointer causes crash).FPM:Changed default listen() backlog to 65535.MySQLi:Fixed bug #66043 (Segfault calling bind_param() on mysqli).OPCache:Increased limit for opcache.max_accelerated_files to 1,000,000.Fixed issue #115 (path issue when using phar).Fixed issue #149 (Phar mount points not working with OPcache enabled).ODBC:Fixed bug #65950 (Field name truncation if the field name is bigger than 32 characters).PDO:Fixed bug #66033 (Segmentation Fault when constructor of PDO statement throws an exception).Fixed bug #65946 (sql_parser permanently converts values bound to strings).Standard:Fixed bug #64760 (var_export() does not use full precision for floating-point numbers).
Version 5.5.89-Jan-2014 Core: Disallowed JMP into a finally block. Added validation of class names in the autoload process. Fixed invalid C code in zend_strtod.c. Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object). Fixed bug #65764 (generators/throw_rethrow FAIL with ZEND_COMPILE_EXTENDED_INFO). Fixed bug #61645 (fopen and O_NONBLOCK). Fixed bug #66218 (zend_register_functions breaks reflection). Date: Fixed bug #66060 (Heap buffer over-read in DateInterval). Fixed bug #65768 (DateTimeImmutable::diff does not work). DOM: Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). Exif: Fixed bug #65873 (Integer overflow in exif_read_data()). Filter: Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). GD: Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). PDO_odbc: Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). MySQLi: Fixed bug #65486 (mysqli_poll() is broken on win x64). OPCache: Fixed revalidate_path=1 behavior to avoid caching of symlinks values. Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq". SNMP: Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. SOAP: Fixed bug #66112 (Use after free condition in SOAP extension). Sockets: Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). XSL: Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). ZIP: Fixed bug #66321 (ZipArchive::open() ze_obj->filename_len not real).
Version 5.5.96-Feb-2014 Core: Fixed bug #66509 (copy() arginfo has changed starting from 5.4). GD: Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()). OPCache: Fixed bug #66474 (Optimizer bug in constant string to boolean conversion). Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0). Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style ^M as lineend). PDO_pgsql: Fixed bug #62479 (PDO-pgsql cannot connect if password contains spaces). Readline: Fixed bug #66412 (readline_clear_history() with libedit causes segfault after #65714). Session: Fixed bug #66469 (Session module is sending multiple set-cookie headers when session.use_strict_mode=1). Fixed bug #66481 (Segfaults on session_name()). Standard: Fixed bug #66395 (basename function doesn't remove drive letter). Sockets: Fixed bug #66381 (__ss_family was changed on AIX 5.3). Zend Engine: Fixed bug #66009 (Failed compilation of PHP extension with C++ std library using VS 2012).