]> granicus.if.org Git - php/shortlog
php
2020-09-02 Dmitry StogovMinimal JIT support for JMP_NULL
2020-09-02 Nikita PopovFix by-ref list assign LIST_W+MAKE_REF separation
2020-09-02 Nikita PopovMerge branch 'PHP-7.4'
2020-09-02 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-02 Nikita PopovFix infinite loop on string offset during by-ref list...
2020-09-01 Dmitry StogovPreallocate zval for unused result of internal function...
2020-09-01 Nikita PopovDisable ifunc resolvers under dataflow sanitizer
2020-09-01 Nikita PopovAssert there are children in zend_generator_get_child()
2020-09-01 Gabriel CarusoUpdate NEWS for 8.0.0rc1
2020-09-01 Gabriel CarusoUpdate NEWS for PHP 8.0.0beta3
2020-09-01 Levi MorrisonAdd zend_observer API
2020-09-01 Dmitry StogovEliminate useless EG(exception) checks aftr FE_RESET...
2020-09-01 Máté KocsisAdd more precise type info for stubs
2020-09-01 Dmitry StogovEliminate some EX_CALL_INFO() checks
2020-09-01 Nikita PopovMerge branch 'PHP-7.4'
2020-09-01 Nikita PopovCheck for null EX(func) in write_property
2020-09-01 George Peter... Prepend compiler warning flags to CFLAG instead to...
2020-09-01 Nikita PopovFix FE_FETCH_R_SIMPLE specialization
2020-09-01 Nikita PopovAvoid null pointer UB in accel blacklist
2020-09-01 Máté KocsisPromote warnings to exceptions in ext/soap and ext...
2020-09-01 Máté KocsisPromote warnings to exceptions in ext/tidy
2020-09-01 Nikita PopovFix type inference for FE_RESET on invalid type
2020-09-01 Nikita PopovMerge branch 'PHP-7.4'
2020-09-01 Nikita PopovAdd explicit double cast
2020-09-01 Nikita PopovFix pi node removal when removing predecessor
2020-09-01 Dmitry StogovFixed nested init fcall guards.
2020-08-31 Alex DowadCode cleanup in mbstring.c
2020-08-31 Alex DowadComment constants in mbfl_consts.h, remove unused ones
2020-08-31 Alex DowadAdd comment on mbstring East Asian Width table
2020-08-31 Alex DowadDon't guard mbstring code with #ifdef HAVE_MBSTRING
2020-08-31 Alex DowadRemove redundant includes from mbstring (and make sure...
2020-08-31 Alex DowadRemove useless definition of NULL in mbfl_string.h
2020-08-31 Alex DowadOptimize php_unicode_convert_case (cuts mbstring case...
2020-08-31 Alex DowadFix typos in comments in mb_send_mail
2020-08-31 Alex DowadRemove unused functions from mbstring
2020-08-31 Alex DowadSeparate implementation of mb_{en,de}code_numericentity
2020-08-31 Alex DowadUse new-style argument parsing macros in mbstring.c
2020-08-31 Alex DowadInline unneeded indirection for mbstring memory management
2020-08-31 Alex DowadAdditional tests for mbstring extension
2020-08-31 Christoph M... Prevent com::__construct() to modify the $server_name...
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Nikita PopovFix leak on assign concat of array and empty string
2020-08-31 Nikita PopovFix nullsafe operator with delayed oplines
2020-08-31 Ilija ToviloAdd tests for nullsafe operator on delayed oplines
2020-08-31 Dmitry StogovMore agressive "packed array" guards insertion
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovFix leak on consteval exception in ReflectionClass...
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovCheck update constant failure in ReflectionClassConstan...
2020-08-31 Nikita PopovFix build warnings after timelib update
2020-08-31 Dmitry StogovPerform type guard checks before IS_UNDEF checks (check...
2020-08-31 Nikita PopovFix fetching default value of internal function with...
2020-08-31 Derick RethansMerge branch 'PHP-7.4' into master
2020-08-31 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Derick RethansFixed test case
2020-08-31 Derick RethansUpdate timelib to 2020.02
2020-08-31 Derick RethansMerge branch 'master' of git.php.net:php-src into master
2020-08-31 Derick RethansUpdate timelib to 2020.01
2020-08-31 Máté KocsisPromote warnings to exceptions in ext/ftp
2020-08-31 Derick RethansMerge branch 'PHP-7.4' into master
2020-08-31 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Derick RethansUpdate timelib to 2018.04
2020-08-31 Nikita PopovFixed bug #80030
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovFix bug #80037
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovAdd test for bug #80039
2020-08-31 Matteo BeccatiMerge branch 'PHP-7.4'
2020-08-31 Matteo BeccatiMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Matteo BeccatiFix #80027 Terrible performance using $query->fetch...
2020-08-31 Matteo BeccatiFix #80027 Terrible performance using $query->fetch...
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Nikita PopovFix handling of exception if valid() during yield from
2020-08-31 Nikita PopovCorrectly report failure in zend_handle_undef_args()
2020-08-31 Nikita PopovFix trampoline leak in array_map
2020-08-31 Jamie LiuFix bug #80018: Tolerate var_dump() printing floats...
2020-08-31 Nikita PopovMerge branch 'PHP-7.4'
2020-08-31 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-31 Nikita PopovMake MAX_IFD_NESTING_LEVEL an actual nesting level
2020-08-30 twoseeMerge branch 'PHP-7.4'
2020-08-30 twoseeMerge branch 'PHP-7.3' into PHP-7.4
2020-08-30 twoseeImprove error_handing replacement functions
2020-08-29 Anatol Belskilibmagic: Update patch [ci skip]
2020-08-29 Anatol BelskiEXTENSIONS: Update fileinfo maintainership info [ci...
2020-08-29 Anatol BelskiNEWS: Add libmagic note [ci skip]
2020-08-29 Anatol Belskilibmagic: Fix VS compat
2020-08-29 Anatol Belskilibmagic: Remove unneeded includes
2020-08-29 Anatol Belskifileinfo: Followup fixes
2020-08-29 Anatol Belskifileinfo: Upgrade to libmagic 5.39
2020-08-28 Christoph M... Support cli_server.color on Windows
2020-08-28 Nikita PopovFix call to type error functions from jit
2020-08-28 Nikita PopovAvoid ubsan warning with dummy cache slot addr
2020-08-28 Nikita PopovFix unused variable warning
2020-08-28 Nikita PopovRemove unnecessary cache_slot arguments
2020-08-28 Nikita PopovFix execute fuzzer on i386
2020-08-28 Nikita PopovRehash function table after disabling functions
2020-08-28 Nikita PopovDon't mark variadic functions as ZEND_FASTCALL
2020-08-28 George Peter... Improve type declarations for Zend APIs
next