]> granicus.if.org Git - php/shortlog
php
2019-12-09 Nikita PopovMerge branch 'PHP-7.4'
2019-12-09 Nikita PopovFix build
2019-12-09 Dmitry StogovMerge branch 'PHP-7.4'
2019-12-09 Dmitry StogovExport zend_init_func_run_time_cache()
2019-12-09 Dmitry StogovMerge branch 'PHP-7.4'
2019-12-09 Dmitry StogovCall zend_unregister_ini_entries() when unload extensio...
2019-12-09 Dmitry StogovMerge branch 'PHP-7.4'
2019-12-09 Dmitry StogovFixed bug #78895 (Reflection detects abstract non-stati...
2019-12-09 Christoph M... Merge branch 'PHP-7.4'
2019-12-09 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-09 Christoph M... Extend CURLFile to support streams
2019-12-09 Christoph M... Use curl_mime_*() functions if available
2019-12-09 Nikita PopovMerge branch 'PHP-7.4'
2019-12-09 Nikita PopovFixed bug #78926: Handle class table reallocation on...
2019-12-09 Nikita PopovMerge branch 'PHP-7.4'
2019-12-09 Nikita PopovFix bug #78887: Add upgrading note about get_declared_c...
2019-12-09 Nikita PopovMerge branch 'PHP-7.4'
2019-12-09 Nikita PopovUse unmangled named in property type inheritance error
2019-12-09 Nikita PopovMerge branch 'PHP-7.4'
2019-12-09 Nikita PopovFixed bug #78904: Don't call any magic for uninitialize...
2019-12-08 George Peter... Convert warnings to ValueError
2019-12-08 George Peter... Remove dead commented code and dead code in-between...
2019-12-08 George Peter... Add type error on filename which contain null bytes...
2019-12-08 Jakub ZelenkaMerge branch 'PHP-7.4'
2019-12-08 Jakub ZelenkaFix bug #78916 (php-fpm 7.4.0 don't send mail via mail())
2019-12-08 George Peter... Add type error on filename which contain null bytes...
2019-12-08 Christoph M... Drop duplicate definitions of zend_isnan and friends
2019-12-07 Christoph M... Merge branch 'PHP-7.4'
2019-12-07 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-07 willson-chenFix #78923: Artifacts when convoluting image with trans...
2019-12-06 Christoph M... Fix compiler warning
2019-12-06 Dmitry StogovFixed operation with result in CPU register
2019-12-06 Nikita PopovRemove unused function
2019-12-06 Nikita PopovOptimize return type checking
2019-12-06 Dmitry StogovUse cheaper code for overflow +/-1
2019-12-06 Nikita PopovMerge branch 'PHP-7.4'
2019-12-06 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-12-06 Nikita PopovFix constant evaluation of && and ||
2019-12-06 Nikita PopovTry to restore laravel & symfony community jobs
2019-12-06 Nikita PopovMerge branch 'PHP-7.4'
2019-12-06 Nikita PopovFix intermittent error in pdo_mysql___construct_options...
2019-12-06 Nikita PopovRestore PDOStatement::setFetchMode() signature
2019-12-05 Nikita PopovRemove CV limitation when determining value from type...
2019-12-05 Nikita PopovAdd DCE support for ARRAY_KEY_EXISTS
2019-12-05 George Peter... Move isinf, isnan, and isfinite to zend_portability.h
2019-12-05 George Peter... Capitalize first character of error message.
2019-12-05 George Peter... Convert Errors to ValueErrors
2019-12-05 Máté KocsisAdd upgrading notes about removed functionality that...
2019-12-05 Máté KocsisRemove FILTER_SANITIZE_MAGIC_QUOTES filter
2019-12-05 Máté KocsisRemove magic quotes legacy
2019-12-05 Máté KocsisRemove ezmlm_hash() function
2019-12-05 Máté KocsisRemove money_format() function
2019-12-05 Máté KocsisRemove convert_cyr_string() function
2019-12-05 Máté KocsisRemove hebrevc() function
2019-12-05 Máté KocsisCapitalize the initial letter of the error message...
2019-12-05 Nikita PopovSupport "string or array" in zpp
2019-12-05 Nikita PopovMerge branch 'PHP-7.4'
2019-12-05 Nikita PopovFix timeout tests
2019-12-05 Nikita PopovMerge branch 'PHP-7.4'
2019-12-05 Nikita PopovFix mysqli ssl tests
2019-12-05 Máté KocsisPromote warning to exception in file_get_contents(...
2019-12-05 Máté KocsisPromote warnings to exceptions in settype() function
2019-12-05 Máté KocsisPromote warning to exception in log() function
2019-12-05 Tyson AndreUpdate/fix remaining opcache zend_func_info.c signatures
2019-12-05 Nikita PopovMerge branch 'PHP-7.4'
2019-12-05 Arjen de KorteFix bug #78823: add zlib library to mysqlnd
2019-12-05 Tyson AndreMerge branch 'reflection-fixes' into HEAD
2019-12-04 Tyson AndreRemove opcache signatures duplicating reflection
2019-12-04 Tyson AndreMake more opcache signatures consistent with reflection
2019-12-04 George Peter... Remove obsolete configure checks for isinf, isnan,...
2019-12-04 George Peter... Remove configure checks for asinh, acosh, atanh, log1p...
2019-12-04 George Peter... Remove now obsolete configure checks for INFINITY and...
2019-12-04 George Peter... Remove custom implementation for inifinity and NAN...
2019-12-04 George Peter... Remove unnecessary C99 checks for maths functions
2019-12-04 Nikita PopovMerge branch 'PHP-7.4'
2019-12-04 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-12-04 Nikita PopovFix AST printing of nullable builtin types
2019-12-04 Nikita PopovFix incorrect assertion in property type variance check
2019-12-04 Nikita PopovMerge branch 'PHP-7.4'
2019-12-04 Nikita PopovPreload: Better reason message for internal parents...
2019-12-04 Nikita PopovMerge branch 'PHP-7.4'
2019-12-04 Nikita PopovFixed bug #78898
2019-12-04 Nikita PopovMerge branch 'PHP-7.4'
2019-12-04 Nikita PopovAdd ReflectionMethod::getClosure() change to UPGRADING
2019-12-04 Tyson AndreFix other incorrect opcache types
2019-12-04 Tyson AndreMake some opcache types consistent with reflection...
2019-12-04 Nikita PopovMerge branch 'PHP-7.4'
2019-12-04 Nikita PopovMerge branch 'PHP-7.3' into PHP-7.4
2019-12-04 Tyson AndreFix print_r return types in opcache
2019-12-03 Christoph M... Merge branch 'PHP-7.4'
2019-12-03 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2019-12-03 Christoph M... Next is 7.3.14
2019-12-03 Remi ColletMerge branch 'PHP-7.4'
2019-12-03 Remi ColletMerge branch 'PHP-7.3' into PHP-7.4
2019-12-03 Remi ColletMerge branch 'PHP-7.2' into PHP-7.3
2019-12-03 Remi Colletnext is 7.2.27
2019-12-02 Christoph M... Merge branch 'PHP-7.4'
2019-12-02 Christoph M... Fix #78883: fgets(STDIN) fails on Windows
2019-12-02 Christoph M... Merge branch 'PHP-7.4'
2019-12-02 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
next