]> granicus.if.org Git - php/shortlog
php
2020-04-08 Nikita PopovMerge branch 'PHP-7.4'
2020-04-08 Nikita PopovAdd php_cli_server_connect() helper
2020-04-08 Nikita PopovMerge branch 'PHP-7.4'
2020-04-08 Nikita PopovMake mysqli_poll test more deterministic
2020-04-08 Nikita PopovFix typo in GD stub
2020-04-08 Nikita PopovUpdate mb_strrpos() stub
2020-04-08 Dmitry StogovDump information about trace side exits
2020-04-08 Christoph M... Merge branch 'PHP-7.4'
2020-04-08 Christoph M... Relax overly strict test expectation
2020-04-08 Christoph M... Merge branch 'PHP-7.4'
2020-04-08 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-08 Christoph M... Fix memory leak introduced by fixing bug #78221
2020-04-08 Nikita PopovMerge branch 'PHP-7.4'
2020-04-08 Nikita PopovFix test
2020-04-08 Dmitry StogovUpdate stack type, only if necessary
2020-04-07 Dmitry StogovFixed TYPE/INFO mismatch
2020-04-07 George Peter... Merge branch 'PHP-7.4'
2020-04-07 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-07 George Peter... Revert "Went to fast and forgot to update tests"
2020-04-07 George Peter... Revert "Fix Bug #79448 0 is a valid Unicode codepoint...
2020-04-07 Dmitry Stogovcleanup
2020-04-07 Dmitry StogovRevert "cleanup" (wrong commit)
2020-04-07 Dmitry Stogovcleanup
2020-04-07 Nikita PopovRemove most uses of _default_get_name()
2020-04-07 Nikita PopovEliminate uses of _default_load_name()
2020-04-07 Nikita PopovOptimize internal name fetching in reflection
2020-04-07 Nikita PopovAssert that arginfo parameter name is present
2020-04-07 Christoph M... Merge branch 'PHP-7.4'
2020-04-07 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-07 Christoph M... Fix #78221: DOMNode::normalize() doesn't remove empty...
2020-04-07 Dmitry StogovFree room for information about register allocation...
2020-04-06 Dmitry StogovSave CPU regesters on side exit for deoptimization
2020-04-06 Dmitry StogovMinor register allocator refactoring
2020-04-06 Christoph M... Merge branch 'PHP-7.4'
2020-04-06 Christoph M... Fix #69264: __debugInfo() ignored while extending SPL...
2020-04-06 Nikita PopovInline a ZEND_NUM_ARGS() variable
2020-04-06 Christoph M... Clean up constructor handling in com_dotnet
2020-04-06 Máté KocsisImprove some ValueError messages
2020-04-05 Máté KocsisGenerate function entries for another batch of extensions
2020-04-05 Máté KocsisAdd missing stub for xmlrpc_get_type()
2020-04-05 George Peter... Promote invalid case mode to ValueError in mb_case_conv...
2020-04-04 George Peter... mb_scrub() can't return false anymore
2020-04-04 George Peter... Promote some warnings to ValueError in mbstring
2020-04-04 George Peter... Convert some if blocks to assertions
2020-04-04 Máté KocsisGenerate functions entries from stubs for another set...
2020-04-04 Máté KocsisMove variable declaration closer to its usage
2020-04-04 Máté KocsisImprove gen_stub.php
2020-04-04 Máté KocsisGenerate function entries from stubs for a couple of...
2020-04-04 Máté KocsisAnnotate function aliases in stubs
2020-04-03 George Peter... Merge branch 'PHP-7.4'
2020-04-03 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-03 George Peter... Went to fast and forgot to update tests
2020-04-03 George Peter... Merge branch 'PHP-7.4'
2020-04-03 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-03 George Peter... Fix Bug #79448 0 is a valid Unicode codepoint, but...
2020-04-03 Nikita PopovFix stub for zend_terminate_string()
2020-04-03 Nikita PopovVerify that all stubs have a return type
2020-04-03 Nikita PopovStubs: Store information per-class
2020-04-03 Nikita PopovRemove now unnecessary PHP_FUNCTION() declarations
2020-04-03 Nikita PopovGenerate function entries from stubs
2020-04-03 Máté KocsisDo not include the same stub multiple times
2020-04-03 Christoph M... Fix #68690: Hypothetical off-by-one condition
2020-04-03 George Peter... Promote unknown encoding throws in encoding array/strin...
2020-04-03 Remi Colletadd some output when generating arginfo
2020-04-03 Remi ColletMove gen_stub.php to build directory and install it...
2020-04-03 Nikita PopovMerge branch 'PHP-7.4'
2020-04-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-03 Qianqian BuFix incorrect free for last_message
2020-04-02 George Peter... Refactor mb_substr_count()
2020-04-02 George Peter... Convert if branch to assertion in mb_strlen
2020-04-02 George Peter... Promote mb_str_split warning to ValueError
2020-04-02 George Peter... Merge mb_strstr() variants under a common implementation
2020-04-02 George Peter... Improve code flow
2020-04-02 George Peter... Use ZEND_NUM_ARGS() macro instead of custom variable
2020-04-02 George Peter... Promote empty string warning to ValueError in mb_ord()
2020-04-02 Nikita PopovMerge branch 'PHP-7.4'
2020-04-02 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-02 Nikita PopovFixed bug #79434
2020-04-02 Matteo BeccatiMerge branch 'PHP-7.4'
2020-04-02 Matteo BeccatiSkip fpm tests not designed to be run as root
2020-04-02 Matteo BeccatiAllow fpm tests to be run with long socket path
2020-04-02 Remi Colletnews / UPGRADING for zip 1.19.0
2020-04-02 Remi Collet- add ZipArchive::EM_UNKNOWN constant - add ZipArchive...
2020-04-02 Christoph M... Fix #47983: mixed LF and CRLF line endings in mail()
2020-04-02 Christoph M... Prevent imap mail tests from borking instead of skipping
2020-04-02 Remi Colletuse a better setter for zip_error_t
2020-04-02 Nikita PopovRemove <default> prefix from reflection dump
2020-04-02 Nikita PopovDisplay property default value in reflection dumps
2020-04-02 Nikita PopovShow property type in reflection export
2020-04-02 Nikita PopovAvoid control flow warning
2020-04-01 Christoph M... Merge branch 'PHP-7.4'
2020-04-01 Christoph M... Enable error diagnostic for check_default_conf_path...
2020-04-01 Nikita PopovRemove unnecessary check in runtime_compile_time_binary...
2020-04-01 Nikita PopovMake division by zero error check more accurate
2020-04-01 Nikita PopovUnify checks for binary operator errors for ct eval
2020-04-01 Nikita PopovDon't convert binop operand types in opcache
2020-04-01 Nikita PopovMerge branch 'PHP-7.4'
2020-04-01 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-04-01 Nikita PopovFix literal compaction collision between string and...
2020-04-01 Nikita PopovImprove "unsupported operands" error
next