]> granicus.if.org Git - php/shortlog
php
2019-09-27 Christoph M... Initialize variables
2019-09-27 Christoph M... Merge branch 'PHP-7.4'
2019-09-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-27 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-09-27 Fabien VillepinteFix SKIPIF in ext/mysqli
2019-09-27 Nikita PopovConvert "Only arrays and Traversables can be unpacked...
2019-09-27 Nikita PopovPromote write "use scalar as array" warning to Error
2019-09-27 Nikita PopovRemove unused mmap_file + mmap_len from basic_globals
2019-09-27 Nikita PopovAdd test for illegal unset/isset offset
2019-09-27 Nikita PopovConvert "Illegal offset type" warnings to exceptions
2019-09-27 Nikita PopovConvert "cannot add element" warning to exception
2019-09-27 Christoph M... Merge branch 'PHP-7.4'
2019-09-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-27 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-09-27 Christoph M... Fix skipif.inc
2019-09-27 Nikita PopovMerge branch 'PHP-7.4'
2019-09-27 Nikita PopovXFAIL sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stder...
2019-09-27 Nikita PopovEnable ubsan stack trace printing on community job
2019-09-27 Nikita PopovMerge branch 'PHP-7.4'
2019-09-27 Nikita PopovFix file clash in rename_variation.phpt
2019-09-27 Nikita PopovMerge branch 'PHP-7.4'
2019-09-27 Nikita PopovHandle resources used as array keys consistently
2019-09-27 Nikita PopovThrow Error when writing property of non-object
2019-09-27 Tyson AndreUpdate opcache zend_func_info after wbmp/xml_parser...
2019-09-26 Dmitry StogovDon't generate useless stubs
2019-09-26 Nikita PopovMerge branch 'PHP-7.4'
2019-09-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-26 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-26 Nikita PopovFix memory leak with ** on array operands
2019-09-26 Nikita PopovLimit max length for parser fuzzer
2019-09-26 Nikita PopovMerge branch 'PHP-7.4'
2019-09-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-26 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-26 Nikita PopovFix null-pointer deref in if stmt printing
2019-09-25 Dmitry StogovAvoid code dupliction
2019-09-25 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-25 Dmitry StogovFixed GOTO VM
2019-09-25 Dmitry StogovCleanup CFG optimization
2019-09-25 Stephen ReayAdding ldap stubs for arginfo
2019-09-25 Gabriel CarusoRemove mention of PHP major version in Copyright headers
2019-09-25 Nikita PopovMerge branch 'PHP-7.4'
2019-09-25 Nikita PopovIncrease serialize_lock while decoding session
2019-09-25 Nikita PopovRemove xfail on bug70219.phpt
2019-09-25 Christoph M... Just return on throwing ZPP
2019-09-25 Christoph M... Add missing zend_parse_parameters_none()
2019-09-25 Nikita PopovMerge branch 'PHP-7.4'
2019-09-25 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-25 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-25 Stephen ReayAdd SimpleXML arginfo stubs
2019-09-25 Jinesh PatelFix hash key length in umsg_parse_format()
2019-09-25 Nikita PopovMerge branch 'PHP-7.4'
2019-09-25 Gerard RocheFix GCOV not working for PHP-7.4 and master branches
2019-09-24 Gabriel CarusoMerge branch 'PHP-7.4'
2019-09-24 Gabriel CarusoUse nproc instead of hardcoded number
2019-09-24 Christoph M... [ci skip] Update UPGRADING.INTERNALS
2019-09-24 Christoph M... Add check_only parameter to get_closure handler
2019-09-24 Nikita PopovAdd new entries for exif and unserialize fuzzing corpus
2019-09-24 Nikita PopovMerge branch 'PHP-7.4'
2019-09-24 Nikita PopovFixed bug #78589
2019-09-24 Nikita PopovAvoid signed shift
2019-09-24 Christoph M... Merge branch 'PHP-7.4'
2019-09-24 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-24 Christoph M... Update NEWS
2019-09-24 Stanislav MalyshevMerge branch 'PHP-7.4'
2019-09-24 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-09-24 Christoph M... Fix #78559: Heap buffer overflow in mb_eregi
2019-09-23 Christoph M... Merge branch 'PHP-7.4'
2019-09-23 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-09-23 Christoph M... Fix NEWS entry
2019-09-23 Dmitry StogovUse cheaper code for scalar type check
2019-09-23 Dmitry StogovChange ZEND_RECV and ZEND_RECV_VARIADIC to use extended...
2019-09-23 Nikita PopovCheck that type is set in ZEND_TYPE_IS_MASK()
2019-09-23 Benjamin EberleiCleanup ext/dom: Additional unimplemented code followin...
2019-09-23 Nikita PopovMerge branch 'PHP-7.4'
2019-09-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-23 Nikita PopovFix skipif condition
2019-09-23 Nikita PopovUse ZEND_TYPE_IS_SET() when checking for property types
2019-09-23 Nikita PopovMerge branch 'PHP-7.4'
2019-09-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-23 Nikita PopovSkip test on 32-bit
2019-09-23 Nikita PopovDon't set nullability flag for parameters without type
2019-09-23 Nikita PopovUpdate error messages in some more tests
2019-09-23 Nikita PopovCanonicalize typed prop/param default value errors
2019-09-23 Nikita PopovCheck for nullable void type earlier
2019-09-23 Nikita PopovCanonicalize typed properties error message
2019-09-23 Nikita PopovStandardize type printing in reflection
2019-09-23 Nikita PopovChange representation of zend_type from type code to...
2019-09-23 Nikita PopovMerge branch 'PHP-7.4'
2019-09-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Nikita PopovSkip test on 32-bit
2019-09-23 Nikita PopovMerge branch 'PHP-7.4'
2019-09-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Nikita PopovCommit regenerated var_unserializer.c
2019-09-23 Nikita PopovRemove commented code
2019-09-23 Nikita PopovMerge branch 'PHP-7.4'
2019-09-23 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-23 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
next