]> granicus.if.org Git - php/shortlog
php
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
2020-05-16 George Peter... Fix [-Wundef] warning in GetText extension
2020-05-16 George Peter... Fix [-Wundef] warning in FTP extension
2020-05-16 George Peter... Fix [-Wundef] warning in Filter extension
2020-05-16 George Peter... Fix [-Wundef] warning in EXIF extension
2020-05-16 George Peter... Fix [-Wundef] warning in DOM extension
2020-05-16 George Peter... Fix [-Wundef] warning in cURL extension
2020-05-16 George Peter... Fix [-Wundef] warning in CType extension
2020-05-16 George Peter... Fix [-Wundef] warning in BZip2 extension
2020-05-16 George Peter... Fix [-Wundef] warning in BCMath extension
2020-05-15 George Peter... Drop check for HAVE_NSLDAP
2020-05-15 George Peter... Use ZEND_FCI_INITIALIZED macro
2020-05-15 Nikita PopovMerge branch 'PHP-7.4'
2020-05-15 Nikita PopovFixed bug #79600
2020-05-15 Nikita PopovRemove some uses of zend_inline_hash_func
2020-05-15 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2020-05-15 Xinchen HuiMerge branch 'PHP-7.4'
2020-05-15 Xinchen Huifixed typo of bug id (#79599)
2020-05-15 Xinchen Huimaster doesn't been affected since we are not passing...
2020-05-15 Xinchen HuiMerge branch 'PHP-7.4'
2020-05-15 Xinchen HuiMerge branch 'PHP-7.4' of git.php.net:/php-src into...
2020-05-15 Xinchen HuiFixed bug #97599 (coredump in set_error_handler)
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... Fix #79557: extension_dir = ./ext now use current direc...
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... Merge branch 'PHP-7.3' into PHP-7.4
2020-05-15 Christoph M... Fix #79596: MySQL FLOAT truncates to int some locales
2020-05-15 Christoph M... Merge branch 'PHP-7.4'
2020-05-15 Christoph M... [ci skip] Fix NEWS
2020-05-14 Dmitry StogovAdded HALT symbol
2020-05-14 Christoph M... Remove unused variable
2020-05-14 Máté KocsisImprove error message for deprecated methods
2020-05-14 Bob WeinandRemove generated zend_jit_x86.c upon make distclean
2020-05-14 Christoph M... Merge branch 'PHP-7.4'
2020-05-14 Christoph M... Check compatibility with proper runtime DLL
2020-05-14 Nikita PopovMerge branch 'PHP-7.4'
2020-05-14 Nikita PopovCanonicalize bison error during ini parsing
2020-05-14 Máté KocsisAdd stubs for some SAPIs
2020-05-14 Dmitry StogovTracing JIT support for delayed call chain
2020-05-14 Máté KocsisConvert resource to object in Sysvmsg
2020-05-14 Nikita PopovAvoid duplicating the proc_open cleanup logic
2020-05-14 Alex DowadFurther refactoring of proc_open.c
2020-05-14 Alex DowadDon't leak memory if wrong resource type is passed...
2020-05-14 Alex DowadAdd PTY support to proc_open (again after 16 long years)
2020-05-14 Nikita PopovMerge branch 'PHP-7.4'
next