]> granicus.if.org Git - php/shortlog
php
2020-06-18 Nikita PopovMerge branch 'PHP-7.4'
2020-06-18 Nikita PopovMigrate some tests to certificate generator
2020-06-18 Nikita PopovMerge branch 'PHP-7.4'
2020-06-18 Nikita PopovDon't use ternary in ini default
2020-06-18 Dmitry StogovUse guards for ZEND_FETCH_OBJ_R/IS to eliminate repeata...
2020-06-18 Nikita PopovMerge branch 'PHP-7.4'
2020-06-18 Nikita PopovRemove bug48187.phpt
2020-06-18 Christoph M... Update release-process.md wrt. new bin/createReleaseEntry
2020-06-18 Dmitry StogovFixed multiple definition
2020-06-17 Nikita PopovMerge branch 'PHP-7.4'
2020-06-17 Nikita PopovUse sha256 as digest algorithm in certificate generator
2020-06-17 Alex DowadRemove unneeded --disable-inline-optimization build...
2020-06-17 Nikita PopovMerge branch 'PHP-7.4'
2020-06-17 Nikita PopovSuppress zend signals check in two readline tests
2020-06-17 Máté KocsisConvert resources to objects in ext/zlib
2020-06-17 Máté KocsisImprove error messages of ext/zlib
2020-06-17 Christoph M... Fix #63575: Root elements are not properly cloned
2020-06-17 moliataUse zend_is_constructor()
2020-06-17 Christoph M... Fix typos
2020-06-17 Nikita PopovAdd ZVAL_OBJ_COPY macro
2020-06-17 Máté KocsisConvert CURL resources to objects
2020-06-17 Sara GolemonUpdate CREDITS
2020-06-17 Dmitry StogovImproved JIT for SEPARATE_ARRAY
2020-06-17 Dmitry StogovTracing JIT support for PHP references in ASSIGN instru...
2020-06-17 Nikita PopovMerge branch 'PHP-7.4'
2020-06-17 Nikita PopovAdd mbregex skipif
2020-06-17 Dmitry Stogovcleanup
2020-06-16 Christoph M... Use ZEND_UNREACHABLE() instead of ZEND_ASSERT(0)
2020-06-16 Dmitry StogovMerge exit points
2020-06-16 Dmitry StogovEliminate a dead check
2020-06-16 Dmitry StogovTracing JIT support for PHP references in array related...
2020-06-16 Máté KocsisConvert resource to object in Sysvshm extension
2020-06-16 Christoph M... FR #79344: xmlwriter_write_attribute_ns: $prefix should...
2020-06-16 Nikita PopovRemove debug code from usleep()
2020-06-16 Nikita PopovMerge branch 'PHP-7.4'
2020-06-16 Nikita PopovFix non-default syntax in mb_ereg_search()
2020-06-16 Dmitry StogovUse "lea" to add/sub register with constant
2020-06-16 Dmitry StogovImproved JIT for ZVAL_COPY_DEREF
2020-06-16 Nikita PopovOptimize parallel test runner startup
2020-06-16 David CarlierImplements an openpty wrapper for solaris based systems
2020-06-16 David CarlierFix JIT build on solaris/illumos
2020-06-16 Nikita PopovFix printf type
2020-06-16 Jens de NiesMade sure zpp is always called and refactored some...
2020-06-16 Jens de NiesFixed some oci8 tests.
2020-06-16 Dmitry StogovAdded JIT debug flag to dump the size of generated...
2020-06-15 Fabien VillepinteFix typo
2020-06-15 Dmitry StogovAdded note
2020-06-15 Dmitry StogovFixed JIT
2020-06-15 Dmitry StogovChange GC_COLLECTABLE flag into GC_NOT_COLLECTABLE...
2020-06-15 Dmitry StogovFETCH_FIM_R/IS JIT improvement
2020-06-15 Nikita PopovFix typo in file cache job
2020-06-13 Christoph M... Merge branch 'PHP-7.4'
2020-06-13 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-13 Christoph M... Fix #79687: Sony picture - PHP Warning - Make, Model...
2020-06-13 Máté KocsisFix ZPP of OCI_Lob::free
2020-06-12 Nikita PopovMerge branch 'PHP-7.4'
2020-06-12 Nikita PopovDrop freetype from i386
2020-06-12 Nikita PopovUse shared setup.yml on azure
2020-06-12 Nikita PopovUse GC stack in nested data removal
2020-06-12 Christoph M... Merge branch 'PHP-7.4'
2020-06-12 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-12 Christoph M... Fix #79676: imagescale adds black border with IMG_BICUBIC
2020-06-12 Nikita PopovAvoid out of range float to int cast in exif
2020-06-12 Nikita PopovMerge branch 'PHP-7.4'
2020-06-12 Nikita PopovSuppress deprecation warning in sockets.c
2020-06-12 Nikita PopovRevert accidental change
2020-06-12 Nikita PopovInitialize indentation_uses_spaces field
2020-06-12 Nikita PopovFix count_commas implementation
2020-06-12 Nikita PopovFix null pointer UB in add_assoc_image_info()
2020-06-12 Nikita PopovMove label to correct position
2020-06-12 Nikita PopovFix null pointer UB in GC
2020-06-12 Nikita PopovFix float conversion warning
2020-06-12 Nikita PopovUse unused attribute for _dummy
2020-06-12 Nikita PopovFix null pointer ub in encoding parsing
2020-06-12 Nikita PopovUpdate fuzzer readme
2020-06-11 Anatol BelskiMerge branch 'PHP-7.4'
2020-06-11 Anatol Belskisqlite3: Fix possible use after free
2020-06-10 Dmitry StogovUse cheaper variant of zend_hash_index_find()
2020-06-10 Christoph M... Fix #73529: session_decode() silently fails on wrong...
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Update NEWS wrt. bug 79681
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Fix #79681: mime_content_type/finfo returning incorrect...
2020-06-10 Nikita PopovMore efficient check for valid class name
2020-06-10 Nikita PopovMerge branch 'PHP-7.4'
2020-06-10 Nikita PopovExplicitly start postgres on azure
2020-06-10 Christoph M... Merge branch 'PHP-7.4'
2020-06-10 Christoph M... Also support absolute Windows filenames
2020-06-10 Nikita PopovFix bug #65006
2020-06-10 Nikita PopovSimplify spl_autoload_perform() implementation
2020-06-10 Nikita PopovRemove called_scope inheritance in zend_call_method()
2020-06-10 Nikita PopovFix called scope assignment in autoloader
2020-06-10 Nikita PopovRemove autoload_running flag
2020-06-10 Nikita PopovCleanup SPL autoload implementation
2020-06-10 Christoph M... Control VCRT leak reporting via environment variable...
2020-06-10 Dmitry StogovSetup RETURN counters for nested frames
2020-06-10 Xinchen HuiMerge branch 'PHP-7.4'
2020-06-10 Xinchen HuiPartial fixed bug #79649 (Altering disable_functions...
2020-06-09 Dmitry StogovA helper to trace executed source lines
2020-06-09 Dmitry StogovTracing JIT support for megamorphic calls
next