]> granicus.if.org Git - php/shortlog
php
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
2020-04-01 Nikita PopovRemove op_func from TRY_BINARY_OP1 macro
2020-04-01 Christoph M... Merge branch 'PHP-7.4'
2020-04-01 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-01 Christoph M... Add NEWS entryc [ci skip]
2020-04-01 George Peter... Merge branch 'PHP-7.4'
2020-04-01 George Peter... Merge branch 'PHP-7.3' into PHP-7.4
2020-04-01 George Peter... Fix bug 79441
2020-03-31 George Peter... Promote unsupported encoding warnings to ValueError
2020-03-31 George Peter... Use php_mb_get_encoding instead of mbfl_name2encoding...
2020-03-31 Nikita PopovMove encoding fetching out of php_mb_convert_encoding()
2020-03-31 Nikita PopovRemove unnecesary check in php_mb_check_encoding()
2020-03-31 Nikita PopovRefactor operator implementations
2020-03-31 George Peter... Use explicit helper
2020-03-31 George Peter... Encoding argument is always MBREX(current_mbctype)
2020-03-31 Nikita PopovAdd additional operator exception handling tests
2020-03-31 Nikita PopovRemove unused argument form convert_object_to_type()
2020-03-31 Máté KocsisDisplay nullability in type error messages for internal...
2020-03-31 Nikita PopovClean up silent/noisy flag in convert_to_number
2020-03-31 George Peter... Convert some unknown encoding warnings to ValueErrors...
2020-03-31 George Peter... Promote some warnings to Errors in Zend basic functions
2020-03-31 Derick RethansMerge branch 'PHP-7.4'
2020-03-31 Derick RethansThe 7.4 branch is now for 7.4.6
2020-03-31 Nikita PopovMake cast_object handler required
2020-03-31 Máté KocsisImprove undefined variable error messages
2020-03-31 Nikita PopovClarify SimpleXML comparison logic
2020-03-31 Nikita PopovAdd a ZEND_UNCOMPARABLE value
2020-03-31 Nikita PopovReport object cast failures internally
2020-03-31 Nikita PopovMake sure php_get_internal_encoding() returns non-empty
2020-03-31 Nikita PopovMake sure mbstring.internal_encoding deprecation is...
2020-03-31 Christoph M... Merge branch 'PHP-7.4'
2020-03-31 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-31 Christoph M... Next is 7.3.18
2020-03-31 Christoph M... Merge branch 'PHP-7.4'
2020-03-31 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-03-31 Christoph M... Fix #79413: session_create_id() fails for active sessions
2020-03-30 George Peter... Drop wchar header check as always defined since C95
2020-03-30 George Peter... Fix format for tm member objects as they are stored...
2020-03-30 Nikita PopovClarify that return throws
2020-03-30 Nikita Popovmb_detect_order(): Use proper array|string argument
2020-03-30 Nikita PopovRemove persistent arg from parse_encoding_array()
2020-03-30 Nikita Popovmb_check_encoding(): Make var a proper array|string arg
2020-03-30 Nikita Popovmb_detect_encoding(): Use proper array|string parameter
2020-03-30 Tyson AndreDo constant evaluation for str_contains in opcache
2020-03-30 Nikita Popovmb_convert_variables(): Make $from an array|string...
2020-03-30 Nikita Popovmb_convert_encoding(): Make $input a proper array|strin...
2020-03-30 Nikita Popovmb_convert_encoding(): Make $from_encodings a proper...
2020-03-30 Michael VoříšekAdd test to make sure that (self::class)::method()...
2020-03-30 Nikita PopovParse mb_convert_encoding() encodings only once
2020-03-30 Nikita PopovProperly report unknown encoding in encoding lists
2020-03-30 Dmitry Stogovcleanup
2020-03-30 Nikita PopovMove encoding fetching outside php_mb_stripos()
2020-03-30 Nikita PopovRemove unnecessary NULL check
2020-03-30 Dmitry StogovInitialize variable numbers
2020-03-30 Nikita PopovDisable Symfony test on PHP 8
2020-03-30 Nikita PopovMerge branch 'PHP-7.4'
2020-03-30 Nikita PopovDon't check directory nlink in stat tests
next