]> granicus.if.org Git - php/shortlog
php
2020-05-27 Nikita PopovAdd support for * width and precision in printf()
2020-05-27 Dmitry StogovMerge branch 'PHP-7.4'
2020-05-27 Dmitry StogovMerge branch 'PHP-7.3' into PHP-7.4
2020-05-27 Dmitry StogovFixed possible usage of uninitialized value
2020-05-27 Nikita PopovAdd support for %h and %H in printf()
2020-05-27 Nikita PopovReturn empty array instead of null from enchant APIs
2020-05-27 Dmitry StogovFixed JIT for ext/opcache/tests/bool_not_cv.phpt with...
2020-05-27 Alex DowadTweak style and grammar in proc_open.c
2020-05-27 Alex DowadAvoid compiler warnings in proc_open.c
2020-05-27 Dmitry StogovFixed JIT for ext/opcache/tests/jit/cmp_004.phpt with...
2020-05-27 Dmitry StogovSet proper jit_extension for inherited methods
2020-05-26 Máté KocsisLet's try to fix the JIT compiler warning
2020-05-26 Máté KocsisImprove type error messages when an object is given
2020-05-26 Christoph M... Fix picky builds
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Enable phpdbg tests on AppVeyor
2020-05-26 Christoph M... Make phpdbg test portable
2020-05-26 Christoph M... Fix several mostly Windows related phpdbg bugs
2020-05-26 Christoph M... Fix #73926: phpdbg will not accept input on restart...
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Fix #79595: zend_init_fpu() alters FPU precision
2020-05-26 Dmitry StogovFixed JIT for integer overflow checks
2020-05-26 Nikita PopovFix variable type
2020-05-26 Tyson AndreAllow generators to have a real return type of `mixed...
2020-05-26 Derick RethansMerge branch 'PHP-7.4'
2020-05-26 Derick RethansAdd (expected) release date, and new header for 7.4.8
2020-05-26 Derick RethansThis bug fix was cherry picked into 7.4.6
2020-05-26 Max SemenikSupport catching exceptions without capturing them...
2020-05-26 Nikita PopovMerge branch 'PHP-7.4'
2020-05-26 Nikita PopovRespect typed references in catch assignment
2020-05-26 Nikita PopovMerge branch 'PHP-7.4'
2020-05-26 Nikita PopovFix zend_assign_to_typed_ref() implementation
2020-05-26 Dmitry StogovFixed JIT for (LONG_MIN % -1)
2020-05-26 Derick RethansMerge branch 'PHP-7.4'
2020-05-26 Derick RethansFixed historical dates in NEWS
2020-05-26 Nikita PopovClarify ZEND_CATCH code
2020-05-26 Max SemenikImprove language in error messages
2020-05-26 Christoph M... Merge branch 'PHP-7.4'
2020-05-26 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-26 Christoph M... 7.3.20 will be next
2020-05-26 Dmitry StogovFixed JIT for SEND_VAR $undefined_cv
2020-05-25 Nikita PopovRevert "Fixed JIT for SEND_VAR $undefined_cv"
2020-05-25 Dmitry StogovFixed tracing JIT for RETRUN $undefined_cv
2020-05-25 David Carlierproc_open FreeBSD build fix
2020-05-25 Máté KocsisAnnotate internal functions with the mixed type
2020-05-25 Máté KocsisFix ZPP of v*printf()
2020-05-25 Máté KocsisPromote warning related to operator overloading in...
2020-05-25 Dmitry StogovFixed JIT for SEND_VAR $undefined_cv
2020-05-25 Dmitry StogovZEND_ACC_IMMUTABLE may be reset for closures
2020-05-25 Dmitry StogovKeep trace number in EG(jit_trace_num) instead of EG...
2020-05-25 Dmitry StogovCheck for ZEND_HANDLE_EXCEPTION opcode before accessing...
2020-05-25 Dmitry StogovReplace warning code by side exit to VM
2020-05-25 Dmitry StogovReorder conditions to save one instruction in recursive...
2020-05-25 Christoph M... PGSQL and POD_SQL: don't include pg_config.h
2020-05-24 Tyson AndreFail in `./configure` when no opcache shm backends...
2020-05-22 George Peter... Refactor ZPP API to use uint32_t as everywhere else
2020-05-22 George Peter... [skip-ci] Update UPGRADING
2020-05-22 Nikita PopovMerge branch 'PHP-7.4'
2020-05-22 Nikita PopovRevert "Fix #79595: zend_init_fpu() alters FPU precision"
2020-05-22 George Peter... Remove depreacted curly brace offset syntax
2020-05-22 Nikita PopovMerge branch 'PHP-7.4'
2020-05-22 Alex DowadShow diffs for failed tests on Azure CI
2020-05-22 Máté KocsisAdd support for the mixed type
2020-05-22 Christoph M... Raise ext/pgsql requirements to PostGreSQL 7.4
2020-05-22 Christoph M... Merge branch 'PHP-7.4'
2020-05-22 Christoph M... Fix #79595: zend_init_fpu() alters FPU precision
2020-05-22 Dmitry StogovPrevent CGG reordering if hanlers order is defined...
2020-05-22 Dmitry StogovFixed typecast
2020-05-22 Gerard RocheFix PostgreSQL and MySQL setup on Travis CI
2020-05-22 Gerard Rocherun-tests: refactor
2020-05-22 Gerard Rocherun-tests: echo message and exit if no tests found
2020-05-22 Christoph M... Merge branch 'PHP-7.4'
2020-05-22 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-22 Christoph M... Fix #79615: Wrong GIF header written in GD GIFEncode
2020-05-21 Dmitry StogovUse EX(run_time_cache) instead of RUN_TIME_CACHE(&EX...
2020-05-21 Dmitry Stogovsimplification
2020-05-20 Dmitry StogovAllow counter settings to be "zero" to disable correspo...
2020-05-20 Dmitry StogovMissed label
2020-05-20 Dmitry StogovBetter condition
2020-05-20 Dmitry StogovPrefer already cached version of the script
2020-05-20 George Peter... Fix [-Wundef] warning in SQLite3 extension
2020-05-20 George Peter... Fix [-Wundef] warning in SPL extension
2020-05-20 George Peter... More [-Wundef] warnings fixed in POSIX extension
2020-05-20 George Peter... Fix [-Wundef] warning in PHAR extension
2020-05-20 George Peter... Fix [-Wundef] warning in OpenSSL extension
2020-05-20 George Peter... Fix [-Wundef] warning in INTL extension
2020-05-20 George Peter... Fix [-Wundef] warning in Iconv extension
2020-05-20 George Peter... Fix [-Wundef] warning in GD extension
2020-05-20 Nikita PopovAdd --enable-memory-sanitizer flag
2020-05-20 George Peter... Fix [-Wundef] warning in PDO PostgreSQL extension
2020-05-20 George Peter... Fix [-Wundef] warning in PDO ODBC extension
2020-05-20 George Peter... Fix [-Wundef] warning in PDO OCI extension
2020-05-20 George Peter... Fix [-Wundef] warning in PDO MySQL extension
2020-05-20 George Peter... Fix [-Wundef] warning in PDO Firebird extension
2020-05-20 George Peter... Fix [-Wundef] warning in PDO DBLib extension
2020-05-20 George Peter... Fix [-Wundef] warning in SimpleXML extension
2020-05-20 George Peter... Fix [-Wundef] warning in SOAP extension
2020-05-20 George Peter... Fix [-Wundef] warning in XLS extension
2020-05-20 George Peter... Fix [-Wundef] warning in XMLReader extension
2020-05-20 George Peter... Fix [-Wundef] warning in XML extension
next