]> granicus.if.org Git - php/shortlog
php
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
2020-08-28 Dmitry StogovDon't load IP when entering inlined function
2020-08-28 Nikita PopovFix tracked_realloc
2020-08-28 Nikita PopovPromote incomplete class to modification to Error
2020-08-28 Nikita PopovPromote ArrayObject modification during sorting to...
2020-08-28 Nikita PopovThrow Error instead of E_ERROR when calling method...
2020-08-28 Nikita PopovRemove unused BG(str_ebuf) global
2020-08-28 Nikita PopovExport and reuse zend_is_valid_class_name API
2020-08-28 Nikita PopovUse zend_string when storing incomplete class name
2020-08-28 Nikita PopovStore incomplete_class entry as normal global
2020-08-27 Dmitry StogovAvoid useless IP load
2020-08-27 Dmitry StogovRemove useless register allocations
2020-08-27 Dmitry StogovReplace "mov %eax, %ecx; shl $1, $ecx" by "lea (%eax...
2020-08-27 Nikita PopovFix typo
2020-08-27 Nikita PopovGenerate execute corpus in generate_all.php
2020-08-27 Nikita PopovMerge branch 'PHP-7.4'
2020-08-27 Nikita PopovDon't assert when comparing uninit DateTimeZone objects
2020-08-27 Nikita PopovMerge branch 'PHP-7.4'
2020-08-27 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-08-27 Nikita PopovRequire non-negative length in stream_get_contents()
2020-08-27 Nikita PopovUse zend_dval_to_lval() in spl_offset_convert_to_long()
2020-08-27 Nikita PopovFix leak in typed reference assignment
2020-08-27 Dmitry StogovUpdate operands range information accoring to the taken...
2020-08-27 Nikita PopovAdd experimental "execute" fuzzer
2020-08-27 Nikita PopovFix leak on failed DatePeriod initialization
2020-08-27 Nikita PopovAllow removing non-existing key from WeakMap
2020-08-27 Nikita PopovClean up strtok implementation
next