]> granicus.if.org Git - php/shortlog
php
2016-02-14 Nikita PopovMerge branch 'PHP-7.0'
2016-02-14 Nikita PopovFormat string fixes
2016-02-14 Nikita PopovFix format attributes in ZTS
2016-02-14 Francois LaupretreFix bug #71572
2016-02-13 Nikita PopovSimplify previous fix
2016-02-13 Nikita PopovFix ZEND_NEW live ranges
2016-02-13 Nikita PopovMerge branch 'PHP-7.0'
2016-02-13 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-02-13 Nikita PopovCheck length of string before comparing to :memory:
2016-02-13 Nikita PopovMerge branch 'PHP-7.0'
2016-02-13 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-02-13 Nikita PopovFix bounds check in strip_tags()
2016-02-13 Nikita PopovFix test description
2016-02-13 Nikita PopovFix extract() overwriting its own argument
2016-02-13 Nikita PopovMerge branch 'PHP-7.0'
2016-02-13 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-02-13 Nikita PopovFIx bug #71569
2016-02-12 Nikita PopovFix bug #69989
2016-02-12 Nikita PopovMerge branch 'PHP-7.0'
2016-02-12 Nikita PopovForbid yield from in by-reference generators
2016-02-11 Nikita PopovRemove ZEND_CALL_CTOR_RESULT_UNUSED
2016-02-11 Dmitry StogovCombine conditions
2016-02-11 Nikita PopovRemove EXT_TYPE_UNUSED in favor of IS_UNUSED
2016-02-11 Nikita PopovSupport partial GC for unfinished generators
2016-02-11 Nikita PopovMerge branch 'PHP-7.0'
2016-02-11 Nikita PopovFix yield-by-ref of constant
2016-02-11 Nikita PopovMerge branch 'PHP-7.0'
2016-02-11 Nikita PopovFix dangling send target when using yield from
2016-02-11 Anatol BelskiMerge branch 'PHP-7.0'
2016-02-11 Anatol Belskifix version header
2016-02-11 Bob WeinandMerge branch 'PHP-7.0'
2016-02-11 Bob WeinandFixed inherited functions from unspecified files being...
2016-02-10 Nikita PopovMerge branch 'PHP-7.0'
2016-02-10 Nikita PopovCrude generator GC for value/key/retval
2016-02-10 Joe WatkinsMerge branch 'master' of https://github.com/php/php-src
2016-02-10 Joe Watkinsbe more precise about the meaning of -n
2016-02-10 Joe WatkinsMerge branch 'PHP-7.0' of https://github.com/php/php...
2016-02-10 Joe Watkinsbe more precise about the meaning of -n
2016-02-09 Xinchen HuiMerge branch 'master' of git.php.net:/php-src
2016-02-09 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-09 Xinchen HuiUpdate NEWS
2016-02-09 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2016-02-09 Xinchen HuiMerge branch 'PHP-5.6' of git.php.net:/php-src into...
2016-02-09 Xinchen HuiFixed bug #71561 (NULL pointer dereference in Zip:...
2016-02-09 Nikita PopovSupport CFG construction without live range splitting
2016-02-09 Dmitry StogovCleanup OP_DATA usage. Now only first operand of OP_DAT...
2016-02-09 Dmitry StogovAfter DFA pass result of FE_FETCH may be CV
2016-02-09 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-09 Xinchen HuiFixed bug (Low probability segfault in zend_arena)
2016-02-08 Lior KaplanMerge branch 'PHP-7.0'
2016-02-08 Lior KaplanAdd entry for re-fix of #70976 in commit 14e4d393
2016-02-08 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-02-08 Lior KaplanAlign spacing in make install messages
2016-02-08 LeighMerge branch 'PHP-7.0'
2016-02-08 LeighFixed memory leak in curl_getinfo()
2016-02-08 Dmitry StogovRemoved wrong (old) code
2016-02-08 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-08 Xinchen HuiHappy Year of Monkey (Forgot test of #71537)
2016-02-07 Lior KaplanAdd entry for re-fix of #70976 in commit 14e4d393
2016-02-07 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-07 Xinchen HuiFixed bug #71537 (PCRE segfault from Opcache)
2016-02-06 Nikita PopovMerge branch 'PHP-7.0'
2016-02-06 Nikita PopovFix bug #71529
2016-02-05 Dmitry StogovSpecialize DO_FCALL (and variations) according to used...
2016-02-05 Dmitry StogovUse extra specialization to eliminate run-time checks...
2016-02-05 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-05 Xinchen HuiOnline test
2016-02-05 Xinchen HuiMerge branch 'PHP-7.0'
2016-02-05 Xinchen HuiUpdate NEWS
2016-02-05 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2016-02-05 Xinchen HuiFixed bug #71523 (Copied handle with new option CURLOPT...
2016-02-05 Dmitry StogovSpecialize ASSIGN according to used/unused return value
2016-02-04 Lior KaplanAlign NEWS entry format
2016-02-04 Lior KaplanMerge branch 'PHP-7.0'
2016-02-04 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-02-04 Lior KaplanAlign NEWS entry format
2016-02-04 Lior KaplanAlign NEWS entry format
2016-02-04 Ferenc KovacsMerge branch 'PHP-7.0'
2016-02-04 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-02-04 Ferenc Kovacsupdate NEWS
2016-02-04 Anatol BelskiMerge branch 'PHP-7.0'
2016-02-04 Anatol Belskiadd missin NEWS entry
2016-02-04 Jakub ZelenkaMerge branch 'PHP-7.0'
2016-02-04 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2016-02-04 Jakub ZelenkaSplit and clean up OpenSSL X509 tests
2016-02-04 Bob WeinandAdd extra VM operand specialization
2016-02-04 Nikita PopovRemove use of register keyword in headers
2016-02-04 Nikita PopovAdd back typedefs for php_uint32 and php_int32
2016-02-04 Rouven WeßlingReplace usage of php_hash_uint32 and php_hash_uint64...
2016-02-04 Rouven WeßlingReplace usage of php_uint16 with uint16_t
2016-02-04 Rouven WeßlingReplace usage of php_int32 and php_uint32 with int32_t...
2016-02-04 Nikita PopovMerge branch 'PHP-7.0'
2016-02-04 Hieu LeFix bug #71501
2016-02-03 Jakub ZelenkaMerge branch 'PHP-7.0'
2016-02-03 Jakub ZelenkaMerge branch 'PHP-5.6' into PHP-7.0
2016-02-03 Jakub ZelenkaRename and clean up OpenSSL tests
2016-02-03 Antony Dovgalfix build
2016-02-03 Antony Dovgalfix build
2016-02-03 Michael Wallnerfix generating config.nice; again
2016-02-03 Antony Dovgaluse correct element size, avoid reading stack
next