]> granicus.if.org Git - php/shortlog
php
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
2020-07-21 Dmitry StogovDisable JIT for PHPDBG
2020-07-21 Nikita PopovFix UConvert::getErrorMessage() leak on zpp failure
2020-07-21 Nikita PopovMove SOAP_SERVER_BEGIN_CODE() after zpp
2020-07-21 Nikita PopovMake ReflectionGenerator final
2020-07-21 Nikita PopovStricter verification of func info against arg info
2020-07-21 Nikita PopovAdjust Doctrine workaround in community job
2020-07-21 Dmitry StogovSwitch to tracing JIT by default
2020-07-21 Dmitry StogovUse different temporary register
2020-07-21 Gabriel CarusoNext is PHP 8.0.0beta1
2020-07-21 Nikita PopovRemove some redundant func info
2020-07-21 Gabriel CarusoUpdate NEWS for PHP 8.0.0alpha3
2020-07-21 Dmitry StogovFixed support for 64-bit constants
2020-07-21 Nikita PopovFix mb_ereg_search* arg and func info
2020-07-21 Nikita PopovFix readline test after callback changes
2020-07-21 Nikita PopovRemove null from highlight_* return types
2020-07-21 Derick RethansMerge branch 'PHP-7.4'
2020-07-21 Derick RethansPrepare for 7.4.10
2020-07-21 Nikita PopovRemove bool return type from assert_options
2020-07-21 Nikita PopovFix iptcembed func info
2020-07-21 Nikita PopovCall zpp_none in PharFileInfo::__destruct()
2020-07-21 Christoph M... Merge branch 'PHP-7.4'
2020-07-21 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-21 Christoph M... 7.3 is now 7.3.22-dev
2020-07-21 Dmitry StogovFixed pg_select() function info
2020-07-20 George Peter... Use ZPP callable check in readline extension
2020-07-20 George Peter... Use ZPP callable for PDO Sqlite
2020-07-20 Dmitry StogovFixed tracing JIT exception handling
2020-07-20 Máté KocsisExplode _php_image_output_ctx() into multiple functions
2020-07-20 Dmitry StogovFixed VM interrupt handling
2020-07-20 Dmitry StogovKeep CPU regesters used by deoptimizer
2020-07-20 Dmitry StogovFixed tracing JIT for VM without global register variables
2020-07-20 Nikita PopovPreserve original ce_flags when registering class
2020-07-20 Nikita PopovFetch pdo stmt after zpp
2020-07-20 Nikita PopovUpdate method signature in test
2020-07-20 Nikita PopovUse zpp for PDO fetch mode
2020-07-20 Nikita PopovFix bug #79857: Add upgrading note for exit dtor change
2020-07-20 Nikita PopovFix bug #79868
2020-07-20 Nikita PopovAdd common code for magic method assignment
2020-07-20 Christoph M... Merge branch 'PHP-7.4'
2020-07-20 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-07-20 Christoph M... Fix #63527: DCOM does not work with Username, Password...
2020-07-20 Dmitry StogovFixed incorrect deoptimization info
2020-07-20 Nikita PopovDirectly assign magic methods
2020-07-20 Nikita PopovRemove unused lc_class_name variable
2020-07-20 Nikita PopovReport magic method names as written
2020-07-20 Nikita PopovUnify magic method visibility check
2020-07-20 Dmitry StogovRemove old code (BP_VAR_RW warning)
2020-07-20 Nikita PopovFix tests I missed before
2020-07-20 Nikita PopovUnify magic method return type checks
2020-07-20 Nikita PopovUnify static/non-static check for magic methods
2020-07-20 Nikita PopovAdd missing arg num check for __set_state
2020-07-20 Nikita PopovClean up zend_check_magic_method_implementation
2020-07-20 Christopher... Merge branch 'oci8-3.0'
2020-07-20 Christopher... Rename OCI8 classes to use standard names so arg stub...
2020-07-20 Christopher... Bump OCI8 version to 3.0 so a PHP 8 PECL release can...
2020-07-20 Nikita PopovRevert "Switch to tracing JIT by default"
2020-07-20 Dmitry StogovSwitch to tracing JIT by default
2020-07-19 Tyson AndreSkip upload_2G.phpt if disk_free_space() <= 2GB
2020-07-17 Nikita PopovUse proper methods for php_user_filter implementation
2020-07-17 Nikita PopovMove SessionHandler sanity checks after zpp
2020-07-17 Nikita PopovOnly set DIT type on successful initialization
2020-07-17 Nikita PopovRemove spurious return true from DOMXPath::registerPhpF...
2020-07-17 Nikita PopovUse string|array type in DOMXPath::registerPhpFunctions()
2020-07-17 Nikita PopovAdd missing zpp_none call in Exception::__wakeup
2020-07-17 Nikita PopovConvert SPL fatal error to Error exception
2020-07-17 George Peter... Drop useless zend_accel_script_persistable() function
2020-07-17 George Peter... Drop unused param in zend_parse_arg_class_name_or_obj()
2020-07-17 Benjamin EberleiAdd error notification callbacks to UPGRADING.INTERNALS
next