]> granicus.if.org Git - php/shortlog
php
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
2020-06-09 Christoph M... Avoid unnecessary linking of Windows DLLs
2020-06-09 Javier Eguiluz[ci skip] Fixed some minor typos in code comments
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... Fix possibly unsupported timercmp() usage
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Nikita PopovRemove obsolete __lambda_func handling
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... Fix #62890: default_socket_timeout=-1 causes connection...
2020-06-09 Christoph M... Merge branch 'PHP-7.4'
2020-06-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-09 Christoph M... [ci skip] Update NEWS
2020-06-09 Nikita PopovBack up fake_scope in zend_call_function
2020-06-09 Nikita PopovAdd zend_call_known_function() API family
2020-06-09 Nikita PopovMerge branch 'PHP-7.4'
2020-06-09 Nikita PopovFixed bug #79683
2020-06-09 Dmitry StogovTracing JIT support for real dynamic calls
2020-06-09 George Peter... Use standard boolean type as zend_bool typedef
2020-06-09 George Peter... Fix incorrect zend_bool usage for display_errors
2020-06-09 George Peter... Fix incorrect usage of zend_bool in Zend globals
2020-06-09 Nikita PopovRemove some special-casing in zend_call_method()
2020-06-09 Máté KocsisFix some UNKNOWN default values
2020-06-09 Christoph M... Fix new test case for master
2020-06-08 Peter KokotFix #78750: configure assumes yacc and re2c work
2020-06-08 Ilija ToviloAdd missing terminators in zend_language_parser.y
2020-06-08 twoseeMake zend_argument_error_variadic static
2020-06-08 Christoph M... Merge branch 'PHP-7.4'
2020-06-08 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-06-08 Christoph M... Fix #74267: segfault with streams and invalid data
2020-06-08 twoseeAdd helper APIs for maybe-interned string creation
2020-06-08 Tyson AndreOptimize out no-op `yield from` statements
2020-06-08 Nikita PopovDon't allow variables as attribute name
2020-06-08 Nikita PopovFix bug #77966: Cannot alias a method named "namespace"
2020-06-08 Phil DavisFix typo of IteratorAggregateImpl
2020-06-08 Nikita PopovMerge branch 'PHP-7.4'
2020-06-08 Nikita PopovFixed bug #79657
2020-06-08 Dmitry StogovFixed incorrect zend_bool type usage
next