]> granicus.if.org Git - php/shortlog
php
2019-09-06 Nikita PopovMerge branch 'PHP-7.4'
2019-09-06 Nikita PopovRemove defines for specific oraldap versions
2019-09-06 Nikita PopovRemove support for umich_ldap
2019-09-06 Nikita PopovMerge branch 'PHP-7.4'
2019-09-06 Nikita PopovRemove nsldap support
2019-09-06 Nikita PopovMerge branch 'PHP-7.4'
2019-09-06 Nikita PopovFix detection of gmp on clang
2019-09-06 Nikita PopovEnable display_startup_errors by default
2019-09-06 Nikita PopovMerge branch 'PHP-7.4'
2019-09-06 Nikita PopovFixed bug #78502
2019-09-06 Dmitry StogovMerge branch 'non_pic'
2019-09-05 Christoph M... Merge branch 'PHP-7.4'
2019-09-05 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-09-05 Christoph M... Fix version
2019-09-05 Stanislav MalyshevMerge branch 'PHP-7.4'
2019-09-05 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-09-05 Stanislav Malyshevfix version
2019-09-05 Nikita PopovMerge branch 'PHP-7.4'
2019-09-05 Nikita PopovFix pipe detection and stream position handling
2019-09-05 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-05 Dmitry StogovRevert "Microoptimization (avoid code duplication)"
2019-09-05 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-05 Dmitry StogovMicrooptimization (avoid code duplication)
2019-09-05 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2019-09-05 Nikita PopovLoad execute_data without global regs
2019-09-05 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-05 Nikita PopovMerge branch 'PHP-7.4'
2019-09-05 Dmitry StogovRemove HOT attribute from some VM handlers. Comparisons...
2019-09-05 Nikita PopovRemove --with-zlib-dir option from mysqlnd config
2019-09-05 Nikita PopovFix deprecated args freeing with JIT
2019-09-04 Nikita PopovMerge branch 'PHP-7.4'
2019-09-04 MarkWarnings to Errors: imagesetstyle
2019-09-04 Nikita PopovImprove exception handling for abstract/deprecated...
2019-09-04 MarkWarnings to errors in imageaffinematrix*()
2019-09-04 MarkWarnings to errors in imagecrop(auto)
2019-09-04 Nikita PopovMerge branch 'PHP-7.4'
2019-09-04 Nikita PopovFix handling of abstract/deprecated exception
2019-09-04 MarkWarnings to errors imageconvolution
2019-09-04 MarkWarnings become errors for imagepolygon et al
2019-09-04 MarkNegative checks for gamma
2019-09-04 MarkWarnings for image colour range check now throw exceptions
2019-09-04 MarkWarnings to errors for imagecreatefromgd2part
2019-09-04 MarkWarnings to Errors imagetruecolortopalette
2019-09-04 MarkWarnings to Errors imagecreate(truecolor)
2019-09-04 Christoph M... Add ext/xmlreader stubs
2019-09-04 Christoph M... Add missing zend_parse_paramters_none()
2019-09-04 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-04 Dmitry StogovFixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)).
2019-09-04 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2019-09-04 Dmitry StogovMerge branch 'PHP-7.4'
2019-09-04 Dmitry StogovFixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)).
2019-09-04 Nikita PopovMerge branch 'PHP-7.4'
2019-09-04 Tyson AndreAdd missing opcache return types for functions in spl
2019-09-04 Christoph M... Declare nullable arguments in stubs
2019-09-04 Christoph M... Merge branch 'PHP-7.4'
2019-09-04 Fabien VillepinteAdd the last missing SKIPIF
2019-09-04 Christoph M... Merge branch 'PHP-7.4'
2019-09-04 Fabien VillepinteAdd missing SKIPIF (mbstring)
2019-09-04 Fabien VillepinteAdd missing SKIPIF (xml)
2019-09-04 Christoph M... Merge branch 'PHP-7.4'
2019-09-04 Fabien VillepinteAdd missing SKIPIF (openssl)
2019-09-04 Christoph M... Merge branch 'PHP-7.4'
2019-09-04 Fabien VillepinteAdd missing SKIPIF (sqlite)
2019-09-04 Christoph M... Merge branch 'PHP-7.4'
2019-09-04 Fabien VillepinteAdd missing SKIPIF
2019-09-03 Christoph M... Fix default value
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
next