]> granicus.if.org Git - php/shortlog
php
2019-10-30 Máté KocsisAdd stubs for various standard functions
2019-10-30 Nikita PopovUse ArgumentCountError in IntlGregorianCalendar ctor
2019-10-30 Tyson AndreUpdate documentation/comment for GH-4860
2019-10-30 Máté KocsisAdd stubs for directory and file functions
2019-10-30 Nikita PopovDon't check $this existence in object opcodes
2019-10-30 Nikita PopovMerge branch 'PHP-7.4'
2019-10-30 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-30 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-30 Nikita PopovAdd missing refcount increment
2019-10-29 Nikita PopovFix bug #78681 by renaming libphp8.so to libphp.so
2019-10-29 Christoph M... Allow to call XMLReader::open() and ::XML() statically
2019-10-29 Nikita PopovMerge branch 'PHP-7.4'
2019-10-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-29 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-29 Nikita PopovFixed bug #78689
2019-10-29 Nikita PopovRemove some RETURN_FALSE on exception
2019-10-29 Nikita PopovAdd Z_PARAM_STRING/ARRAY_OR_NULL convenience macros
2019-10-29 Nikita PopovDon't accept objects for options in password_hash()
2019-10-29 Nikita PopovPromote base_convert "invalid base" errors to ValueError
2019-10-29 Nikita PopovThrow "Unsupported operand types" error when using...
2019-10-29 Nikita PopovExpect number argument in round()
2019-10-29 Craig DuncanConvert phpdbg arginfo to php stubs
2019-10-29 Nikita PopovSmall phpdbg cleanups
2019-10-29 Nikita PopovSmall ext/dom cleanups
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Skip test case on non Windows platforms
2019-10-29 Nikita PopovTry to fix asan warning in scalar_constant_defaults...
2019-10-29 Derick RethansMerge branch 'PHP-7.4'
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Skip test case on non Windows platforms
2019-10-29 Nikita PopovTry to fix 32-bit fprintf test
2019-10-29 Derick RethansUpdate NEWS for 7.4.0RC6
2019-10-29 Derick RethansUpdate NEWS for PHP 7.4.0RC5
2019-10-29 Christoph M... Fix test cases for master
2019-10-29 Christoph M... Merge branch 'PHP-7.4'
2019-10-29 Christoph M... Implement #78270: Support __vectorcall convention with FFI
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.4'
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.2' into PHP-7.3
2019-10-29 Stanislav MalyshevMerge branch 'PHP-7.1' into PHP-7.2
2019-10-28 Christoph M... Merge branch 'PHP-7.4'
2019-10-28 Simonov DenisAdd support for Interbase 1 dialect
2019-10-28 Christoph M... Add missing zend_parse_parameters_none()
2019-10-28 Nikita PopovRemove ability to unbind $this of closures if used
2019-10-28 Fabien VillepinteDefine IS_WINDOWS in the test runner
2019-10-28 Christoph M... Merge branch 'PHP-7.4'
2019-10-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-10-28 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-10-28 Christoph M... Fix #78751: Serialising DatePeriod converts DateTimeImm...
2019-10-28 Christoph M... Elevate warnings to Error Exceptions in ext/bcmath
2019-10-28 kharhamelConvert warnings to Errors in sprintf() functions
2019-10-28 Tyson AndreFix miscellaneous typos in docs and error messages
2019-10-28 Nikita PopovMerge branch 'PHP-7.4'
2019-10-28 ZiMuyangRemove redundant variable rv and optimize code
2019-10-28 Tyson AndreOptimize array_slice for packed arrays with large offsets
2019-10-28 Nikita PopovMerge branch 'PHP-7.4'
2019-10-28 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-28 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-28 Nikita PopovFix bug #78752
2019-10-27 Stanislav MalyshevFix libmagic buffer overflow issue (CVE-2019-18218)
2019-10-27 Christoph M... Revert "Add missing zend_parse_parameters_none()"
2019-10-27 Christoph M... Add missing zend_parse_parameters_none()
2019-10-27 Nikita PopovMerge branch 'PHP-7.4'
2019-10-27 Nikita PopovTry one more FD in ext/standard/tests/file/php_fd_wrapp...
2019-10-26 Christoph M... Remove generic type annotations
2019-10-26 Christoph M... Fix and make reflection arginfo stubs more specific
2019-10-26 Fabien VillepinteMerge branch 'PHP-7.4'
2019-10-26 Fabien VillepinteReplace EXPECTF by EXPECT
2019-10-26 Christoph M... Improve reflection arginfo stubs
2019-10-26 Thomas GerbetAdd stubs for ext-reflection
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovAdd ARM64 CI to Travis
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovFix bug #78226: Don't call __set() on uninitialized...
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-10-25 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-10-25 Nikita PopovFixed bug #78747
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovOptimize VERIFY_RETURN_TYPE for TMP operands as well
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovCheck class linking in VERIFY_RETURN_TYPE optimization
2019-10-25 Nikita PopovSimplify travis setup scripts
2019-10-25 Nikita PopovOptimize instanceof_function
2019-10-25 Nikita PopovCheck type is set when verifying variadic args
2019-10-25 Nikita PopovMerge branch 'PHP-7.4'
2019-10-25 Nikita PopovRemove recursive check from instanceof_interface
2019-10-24 Nikita PopovMerge branch 'PHP-7.4'
2019-10-24 Nikita PopovOptimize instanceof_class/interface
2019-10-24 Nikita PopovMerge branch 'PHP-7.4'
2019-10-24 Nikita PopovClean up and clarify instanceof_function_ex()
2019-10-24 Nikita PopovRemove unnecessary type checks in verify_missing_return...
2019-10-24 Nikita PopovDon't check ZEND_TYPE_IS_SET() in zend_check_type()
2019-10-24 Nikita PopovMerge branch 'PHP-7.4'
2019-10-24 Nikita PopovSkip IntlTimeZone::getOffset() error tests on non-x86
2019-10-24 Nikita PopovMerge branch 'PHP-7.4'
2019-10-24 Nikita PopovSkip large ftruncate test if large files not supported
2019-10-24 Nikita PopovDon't test "blocks" in lstat_stat_variation7.phpt
2019-10-24 Nikita PopovIncrease FD used in php://fd test
2019-10-24 Nikita PopovUse posix_getuid() to check for root in pcntl_setpriori...
next