]> granicus.if.org Git - php/shortlog
php
2020-09-29 George Peter... Promote E_NOTICE to Value/TypeError in PostgreSQL extension
2020-09-29 Nikita PopovUpdate ext/tokenizer param names
2020-09-29 Dmitry StogovAllow tracing JIT cooperate with function JIT.
2020-09-29 Dik TakkenMake handling of NULL bytes in file paths more consiste...
2020-09-29 Nikita PopovDon't accept dir handle in Directory methods
2020-09-29 Dmitry StogovTracing JIT support for preloaded scripts
2020-09-29 Nikita PopovRemove unused variable
2020-09-29 Nikita PopovUpdate gmp+bcmath parameter names
2020-09-29 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-29 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-29 Christoph M... [ci skip] Fix version
2020-09-29 Dmitry StogovKeep track information about used JIT trigger in ZEND_F...
2020-09-29 Christoph M... Use external iterator instead of via the internal pointer
2020-09-29 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-29 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-29 Christoph M... Fix #80152: odbc_execute() moves internal pointer of...
2020-09-29 Christoph M... Fix #78792: zlib.output_compression disabled by Content...
2020-09-29 Christoph M... Fix #22986: odbc_connect() may reuse persistent connection
2020-09-29 Dmitry StogovMerge branch 'PHP-7.4'
2020-09-29 Dmitry StogovFixed unintended disabling of Optimizer for preloaded...
2020-09-29 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-29 Máté KocsisMake the $filter parameter of ReflectionClass::get...
2020-09-29 Máté KocsisReflection param renames amendment
2020-09-29 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-29 Máté KocsisRename a few parameters in ext/filter
2020-09-29 Máté KocsisZend parameter renames amendment
2020-09-29 Christoph M... Fix #80150: Failure to fetch error message
2020-09-29 Nikita PopovMerge branch 'PHP-7.4'
2020-09-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-29 Matthias KarbeFix bug #80137
2020-09-29 Matthias KarbeFix bug #80138
2020-09-29 Nikita PopovMerge branch 'PHP-7.4'
2020-09-29 Giovanni GiacobbiSynchronize php.ini-development and php.ini-production
2020-09-29 zeriyoshiAdd call_user_func_array() backward incompatible change
2020-09-29 Remi ColletMerge branch 'PHP-7.4'
2020-09-29 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
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 MalyshevMerge branch 'PHP-7.4'
2020-09-29 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
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 MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2020-09-29 Stanislav MalyshevUpdate UPGRADING
2020-09-29 Stanislav MalyshevUpdate UPGRADING
2020-09-29 Stanislav MalyshevUpdate NEWS & UPGRADING
2020-09-28 Larry GarfieldUpdate PDO parameters for named arguments.
2020-09-28 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-28 Christoph M... Fix #67465: NULL Pointer dereference in odbc_handle_pre...
2020-09-28 Dmitry StogovMove invariant type guard out of loop
2020-09-28 George Peter... Another pass making some failure states unconditional...
2020-09-28 George Peter... Make various failure conditions in PDO unconditional...
2020-09-28 George Peter... Do not register quoter handler in ODBC
2020-09-28 George Peter... Drop ZPP check in PDO MySQLi test
2020-09-28 Dmitry StogovDump class names
2020-09-28 George Peter... Promote notice to ValueError for invalid hint key
2020-09-28 Dmitry StogovImproved trace selection rules
2020-09-28 Nikita PopovPromote warnings in ext/xsl
2020-09-28 Nikita PopovRemove unused XSL_DOMOBJ_NEW() macro
2020-09-28 Dmitry StogovFixed usage of invalid frame for exit point
2020-09-28 Nikita PopovConsistently handle out of bounds offsets in iconv_strpos()
2020-09-28 George Peter... Extensions should have the final say on their compiler...
2020-09-28 Nikita PopovSimplify iconv_strpos implementation
2020-09-28 Dmitry StogovMissed opline guard
2020-09-28 Nikita PopovThrow warning for invalid iconv charset
2020-09-28 Nikita PopovSkip one more imap test under asan
2020-09-28 Nikita PopovUpdate mbstring parameter names
2020-09-28 Matteo BeccatiFixed test for MySQL < 5.6
2020-09-27 Nikita PopovMake mysqli_warning constructor private
2020-09-27 Larry GarfieldRename mysqli parameters to be more logical
2020-09-27 Levi MorrisonClean up spl_fixedarray.c
2020-09-27 Nikita PopovAllow attributes to be applied to property/constant...
2020-09-27 Nikita PopovMake constexpr compilation robust against multiple...
2020-09-27 Nikita PopovHonor strict_types=1 for attributes, improve backtraces
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-26 Matteo BeccatiSkip test with ICU version < 58
2020-09-25 Sammy Kaye... Pass zend_execute_data instead of zend_function to...
2020-09-25 George Peter... Promote warning to ValueError for Spoofchecker::setRest...
2020-09-25 George Peter... Merge branch 'PHP-7.4'
2020-09-25 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-25 George Peter... Fix logic error in PDO
2020-09-25 George Peter... Inverse logic in do_fetch() to reduce a level of indent...
2020-09-25 George Peter... Drop do_bind argument in do_fetch(_common)() in PDO
2020-09-25 Nikita PopovUse callable type in register_shutdown_function()
2020-09-25 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-25 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-25 Christoph M... Fix #80147: BINARY strings may not be properly zero...
2020-09-25 Christoph M... Rename $qualifier/$owner params to $catalog/$schema
2020-09-25 Nikita PopovAdd proper count() parameter type
2020-09-25 Máté KocsisPromote a few forgotten warnings to exceptions
2020-09-25 Máté KocsisUpdate ext/odbc stub hash
2020-09-25 Máté KocsisImprove parameter names in ext/curl
2020-09-25 Nikita PopovUnify 32-bit/64-bit str_split tests
2020-09-25 Nikita PopovNormalize substr() behavior
2020-09-24 Simonov DenisFix #64937: Firebird PDO preprocessing sql
2020-09-24 Christoph M... Remove outdated link to bug report
2020-09-24 Máté KocsisFix UNKNOWN default values in ext/odbc
2020-09-24 Máté KocsisImprove parameter names in ext/hash and ext/openssl
next