Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Version 5.4.616-August-2012 CLI Server Implemented FR #62700 (have the console output 'Listening on http://localhost:8000'). Core Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file). Fixed bug #62653: (unset($array[$float]) causes a crash). Fixed bug #62565 (Crashes due non-initialized internal properties_table). Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php). CURL Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). (r.hampartsumyan@gmail. DateTime Fixed bug #62500 (Segfault in DateInterval class when extended). Fileinfo Fixed bug #61964 (finfo_open with directory causes invalid free). (reeze.xia@gmail. Intl Fixed bug #62564 (Extending MessageFormatter and adding property causes crash). MySQLnd Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode). readline Fixed bug #62612 (readline extension compilation fails with sapi/cli/cli.h: No such file). Reflection Implemented FR #61602 (Allow access to name of constant used as default value) (reeze.xia@gmail. SimpleXML Implemented FR #55218 Get namespaces from current node. SPL Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault). Fixed bug #61527 (ArrayIterator gives misleading notice on next() when moved to the end). (reeze.xia@gmail. Streams Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build). Zlib Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression).
PHP 5.4.7 - Core: . Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence) . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry). (Felipe) . 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)- DateTime: . Fixed bug #62852 (Unserialize invalid DateTime causes crash). (reeze.xia@gmail.com)- 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)- 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)
22-November-2012 Core: Fixed bug #63305 (zend_mm_heap corrupted with traits). Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes). Fixed bug #63241 (PHP fails to open Windows deduplicated files). Fixed bug #62444 (Handle leak in is_readable on windows). Curl: Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST). Fileinfo: Fixed bug #63248 (Load multiple magic files from a directory under Windows). Libxml Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak). Mbstring: Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On). OCI8: Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) PCRE: Fixed bug #63180 (Corruption of hash tables). Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite). Fixed bug #63284 (Upgrade PCRE to 8.31). PDO: Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec). PDO_pgsql: Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL). Phar: Fixed bug #63297 (Phar fails to write an openssl based signature). Streams: Fixed bug #63240 (stream_get_line() return contains delimiter string). Reflection: Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves traitnames).Version 5.3.1922-November-2012 Core: Fixed bug #63241 (PHP fails to open Windows deduplicated files). Fixed bug #62444 (Handle leak in is_readable on windows). Libxml: Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak). Mbstring: Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On). MySQL: Fixed compilation failure on mixed 32/64 bit systems. OCI8: Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) PCRE: Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite). Fixed bug #63284 (Upgrade PCRE to 8.31). PDO: Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec). PDO_pgsql: Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL). Phar: Fixed bug #63297 (Phar fails to write an openssl based signature). Streams: Fixed bug #63240 (stream_get_line() return contains delimiter string).
Version 5.4.1020-December-2012 Core: Fixed bug #63635 (Segfault in gc_collect_cycles). Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value). Fixed bug #63468 (wrong called method as callback with inheritance). Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created). Fixed bug #61557 (Crasher in tt-rss backend.php). Fixed bug #61272 (ob_start callback gets passed empty string). Date: Fixed bug #63666 (Poor date() performance). Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond). Imap: Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). Json: Fixed bug #63588 (use php_next_utf8_char and remove duplicate implementation). MySQLi: Fixed bug #63361 (missing header). MySQLnd: Fixed bug #63398 (Segfault when polling closed link). Fileinfo: Fixed bug #63590 (Different results in TS and NTS under Windows). FPM: Fixed bug #63581 Possible null dereference and buffer overflow. Pdo_sqlite: Fixed bug #63149 getColumnMeta should return the table name when system SQLite used. Apache2 Handler SAPI: Enabled Apache 2.4 configure option for Windows. Reflection: Fixed bug #63614 (Fatal error on Reflection). SOAP: Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests). Sockets: Fixed bug #49341 (Add SO_REUSEPORT support for socket_set_option()).Version 5.3.2020-December-2012 Zend Engine: Fixed bug #63635 (Segfault in gc_collect_cycles). Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value). Fixed bug #63468 (wrong called method as callback with inheritance). Core: Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created). Fixed bug #63377 (Segfault on output buffer). Apache2 Handler SAPI: Enabled Apache 2.4 configure option for Windows. Date: Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond). Fileinfo: Fixed bug #63248 (Load multiple magic files from a directory under Windows). Fixed bug #63590 (Different results in TS and NTS under Windows). FPM: Fixed bug #63581 (Possible null dereference and buffer overflow). Imap: Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array). MySQLnd: Fixed bug #63398 (Segfault when polling closed link). Reflection: Fixed bug #63614 (Fatal error on Reflection). SOAP Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
Version 5.4.1411-April-2013 Core: Fixed bug #64529 (Ran out of opcode space). Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration). Fixed bug #64432 (more empty delimiter warning in strX methods). Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error). Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']). Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11). Fixed bug #63976 (Parent class incorrectly using child constant in class property). Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly). Fixed bug #62343 (Show class_alias In get_declared_classes()). PCRE: Merged PCRE 8.32. SNMP: Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly). Zip: Fixed bug #64452 (Zip crash intermittently). (Anatol) Version 5.3.2411-April-2013 Core: Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']). Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly). Fixed bug #62343 (Show class_alias In get_declared_classes()). PCRE: Merged PCRE 8.32. mysqlnd: Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind). DateTime: Fixed bug #62852 (Unserialize Invalid Date causes crash). Zip: Fixed bug #64452 (Zip crash intermittently).
Version 5.4.1509-May-2013 Core: Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault). Fixed bug #64458 (dns_get_record result with string of length -1). Fixed bug #64433 (follow_location parameter of context is ignored for most response codes). Fixed bug #47675 (fd leak on Solaris). Fixed bug #64577 (fd leak on Solaris). Fileinfo: Upgraded libmagic to 5.14. Streams: Fixed Windows x64 version of stream_socket_pair() and improved error handling. Zip: Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).Version 5.3.2509-May-2013 Core: Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault). Fixed bug #64458 (dns_get_record result with string of length -1). Fixed bug #47675 (fd leak on Solaris). Fixed bug #64577 (fd leak on Solaris). Streams: Fixed Windows x64 version of stream_socket_pair() and improved error handling. Zip: Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
The PHP development team is proud to announce the immediate availability of PHP 5.5.0. This release includes a large number of new features and bug fixes.The key features of PHP 5.5.0 include: Added generators and coroutines. Added the finally keyword. Added a simplified password hashing API. Added support for constant array/string dereferencing. Added scalar class name resolution via ::class. Added support for using empty() on the result of function calls and other expressions. Added support for non-scalar Iterator keys in foreach. Added support for list() constructs in foreach statements. Added the Zend OPcache extension for opcode caching. The GD library has been upgraded to version 2.1 adding new functions and improving existing functionality. A lot more improvements and fixes.Changes that affect compatibility: PHP logo GUIDs have been removed. Windows XP and 2003 support dropped. Case insensitivity is no longer locale specific. All case insensitive matching for function, class and constant names is now performed in a locale independent manner according to ASCII rules.