]> granicus.if.org Git - php/shortlog
php
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
2020-05-20 Tyson AndreFix grammar in the jit's README.md
2020-05-20 Tyson Andre[skip ci] Add a README for Opcache's JIT.
2020-05-20 Nikita PopovAdd file cache job on azure
2020-05-20 Nikita PopovAdd --file-cache-prime/use options to run-tests
2020-05-20 Nikita PopovMerge branch 'PHP-7.4'
2020-05-20 Nikita PopovUpdate msan symbolizer path
2020-05-20 Christoph M... Fix --disable-ipv6 support on Windows
2020-05-20 Máté KocsisGenerate function entries for ext/zip
2020-05-20 Christoph M... Revert "Revert "Merge branch 'PHP-7.4'""
2020-05-20 George Peter... Fix [-Wundef] warning in PostgreSQL extension
2020-05-20 George Peter... Fix [-Wundef] warning in POSIX extension
2020-05-20 George Peter... Fix [-Wundef] warning in PSpell extension
2020-05-20 George Peter... Fix [-Wundef] warning in Session extension
2020-05-20 George Peter... Fix [-Wundef] warning in SHMOP extension
2020-05-20 George Peter... Fix [-Wundef] warning in ODBC extension
2020-05-20 George Peter... Fix [-Wundef] warning in PCNTL extension
2020-05-20 George Peter... Fix [-Wundef] warning in PCRE extension
2020-05-20 George Peter... Fix [-Wundef] warning in TSRM
2020-05-20 Nikita PopovSlightly deduplicate run-tests code
2020-05-20 Nikita PopovMerge branch 'PHP-7.4'
2020-05-20 Nikita PopovFix bug #79603, by retrying on RTD key collision
2020-05-20 Nikita PopovAdd support for replaying warnings in opcache
2020-05-20 Nikita PopovMerge branch 'PHP-7.4'
2020-05-20 Nikita PopovFix static property indirections in file cache
2020-05-20 Nikita PopovDon't require rc=1 for function static variables
2020-05-20 Nikita PopovDisable JIT in file cache test
2020-05-19 Dmitry StogovTracing JIT SHM data initilaizarion must be done at...
2020-05-19 Dmitry Stogovtypo
2020-05-19 Dmitry StogovMake number of root and side traces configurable
2020-05-19 Dmitry StogovUse light version of zend_array_destroy() to free array...
2020-05-19 Christoph M... Merge branch 'PHP-7.4'
2020-05-19 Christoph M... Bump version
2020-05-19 Christoph M... Merge branch 'PHP-7.4'
2020-05-19 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-19 Christoph M... Fix INI setting member name
2020-05-19 Dmitry StogovSeparate common code
2020-05-19 Máté KocsisFix some final classes in stubs
2020-05-19 Máté KocsisGenerate method entries for Closure
2020-05-19 Nikita PopovFix opcache_get_configuration() test
2020-05-19 Dmitry StogovMake JIT parameters configurable through opcache.jit_...
2020-05-19 Nikita PopovExtract zend_foreach_op_array()
2020-05-18 Dmitry StogovKeep ZEND_FUNC_INFO() for all run-time JIT triggers
2020-05-18 Nikita PopovFix phpdbg test with JIT
2020-05-18 Derick RethansMerge branch 'PHP-7.4'
2020-05-18 Derick RethansPut Xdebug 3 into 'off' mode for run-tests.php
2020-05-18 Derick RethansMerge branch 'PHP-7.3' into PHP-7.4
2020-05-18 Derick RethansPut Xdebug 3 into 'off' mode for run-tests.php
2020-05-18 Dmitry StogovFixed JIT on load with -O4
2020-05-18 Dmitry StogovWrong condition
2020-05-18 Dmitry StogovFixed JIT with non-HYBRID VM
2020-05-18 Dmitry StogovTracing JIT with -O1 doesn't need to do type inference...
2020-05-18 Dmitry Stogovfunc_info should be empty
2020-05-18 George Peter... Fix bogus check in TSRM and adjust TSRM_ASSERT macro
2020-05-18 Dmitry StogovJIT refactoring to allow run-time changes of JIT option...
2020-05-18 Máté KocsisImprove error messages for invalid property access
2020-05-18 Remi Colletrelax test (TS issue)
2020-05-17 George Peter... Fix [-Wextra-tokens] warning in MySQLi extension which...
2020-05-17 George Peter... Fix [-Wundef] warning in MySQLnd extension
2020-05-17 George Peter... Fix [-Wundef] warning in MySQLi extension
2020-05-17 George Peter... Fix [-Wundef] warning in ZIP extension
2020-05-17 George Peter... Fix [-Wundef] warning in Tidy extension
2020-05-17 George Peter... Fix [-Wundef] warning in Sysvmsg extension
2020-05-17 George Peter... Fix [-Wundef] warning in Sysvsem extension
2020-05-17 George Peter... Fix [-Wundef] warning in Sysvshm extension
2020-05-17 George Peter... Fix [-Wundef] warnings in LDAP extension
2020-05-17 George Peter... Adjust bogus checks in FPM as HAVE_FPM_LQ is always...
2020-05-16 George Peter... Fix [-Wundef] warnings in libxml extension
2020-05-16 George Peter... Fix [-Wundef] warning in MBString extension
2020-05-16 George Peter... Fix [-Wundef] warning in IMAP extension
next