]> granicus.if.org Git - php/shortlog
php
2020-01-03 Christoph M... Merge branch 'PHP-7.4'
2020-01-03 Christoph M... Try to fix intermittently failing test case
2020-01-03 Christoph M... Merge branch 'PHP-7.4'
2020-01-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-01-03 Christoph M... Fix #79015: undefined-behavior in php_date.c
2020-01-03 Christoph M... Don't enable sanitizer by default for Windows snapshot...
2020-01-03 Máté KocsisConvert zend_parse_parameters_none() to fast ZPP
2020-01-03 Máté KocsisUse zend_parse_parameters_none() instead of zend_parse_...
2020-01-03 Nikita PopovMerge branch 'PHP-7.4'
2020-01-03 Nikita PopovRemove unnecessary strncpy in zip
2020-01-03 Nikita PopovMerge branch 'PHP-7.4'
2020-01-03 Nikita PopovAdd test for bug #73816
2020-01-03 Nikita PopovMerge branch 'PHP-7.4'
2020-01-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2020-01-03 Nikita PopovFixed bug #71876
2020-01-03 Nikita PopovMerge branch 'PHP-7.4'
2020-01-03 Nikita PopovFixed bug #79056
2020-01-03 Nikita PopovImplement WeakMap
2020-01-03 Máté KocsisUse RETURN_THROWS() after zend_throw_exception() in...
2020-01-02 Máté KocsisUse RETURN_THROWS() after zend_parse_method_parameters()
2020-01-02 Christoph M... Merge branch 'PHP-7.4'
2020-01-02 Christoph M... Add test case for bug #78883
2020-01-02 Nikita PopovMerge branch 'PHP-7.4'
2020-01-02 Nikita PopovFixed bug #79055
2020-01-02 Nikita PopovExtract functions for file cache type serialization
2020-01-02 Nikita PopovMerge branch 'PHP-7.4'
2020-01-02 Nikita PopovFix file cache run_time_cache unserialization
2020-01-02 Nikita PopovUpdate ZCSG(map_ptr_last) only if for_shm
2020-01-02 Nikita PopovMerge branch 'PHP-7.4'
2020-01-02 Nikita PopovPopulate hashtable of __sleep() properties
2020-01-02 Nikita PopovDeref names returned by __sleep()
2020-01-02 Nikita PopovExtract php_var_serialize_nested_data() function
2020-01-02 Máté KocsisUse RETURN_THROWS() after zend_throw_exception() in...
2020-01-02 Nikita PopovSwitch hash() function to use fastzpp
2020-01-02 Nikita PopovSwitch php_hash_fetch_ops() to use zend_string
2020-01-01 Tyson AndreAlways delete tempfile created by ftruncate test.
2020-01-01 Máté KocsisUse RETURN_THROWS() after zend_throw_error()
2020-01-01 Máté KocsisUse RETURN_THROWS() after zend_type_error()
2019-12-31 Máté KocsisUse RETURN_THROWS() after zend_value_error()
2019-12-31 Máté KocsisUse RETURN_THROWS() during ZPP in the remaining extensions
2019-12-31 Christoph M... Merge branch 'PHP-7.4'
2019-12-31 Christoph M... [ci skip] Revert "Add test case for bug #78883"
2019-12-31 Christoph M... Merge branch 'PHP-7.4'
2019-12-31 Christoph M... Add test case for bug #78883
2019-12-31 Christoph M... Fix erroneous change
2019-12-31 Christoph M... Merge branch 'PHP-7.4'
2019-12-31 Christoph M... Remove superfluous compiler option
2019-12-31 Máté KocsisUse RETURN_THROWS() during ZPP in most of the extensions
2019-12-30 Máté KocsisUse ZEND_THROWS() during ZPP in the GD, gettext, GMP...
2019-12-30 Máté KocsisUse ZEND_THROWS() during ZPP in enchant, exif, fileinfo...
2019-12-30 Máté KocsisUse RETURN_THROWS() during ZPP in the date, dba and...
2019-12-30 Máté KocsisUse RETURN_THROWS() during ZPP in bz2, calendar, com_do...
2019-12-30 Nikita PopovMerge branch 'PHP-7.4'
2019-12-30 Nikita PopovAlso propagate include exceptions in opcache
2019-12-30 Nikita PopovMake url_stats in resolve_path quiet
2019-12-30 Christoph M... Merge branch 'PHP-7.4'
2019-12-30 Christoph M... Avoid undefined behavior
2019-12-30 Nikita PopovMerge branch 'PHP-7.4'
2019-12-30 Nikita PopovProperly propagate url_stat exceptions during include
2019-12-30 Christoph M... Fix typo
2019-12-30 Christoph M... Fix #78790: mysqli_get_client_info() expects exactly...
2019-12-30 Máté KocsisUse RETURN_THROWS() during ZPP in main, sapi, win32...
2019-12-30 Máté KocsisUse RETURN_THROWS() when an exception is thrown
2019-12-30 Nikita PopovMerge branch 'PHP-7.4'
2019-12-30 Nikita PopovFixed bug #79046
2019-12-30 Christoph M... Fix typo
2019-12-30 Máté KocsisConvert zend_parse_parameters_none() to fast ZPP in...
2019-12-30 Christoph M... Merge branch 'PHP-7.4'
2019-12-30 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-30 Christoph M... Fix #79040: Warning Opcode handlers are unusable due...
2019-12-30 Wouter WijsmanAdd FILTER_VALIDATE_BOOL as alias for FILTER_VALIDATE_B...
2019-12-30 Nikita PopovFix SSA construction for ADD_ARRAY_ELEMENT in RC_INFERE...
2019-12-30 Nikita PopovRegenerate stubs
2019-12-30 Nikita PopovMerge branch 'PHP-7.4'
2019-12-30 Nikita PopovAdd test for bug #79031
2019-12-30 Nikita PopovRevert "Increase serialize_lock while decoding session"
2019-12-28 Christoph M... Merge branch 'PHP-7.4'
2019-12-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-28 Christoph M... Add missing skipif clause
2019-12-28 Christoph M... Merge branch 'PHP-7.4'
2019-12-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-28 Christoph M... Fix #79033: Curl timeout error with specific url and...
2019-12-27 Nikita PopovMerge branch 'PHP-7.4'
2019-12-27 Nikita PopovHandle empty password fast path in caching_sha2_password
2019-12-27 Nikita PopovHandle error response during caching_sha2_password...
2019-12-27 Nikita PopovAdd support for caching_sha2_password in change user...
2019-12-27 Nikita PopovFix unix socket check during caching_sha2_password
2019-12-27 Nikita PopovSupport auth switch request during caching sha2 auth
2019-12-27 Nikita PopovMerge branch 'PHP-7.4'
2019-12-27 Nikita PopovDon't use PASSWORD() function in test
2019-12-27 Nikita PopovSpecify explicit row order in PDO MySQL test
2019-12-27 Nikita PopovSkip bug77956.phpt if local_infile disabled on server
2019-12-27 Nikita PopovDon't check TIMESTAMP NOT NULL in fetch_field_flags...
2019-12-27 Nikita PopovDon't test the RENAME DATABASE query
2019-12-27 Nikita PopovMake GeomFromText tests compatible with MySQL 8
2019-12-27 Christoph M... Merge branch 'PHP-7.4'
2019-12-27 Christoph M... Skip test for clang builds
2019-12-27 Christoph M... Clarify usage of max_fd in php_poll2() on Windows
2019-12-26 Dmitry StogovFixed type_info for new array element (it may be only...
2019-12-26 Dmitry Stogovcleanup
next