]> granicus.if.org Git - php/shortlog
php
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
2020-07-17 Nikita PopovParse parameters in zend_test_void_return()
2020-07-17 Nikita PopovFix some pgsql arginfos
2020-07-17 Nikita PopovSome zpp cleanup in pgsql
2020-07-17 Nikita PopovRemove some zpp quiet uses in pgsql
2020-07-17 Nikita PopovAdd missing image_type_to_extension() argument
2020-07-17 Nikita PopovFixed bug #79867
2020-07-17 Benjamin EberleiIntroduce error notification callbacks that are run...
2020-07-17 Nikita PopovMerge branch 'PHP-7.4'
2020-07-17 Nikita PopovFixed bug #79839
2020-07-17 Nikita PopovFix IntlGregorianCalendar constructor signature
2020-07-17 Dmitry StogovSide exit on overflow
2020-07-17 Nikita PopovThrow correct exception from ArrayObject sort methods
2020-07-17 Nikita PopovAdd missing param to DatePeriod::__construct()
2020-07-17 Dmitry StogovJMP optimization
2020-07-17 Dmitry StogovEliminate useless exception checks
2020-07-16 Dmitry StogovEliminate some reference-counting
2020-07-16 Nikita PopovMerge branch 'PHP-7.4'
2020-07-16 Nikita PopovRevert "Drop freetype from i386"
2020-07-16 Nikita PopovMerge branch 'PHP-7.4'
2020-07-16 Nikita PopovFix azure i386 build
2020-07-16 Nikita PopovFix WeakReference::create() stub
2020-07-16 Dmitry Stogovcleanup
2020-07-16 Christoph M... Fix #79805: sapi_windows_vt100_support throws TypeError
2020-07-16 Christoph M... Fix #79846: 8c67c166996 broke simple regexp
2020-07-16 Dmitry Stogovcleanup
2020-07-16 Christoph M... Merge branch 'PHP-7.4'
2020-07-16 Christoph M... Enable further tests on Windows
2020-07-16 Dmitry StogovCheck type guard on result of FETCH_OBJ_R/IS instructions
2020-07-16 Remi ColletMerge branch 'PHP-7.4'
2020-07-16 Remi Collet#79657 was cherry-picked in 7.4.7
2020-07-16 Christoph M... Merge branch 'PHP-7.4'
2020-07-16 Christoph M... Fix readlink related memory leak
2020-07-15 Dmitry StogovFixed tracing JIT for ASSIGN to typed reference
2020-07-15 Pedro MagalhãesIgnore inheritance rules on private methods
2020-07-15 Christoph M... Merge branch 'PHP-7.4'
2020-07-15 Christoph M... Fix tests regarding negative fileinode()
2020-07-15 Dmitry StogovCheck type guard on result of FETCH_DIM_R/IS instructions
2020-07-15 Nikita PopovMerge branch 'PHP-7.4'
2020-07-15 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-15 Andy PostnikovFix bug #78008: dns_check_record() always return true...
2020-07-15 Nikita PopovMerge branch 'PHP-7.4'
2020-07-15 Nikita PopovFixed bug #79862
2020-07-15 Nikita PopovMerge branch 'PHP-7.4'
2020-07-15 Christopher... Fixed bug #79820
2020-07-15 Nikita PopovRemove type argument from zend_get_zval_ptr
2020-07-15 Christopher... Retrofit description of recent PR changes
2020-07-14 Nikita PopovReduce scope of preload compiler_options
2020-07-14 Nikita PopovFix preloading of union typed property inherited from...
2020-07-14 Nikita PopovCheck for name vs ce in a few more places
2020-07-14 Dmitry StogovTracing JIT for SWITCH instructions
2020-07-14 Dmitry StogovBetter support for 64-bit .aword constants
2020-07-14 Nikita PopovFix preloading property type resolution
2020-07-14 Nikita PopovMerge branch 'PHP-7.4'
2020-07-14 Nikita PopovMerge remote-tracking branch 'upstream/PHP-7.4' into...
2020-07-14 Nikita PopovMerge branch 'PHP-7.4'
2020-07-14 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-07-14 Evgeny StepanischevFixed bug #79849
2020-07-14 Nikita PopovFixed bug #79852
2020-07-14 Nikita PopovUse different scratch register
2020-07-14 Martin SchröderSupport socketpairs in proc_open()
2020-07-13 Christoph M... Remove out-dated comment
2020-07-13 Christoph M... Fix typos
2020-07-13 Nikita PopovPut debug function behind ifdef
2020-07-13 Nikita PopovAdd user upgrading note for no_separation change
2020-07-13 Nikita PopovAdd upgrading note for crypt change
2020-07-13 Nikita PopovRestore warning
2020-07-13 George Peter... Use consistent types
2020-07-13 Dmitry StogovImproved reference-counting inference
2020-07-13 Nikita PopovAdd upgrading note
2020-07-13 Remi Colletdefine COMPILER and ARCHITECTURE from environment
2020-07-13 Rowan TomminsImprove output of tokens in Parse Errors
2020-07-13 Dmitry StogovJIT for array merging
2020-07-13 Nat WyattFix compilation errors when EXIF_DEBUG is defined
2020-07-13 Christoph M... Merge branch 'PHP-7.4'
2020-07-13 Christoph M... Fix test for x86 Windows
2020-07-13 Nikita PopovAdd another doctrine workaround
2020-07-13 Nikita PopovCheck for undef var in verify return jit
2020-07-13 Nikita PopovFixed bug #79828
2020-07-13 Nikita PopovFixed bug #79841
2020-07-12 Christoph M... Fix PDO_Firebird numeric to string conversion on Windows
2020-07-12 Christoph M... Fix PDO_Firebird tests which assume ERRMODE_SILENT
2020-07-12 Christoph M... Unbork tests for PDO_Firebird
2020-07-12 Ilija ToviloFix free of uninitialized memory in MATCH_ERROR
2020-07-11 twoseedebug_zval_dump(): Don't skip recursion detection on...
2020-07-11 Máté KocsisAddd upgrading notes about OCI8
2020-07-11 Jens de NiesRemoved the "oci_internal_debug" function and its alias...
2020-07-11 Chuck Adams(ffi) fix ifdefs for non-windows systems without long...
2020-07-11 Christoph M... Export php_gd_libgdimageptr_from_zval_p()
2020-07-11 Ilija Tovilo[skip ci] Consistent match test closing tags
2020-07-11 twoseeMerge branch 'PHP-7.4'
next