]> granicus.if.org Git - php/shortlog
php
2019-09-09 Nikita PopovFix typo
2019-09-09 Remi Colletzip edxtension is now 1.15.5
2019-09-09 Remi Colletfix type consistency after
2019-09-09 Nikita PopovFixed bug #78514
2019-09-09 Nikita PopovFix PDO pgsql memory leak with scrollable cursors
2019-09-09 Nikita PopovFix double free of DSN credentials
2019-09-08 Peter KokotUpdate NEWS
2019-09-08 Peter KokotFix #78349: Bundled pcre2 library missing LICENCE file
2019-09-07 Nikita PopovFix reporting of redirect test failures in junit
2019-09-07 Dmitry StogovLink executable files using non PIC object files. This...
2019-09-06 Nikita PopovRemove defines for specific oraldap versions
2019-09-06 Nikita PopovRemove support for umich_ldap
2019-09-06 Nikita PopovRemove nsldap support
2019-09-06 Nikita PopovFix detection of gmp on clang
2019-09-06 Nikita PopovFixed bug #78502
2019-09-05 Stanislav MalyshevMerge branch 'PHP-7.3' into PHP-7.4
2019-09-05 Stanislav Malyshevfix version
2019-09-05 Nikita PopovFix pipe detection and stream position handling
2019-09-05 Dmitry StogovRevert "Microoptimization (avoid code duplication)"
2019-09-05 Dmitry StogovMicrooptimization (avoid code duplication)
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-04 Nikita PopovImprove exception handling for abstract/deprecated...
2019-09-04 Nikita PopovFix handling of abstract/deprecated exception
2019-09-04 Dmitry StogovFixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)).
2019-09-04 Tyson AndreAdd missing opcache return types for functions in spl
2019-09-04 Fabien VillepinteAdd the last missing SKIPIF
2019-09-04 Fabien VillepinteAdd missing SKIPIF (mbstring)
2019-09-04 Fabien VillepinteAdd missing SKIPIF (openssl)
2019-09-04 Fabien VillepinteAdd missing SKIPIF (sqlite)
2019-09-04 Fabien VillepinteAdd missing SKIPIF
2019-09-03 Christoph M... Document opcache.preload_user directive
2019-09-03 Nikita PopovReport false for inherited private methods in method_ex...
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 StogovExecute preload script under user defined by opcache...
2019-09-03 Nikita PopovAvoid pointer UB in strip_header
2019-09-03 Nikita PopovUse unsigned subtraction in php_random_int()
2019-09-03 Derick RethansMerge branch 'PHP-7.4' of git://github.com/php/php...
2019-09-03 Tyson AndreAdd missing opcache return info for ext/standard.
2019-09-03 Tyson AndreAdd new missing functions from ext/hash
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 PopovClarify failure behavior of spl_iterator_apply()
2019-09-03 Christoph M... Add missing argument checks
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-02 Dmitry StogovUpdate PHP_API_VERSION
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.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 Dmitry StogovFree two bits in fn_flags by merging ZEND_ACC_HEAP_RT_C...
2019-09-02 Dmitry StogovFixed information about unused flags
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... Drop E_STRICT notice in mysqli extension
2019-08-30 Nikita PopovReenable alloca support on ZTS
2019-08-30 Nikita PopovFix file clashes in copy tests
2019-08-30 Nikita PopovRemove bogus vcwd_open
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 PopovAvoid accessing undefined index in CLI server test
2019-08-30 Nikita PopovDon't call Reflection::export() in --rf etc implementation
2019-08-30 Fabien VillepinteModernize some connectors in tests to remove env key...
2019-08-30 Nikita PopovAdd job for community projects
2019-08-30 Peter KokotUpdate NEWS
2019-08-30 Peter KokotFix #78460: PEAR installation failure
2019-08-29 Nikita PopovFix potentially uninitialized use in ldap
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.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 Nikita PopovSet opcache.protect_memory=1 on Azure
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 PopovAdd missed mutability check
2019-08-28 Nikita PopovRemove delref in free_object_storage
2019-08-28 Nikita PopovDestroy error handlers before final GC run
2019-08-28 Nikita PopovFixed bug #78335
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 Nikita PopovDon't specify precedence for T_INC/T_DEC
2019-08-27 Nikita PopovAdd --with-pear to Travis build
2019-08-27 Pavel Dyakonovadd ffi to php.ini extension [ci skip]
2019-08-27 Anatol BelskiFix signature and calls
2019-08-27 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-08-27 Christoph M... Merge branch 'PHP-7.2' into PHP-7.3
2019-08-27 Christoph M... Update SDK version for AppVeyor
2019-08-26 Jakub ZelenkaMerge branch 'PHP-7.3' into PHP-7.4
2019-08-26 Tsuyoshi SadakataFix bug #78334 (fpm log prefix message includes wrong...
2019-08-26 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
next