]> granicus.if.org Git - php/shortlog
php
2019-09-02 Dmitry StogovFixed pow() function info
2019-09-02 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-02 Dmitry StogovUpdate PHP_API_VERSION
2019-09-02 Nikita PopovMake ReflectionType an abstract class
2019-09-02 Christoph M... Merge branch 'PHP-7.4'
2019-09-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-02 Christoph M... Update NEWS
2019-09-02 Christoph M... Merge branch 'PHP-7.4'
2019-09-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-02 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-09-02 Christoph M... Fix #76577: outdated documentation concerning track_errors
2019-09-02 Nikita PopovMove isBuiltin() method from ReflectionType to Reflecti...
2019-09-02 Nikita PopovAdd arg type assertions to DO_ICALL
2019-09-02 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-02 Dmitry StogovFree two bits in fn_flags by merging ZEND_ACC_HEAP_RT_C...
2019-09-02 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-02 Dmitry StogovFixed information about unused flags
2019-09-02 Dmitry StogovFixed performance degradation caused by arg_info of...
2019-09-02 Nikita PopovFix typo in type
2019-09-02 Nikita PopovMake error_reporting=E_ALL the default
2019-09-02 Nikita PopovMerge branch 'PHP-7.4'
2019-09-02 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-02 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-02 Nikita PopovFix pkg-config version constraint for ICU
2019-08-31 George Peter... Promote warnings to errors in substr_count()
2019-08-31 George Peter... Promote warnings to errors in substr_compare()
2019-08-31 George Peter... Merge branch 'PHP-7.4'
2019-08-31 George Peter... Drop E_STRICT notice in mysqli extension
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovReenable alloca support on ZTS
2019-08-30 Nikita PopovCheck zpp before other errors in SoapServer::addSoapHea...
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovFix file clashes in copy tests
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovRemove bogus vcwd_open
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-08-30 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-08-30 Sergei TurchanovFixed bug #78469
2019-08-30 Nikita PopovEnable JIT on community_job
2019-08-30 Nikita PopovJIT: Fix missing free on JMPZ_EX with op1 == res
2019-08-30 Nikita PopovAdd jit_bisect_limit
2019-08-30 Christoph M... Remove duplicate md5/sha1 implementation
2019-08-30 Nikita PopovFix func info for chop()
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovAvoid accessing undefined index in CLI server test
2019-08-30 Nikita PopovDon't call Reflection::export() in --rf etc implementation
2019-08-30 Nikita PopovDisable symfony build on master
2019-08-30 Nikita PopovFix closure extra args freeing for JIT as well
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Fabien VillepinteModernize some connectors in tests to remove env key...
2019-08-30 Nikita PopovMerge branch 'PHP-7.4'
2019-08-30 Nikita PopovAdd job for community projects
2019-08-30 George Peter... Move and fix scandir related bug test
2019-08-30 George Peter... Promote warnings to errors in dir stdlib extension
2019-08-30 Peter KokotMerge branch 'PHP-7.4'
2019-08-30 Peter KokotUpdate NEWS
2019-08-30 Peter KokotFix #78460: PEAR installation failure
2019-08-29 George Peter... Promote warnings to errors in assert_options()
2019-08-29 George Peter... Promote Directory handler warning to error
2019-08-29 Nikita PopovMerge branch 'PHP-7.4'
2019-08-29 Nikita PopovFix potentially uninitialized use in ldap
2019-08-29 MarkWarnings to Errors hash_equals
2019-08-29 MarkErrorfy hash_pbkdf2
2019-08-29 MarkWarnings become errors for hash_hkdf
2019-08-29 MarkWarnings become errors hash stream functions (other...
2019-08-29 MarkWarnings become errors hash_init
2019-08-29 MarkWarnings become errors hash_hmac hash_hmac_file
2019-08-29 George Peter... Promote warnings to errors in array_walk(_recursive)()
2019-08-29 George Peter... Promote warnings to errors in compact()
2019-08-29 George Peter... Promote warnings to errors in array_merge(_recursive...
2019-08-29 Nikita PopovMerge branch 'PHP-7.4'
2019-08-29 Nikita PopovAddref static vars when not copying private method
2019-08-29 Nikita PopovUse explicit unaligned type in md5 implementation
2019-08-29 Nikita PopovMerge branch 'PHP-7.4'
2019-08-29 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-08-29 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-08-29 Nikita PopovFix use-after-free of immediately invoked closure with...
2019-08-28 George Peter... Promote warnings to errors in extract()
2019-08-28 Christoph M... Don't explicitly set return value on ZFR failure in...
2019-08-28 Nikita PopovMerge branch 'PHP-7.4'
2019-08-28 Nikita PopovSet opcache.protect_memory=1 on Azure
2019-08-28 Christoph M... Merge branch 'PHP-7.4'
2019-08-28 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-08-28 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-08-28 Christoph M... Fix #78473: odbc_close() closes arbitrary resources
2019-08-28 Nikita PopovMerge branch 'PHP-7.4'
2019-08-28 Nikita PopovAdd missed mutability check
2019-08-28 Christoph M... Add ext/odbc stubs
2019-08-28 Nikita PopovMerge branch 'PHP-7.4'
2019-08-28 Nikita PopovRemove delref in free_object_storage
2019-08-28 Nikita PopovDestroy error handlers before final GC run
2019-08-28 Christoph M... Fix test regarding ZPP TypeErrors
2019-08-28 Nikita PopovMerge branch 'PHP-7.4'
2019-08-28 Nikita PopovFixed bug #78335
2019-08-28 Nikita PopovCompute needle end only after checking it's non-empty
2019-08-28 Stanislav MalyshevMerge branch 'PHP-7.4'
2019-08-28 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-08-28 Stanislav MalyshevUpgrade oniguruma lib to 6.9.3
2019-08-27 George Peter... Promote warnings to errors in max()
next