]> granicus.if.org Git - php/shortlog
php
2020-10-29 Christoph M... Fix #44618: Fetching may rely on uninitialized data
2020-10-26 Nikita PopovDeny cloning of fileinfo objects
2020-10-26 Christoph M... Revert "Fix out-of-bounds write"
2020-10-26 Christoph M... Fix #80268: loadHTML() truncates at NUL bytes
2020-10-26 Nikita PopovDeclare may_retry_reparse_point on windows only
2020-10-26 Christoph M... Fix #62474: com_event_sink crashes on certain arguments
2020-10-26 Christoph M... Fix #80258: Windows Deduplication Enabled, randon permi...
2020-10-26 Christoph M... Fix #80280: ADD_EXTENSION_DEP() fails for ext/standard...
2020-10-22 George Peter... Fix bug 76618
2020-10-22 Nikita PopovDon't crash on uninitialized tidy object
2020-10-22 Derick RethansUpdated to version 2020.4 (2020d)
2020-10-20 Christoph M... Fix #80242: imap_mail_compose() segfaults for multipart...
2020-10-20 Christoph M... Add char* cast to avoid compiler warnings
2020-10-20 Christoph M... Properly fix #80220
2020-10-19 Derick RethansUpdated to version 2020.3 (2020c)
2020-10-15 Christoph M... Fix broken fix for #80239
2020-10-15 Christoph M... Fix #80239: imap_rfc822_write_address() leaks memory
2020-10-15 Nikita PopovFix leak in gmp_export()
2020-10-13 Christoph M... Fix #64076: imap_sort() does not return FALSE on failure
2020-10-13 Christoph M... 7.3.25 is next
2020-10-12 Christoph M... Fix #80226: imap_sort() leaks sortpgm memory
2020-10-12 Christoph M... Fix #80216: imap_mail_compose() does not validate types...
2020-10-12 Christoph M... Fix #80223: imap_mail_compose() leaks envelope on malfo...
2020-10-12 Christoph M... Fix #80220: imap_mail_compose() may leak memory
2020-10-12 Nikita PopovDetect self-addition of array more accurately
2020-10-12 Nikita PopovDeindirect source elements in zend_hash_merge
2020-10-11 Derick RethansFixed test for bug #48097 due to confirmed data changes...
2020-10-10 Christoph M... Fix #80215: imap_mail_compose() may modify by-val param...
2020-10-10 Christoph M... Fix #80213: imap_mail_compose() segfaults on certain...
2020-10-09 Petr SumberaMake iconv errno support test pass on Solaris.
2020-10-09 Nikita PopovXFAIL test broken by timelib update
2020-10-08 Derick RethansUpdated to version 2020.2 (2020b)
2020-10-08 Derick RethansUpdated to version 2020.2 (2020b)
2020-10-08 Christoph M... Fix too strict imap test expectations
2020-10-07 Christoph M... Fix #77040: tidyNode::isHtml() is completely broken
2020-10-07 Christoph M... Fix #80185: jdtounix() fails after 2037
2020-10-05 Christoph M... Fix #46050: odbc_next_result corrupts prepared resource
2020-10-05 Nikita PopovFix -Wimplicit-function-declaration in configure
2020-10-02 K.KosakoFix out-of-bounds write
2020-10-02 Matteo Beccati[ci skip] moved soap fix to 7.3.23
2020-10-01 Dmitry StogovBackport of a partial fix for bug Bug #76982 (memory...
2020-09-30 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-09-30 George Peter... Fixed incorrect error message
2020-09-30 Remi Colletbump version to 7.2.35-dev
2020-09-30 George Peter... Fixed incorrect logical condition
2020-09-29 Stanislav Malyshev[ci skip] Add 7.3.23 security fixes to NEWS
2020-09-29 Christoph M... [ci skip] Fix version
2020-09-29 Christoph M... Fix #80152: odbc_execute() moves internal pointer of...
2020-09-29 Christoph M... Fix #80150: Failure to fetch error message
2020-09-29 Matthias KarbeFix bug #80137
2020-09-29 Matthias KarbeFix bug #80138
2020-09-29 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2020-09-29 Remi Collet[ci skip] typo
2020-09-29 Stanislav MalyshevDo not decode cookie names anymore
2020-09-29 Stanislav MalyshevFix bug #79601 (Wrong ciphertext/tag in AES-CCM encrypt...
2020-09-29 Stanislav MalyshevUpdate UPGRADING
2020-09-29 Stanislav MalyshevUpdate NEWS & UPGRADING
2020-09-28 Christoph M... Fix #67465: NULL Pointer dereference in odbc_handle_pre...
2020-09-27 Stanislav MalyshevDo not decode cookie names anymore
2020-09-27 Stanislav MalyshevFix bug #79601 (Wrong ciphertext/tag in AES-CCM encrypt...
2020-09-25 George Peter... Fix logic error in PDO
2020-09-25 Christoph M... Fix #80147: BINARY strings may not be properly zero...
2020-09-24 Christoph M... Use proper skipif section
2020-09-24 Christoph M... Fix #78470: odbc_specialcolumns() no longer accepts...
2020-09-23 Christoph M... Fix #76735: Incorrect message in fopen on invalid mode
2020-09-23 Christoph M... Fix #77493: curl_basic_009 fails with newer curl versions
2020-09-22 Christoph M... Fix #76943: Inconsistent stream_wrapper_restore() errors
2020-09-22 Christoph M... Fix #79423: copy command is limited to size of file...
2020-09-21 Christoph M... Fix memory leak in php_imap_mutf7()
2020-09-20 Christoph M... Fix #80114: parse_url does not accept URLs with port 0
2020-09-20 Bob WeinandFix mysqli build with mysqlnd and without PDO
2020-09-18 Daniel BlackFix #78179: mysqli/mysqlnd transaction extensions
2020-09-18 Nikita PopovSupport NO_BACKSLASH_ESCAPES with newer libmysqlclient
2020-09-18 Nikita PopovUse MyISAM engine for new test
2020-09-18 Nikita PopovFix bug #80107: Handling of large compressed packets
2020-09-18 Máté KocsisBug #80107 Add test for mysqli_query() fails for ~16...
2020-09-17 Nikita PopovFix mysqli_release_savepoint() on mysqlnd
2020-09-17 Christoph M... Fix #80115: mysqlnd.debug doesn't recognize absolute...
2020-09-17 Daniel Blackpdo_mysql/mysqli (native) libmysqlclient_r no-longer...
2020-09-17 Daniel Blackmysql: native mysql-8.0 uses _Bool
2020-09-17 Daniel Blackmysqli: use native api
2020-09-17 Gabríel Arthúr... ext/soap: Compare Set-Cookie header case-insensitively
2020-09-17 Nikita PopovFixed bug #80083
2020-09-15 Christoph M... 7.3.24 is next
2020-09-14 Christoph M... Avoid segfault if module/extension version is not defined
2020-09-11 Christoph M... Fix #80067: Omitting the port in bindto setting errors
2020-09-09 Sammy Kaye... Fix #79825: opcache.file_cache causes SIGSEGV with...
2020-09-08 Christoph M... Fix #72941: Modifying bucket->data by-ref has no effect...
2020-09-08 Nikita PopovFixed bug #80077
2020-09-04 Nikita PopovAvoid duplicate octal warning during heredoc scan ahead
2020-09-03 Nikita PopovFixed bug #80049
2020-09-03 Christoph M... Fix #80048: Bug #69100 has not been fixed for Windows
2020-09-03 Christoph M... Skip test if A: drive exists
2020-09-03 Nikita PopovHandle memory limit error during string reallocation...
2020-09-02 Nikita PopovFix binary-safety of parse_url
2020-09-02 Nikita PopovFix throwing of yield from related exceptions into...
2020-09-02 Nikita PopovFix infinite loop on string offset during by-ref list...
2020-08-31 Nikita PopovFix leak on assign concat of array and empty string
2020-08-31 Derick RethansFixed test case
2020-08-31 Derick RethansUpdate timelib to 2018.04
next