]> granicus.if.org Git - php/shortlog
php
2020-07-27 Christoph M... Merge branch 'PHP-7.4'
2020-07-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-27 Christoph M... Fix #79806: realpath() erroneously resolves link to...
2020-07-27 Nikita PopovJIT internal functions with return type in debug mode
2020-07-27 Dmitry StogovPrevent setting of incorrect continuation counters
2020-07-27 Máté KocsisFix microtime() test
2020-07-27 Derick RethansLast pass of 'More consistent parameter names for date...
2020-07-27 Dmitry StogovFixed incorrect reference counting (we shouldn't skip...
2020-07-27 Christoph M... Merge branch 'PHP-7.4'
2020-07-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-27 Christoph M... Fix #77932: File extensions are case-sensitive
2020-07-27 Nikita PopovFix null pointer deref in compile_return()
2020-07-27 Nikita PopovAdd AST export support for nullsafe operator
2020-07-27 Dmitry Stogovtype in comment
2020-07-27 Dmitry StogovFixed memory leaks
2020-07-26 Derick RethansAnother pass of improving ext/date argument names
2020-07-26 Derick RethansMerge branch 'PHP-7.4'
2020-07-26 Derick RethansPHP-7.4 is 7.4.10-dev now
2020-07-25 Tyson Andre[RFC] Make string length for getTraceAsString() configu...
2020-07-24 Máté KocsisCleanup argument handling in ext/reflection
2020-07-24 Nikita PopovSupport class+mask union for internal argument
2020-07-24 Derick RethansMore consistent parameter names for date/time functions
2020-07-24 Dmitry StogovResult of branching opcode in side trace is unknown
2020-07-24 Nikita PopovFix bug #79108
2020-07-24 Nikita PopovValidate collator earlier during sort
2020-07-24 Nikita PopovAvoid UNKNOWN default in PDO::query()
2020-07-24 Máté KocsisAdd the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL...
2020-07-24 Nikita PopovMake nested ternary without parentheses a compile error
2020-07-24 Ilija ToviloImplement nullsafe ?-> operator
2020-07-23 George WangAddress some compiler warnings.
2020-07-23 George WangMerge branch 'PHP-7.4'
2020-07-23 George WangMerge branch 'PHP-7.3' into PHP-7.4
2020-07-23 George WangMerge branch 'PHP-7.2' into PHP-7.3
2020-07-23 George WangSecurity: update to LiteSpeed SAPI v7.7 to address...
2020-07-23 Dmitry StogovCleanup abstract test usage
2020-07-23 Nikita PopovUse zend_call_method in SoapFault::__toString()
2020-07-23 Nikita PopovSimplify user_stream_create_object
2020-07-23 Dmitry StogovAllow keeping result of FETCH_DIM_R in CPU register
2020-07-23 Nikita PopovCleanup SPL instantiation code
2020-07-23 Christoph M... Fix #78236: convert error on receiving variables when...
2020-07-23 Christoph M... Merge branch 'PHP-7.4'
2020-07-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-23 Christoph M... Fix #79884: PHP_CONFIG_FILE_PATH is meaningless
2020-07-23 Dmitry StogovDon't record "fake" closures
2020-07-23 Nikita PopovRemove no longer needed stdint compatibility defines
2020-07-23 Dmitry StogovWe track only arguments of user functions on abstract...
2020-07-23 Dmitry StogovFixed 32-bit build
2020-07-23 Dmitry StogovRevert "Fixed DynASM failure"
2020-07-23 Dmitry StogovFixed DynASM failure
2020-07-23 Dmitry StogovAvoid register reloading
2020-07-23 Nikita PopovFix some clang warnings
2020-07-23 Nikita PopovTry to fix 32-bit NTS build
2020-07-23 Christopher... Make test decimal to binary conversion expectation...
2020-07-23 Christopher... Fix cut/paste error in expected test output
2020-07-22 Christoph M... Fix build
2020-07-22 Christoph M... Merge branch 'PHP-7.4'
2020-07-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-22 Christoph M... Fix brittle test
2020-07-22 Christoph M... Merge branch 'PHP-7.4'
2020-07-22 Christoph M... Fix minor memory leak of CG(script_encoding_list)
2020-07-22 Dmitry StogovRevert "Disable tracing JIT on AppVeyor"
2020-07-22 twoseeFix warnings of strict-prototypes
2020-07-22 twoseeChange type of max_num_args to uint32_t
2020-07-22 twoseeExport zend_register_error_notify_callback() with ZEND_API
2020-07-22 Nikita PopovAccept unsigned instead of enum pdo_attribute_type
2020-07-22 Dmitry StogovReserve WIN64 shadow space
2020-07-22 Nikita Popovphp.ini cleanup
2020-07-22 Dmitry StogovSeparate and fix deoptimization code generator
2020-07-22 Nikita PopovTreat namespaced names as single token
2020-07-22 Nikita PopovImproved number to string comparison semantics
2020-07-22 Dmitry StogovPrevent incorrect trasing JIT TSSA usage for range...
2020-07-22 Nikita PopovCheck dual_it validity in CallbackFilterIterator::accept()
2020-07-22 Nikita PopovDrop no-op dasm_growpc() call
2020-07-22 Nikita PopovMark zend_jit_patch memory accesses as unaligned
2020-07-22 Nikita PopovMove checks after zpp in opcache_is_script_cached()
2020-07-22 Nikita PopovMerge branch 'PHP-7.4'
2020-07-22 Nikita PopovFixed bug #79881
2020-07-22 Christopher... Update NEWS
2020-07-22 George Peter... Use ZPP callable check for oci_register_taf_callback()
2020-07-22 George Peter... Some cleanup in OCI8 extension for PHP 8
2020-07-22 Christoph M... Disable tracing JIT on AppVeyor
2020-07-21 Dmitry StogovFix deoptimization info and corresponding memory leaks
2020-07-21 Dmitry StogovFixed bug #79864 (JIT segfault in Symfony OptionsResolver)
2020-07-21 Tyson AndreSupport optional comma in closure use list
2020-07-21 Máté KocsisImprove argument types and names in ext/ctype
2020-07-21 Nikita PopovGive zend_pass_function an arginfo
2020-07-21 Nikita PopovTweak zend_test arginfo/zpp
2020-07-21 Nikita PopovFix incorrect initialization in date_sunrise()
2020-07-21 Dmitry StogovSwitch to tracing JIT by default
2020-07-21 Nikita PopovFix arg/func info
2020-07-21 Máté KocsisCleanup argument handling of Zend functions and methods
2020-07-21 Remi Colletadd ZipArchive::CM_XZ constant (in upcoming libzip...
2020-07-21 Dmitry StogovFix type recording and side exit information for FE_FET...
2020-07-21 Nikita PopovRun arginfo / zpp mismatch tests for methods as well
2020-07-21 Nikita PopovCheck for missing arginfo arguments
2020-07-21 Dmitry StogovAvoid recording of uninitialized variable
2020-07-21 Nikita PopovCheck for redundant func info
2020-07-21 Nikita PopovSeparate __call and __soapCall implementations
2020-07-21 Nikita PopovAdd stubs for PDO PGSql extension methods
2020-07-21 Nikita PopovAdd stubs for PDO SQLite extension methods
next