]> granicus.if.org Git - php/shortlog
php
2019-09-03 Dmitry StogovLink executable files using non PIC object files. This...
2019-09-03 Christoph M... Merge branch 'PHP-7.4'
2019-09-03 Christoph M... Document opcache.preload_user directive
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Nikita PopovReport false for inherited private methods in method_ex...
2019-09-03 Christoph M... Merge branch 'PHP-7.4'
2019-09-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-03 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-09-03 Christoph M... Fix #41997: SP call yields additional empty result set
2019-09-03 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-03 Dmitry StogovExecute preload script under user defined by opcache...
2019-09-03 Christoph M... Don't explicitly set return value on ZPP failure in...
2019-09-03 Christoph M... Add ext/xml stubs
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Nikita PopovAvoid pointer UB in strip_header
2019-09-03 Nikita PopovUse unsigned subtraction in php_random_int()
2019-09-03 Nikita PopovDon't perform coercions in internal func return type...
2019-09-03 Nikita PopovFix gen_stubs with out-of-tree build
2019-09-03 Nikita PopovSupport computing func info from ret arg info for inter...
2019-09-03 Nikita PopovRemove duplicate func info for array_key_first/last
2019-09-03 Derick RethansMerge branch 'PHP-7.4' of git://github.com/php/php...
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Tyson AndreAdd missing opcache return info for ext/standard.
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Tyson AndreAdd new missing functions from ext/hash
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Nikita PopovAdd zpp check to spl_classes()
2019-09-03 Derick RethansUpdate NEWS for 7.4.0RC2
2019-09-03 Derick RethansUpdate NEWS for PHP 7.4.0RC1
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Nikita PopovClarify failure behavior of spl_iterator_apply()
2019-09-03 Tyson AndreFix opcache optimizer info for time_nanosleep (again)
2019-09-03 Christoph M... Merge branch 'PHP-7.4'
2019-09-03 Christoph M... Add missing argument checks
2019-09-03 Nikita Popovphp_stream_from_zval can no longer return false
2019-09-03 Nikita PopovMerge branch 'PHP-7.4'
2019-09-03 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-09-03 Nikita PopovMerge branch 'PHP-7.2' into PHP-7.3
2019-09-03 Tyson AndreFix opcache return type for hash_update_stream
2019-09-03 Christoph M... Don't explicitly set return value on ZFR failure in...
2019-09-03 Christoph M... Add ext/xmlwriter stubs
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()
next