]> granicus.if.org Git - php/shortlog
php
2020-09-03 Nikita PopovRemove CG(filenames_table)
2020-09-03 Nikita PopovMerge branch 'PHP-7.4'
2020-09-03 Nikita PopovFixed bug #80046
2020-09-03 Nikita PopovMerge branch 'PHP-7.4'
2020-09-03 Nikita PopovFixed bug #80046
2020-09-03 Dmitry StogovJIT for FE_FETCH_R
2020-09-03 Christoph M... Merge branch 'PHP-7.4' into master
2020-09-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-09-03 Christoph M... Skip test if A: drive exists
2020-09-03 Nikita PopovFixed bug #80045
2020-09-03 Nikita PopovMerge branch 'PHP-7.4'
2020-09-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-09-03 Dmitry StogovFixed support for deprecated constants (Zend/tests...
2020-09-03 Nikita PopovHandle memory limit error during string reallocation...
2020-09-02 Dmitry StogovJIT for FETCH_CONSTANT
2020-09-02 Dmitry StogovReorder switch cases for consistency between zend_jit...
2020-09-02 Anatol Belskilibmagic: Update patch
2020-09-02 Alex DowadFix typos in mbstring tests
2020-09-02 Benjamin EberleiUpdate NEWS, UPGRADING
2020-09-02 Benjamin EberleiChange Attribute Syntax from @@ to #[]
2020-09-02 Anatol BelskiRevert "libmagic: Move the allocation on the stack"
2020-09-02 Dmitry StogovJIT for FE_FETCH_R
2020-09-02 Anatol Belskilibmagic: Constify arg
2020-09-02 Anatol Belskilibmagic: Move the allocation on the stack
2020-09-02 Anatol Belskihash: Fix warning in the bench script
2020-09-02 Nikita PopovExtend function blacklist in execute fuzzer
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 binary-safety of parse_url
2020-09-02 Dmitry StogovMicro-optimization
2020-09-02 Frank DuX86: Fast CRC32 computation using PCLMULQDQ instruction
2020-09-02 Michael VoříšekFix typo in test description
2020-09-02 Dmitry StogovAdded missing helper
2020-09-02 Dmitry StogovImproved JIT for VERIFY_RETURN_TYPE
2020-09-02 Máté KocsisMove custom type checks to ZPP
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 throwing of yield from related exceptions into...
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
next