]> granicus.if.org Git - php/shortlog
php
2016-04-29 Lior KaplanAdd CVE IDs PHP 7.0.3
2016-04-29 Lior KaplanAdd CVE IDs PHP 7.0.4
2016-04-29 Lior KaplanAdd CVE IDs PHP 7.0.5
2016-04-29 Lior KaplanAdd CVE to bug #71912 (PHP 7.0.6)
2016-04-29 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-04-29 Lior KaplanAdd CVE to bug #69719 (PHP 5.6.10)
2016-04-29 Lior KaplanAdd CVE IDs PHP 5.6.12
2016-04-29 Lior KaplanAdd CVE IDs PHP 5.6.13
2016-04-29 Lior KaplanAdd CVE IDs PHP 5.6.14
2016-04-29 Lior KaplanAdd CVE to bug #70976 (PHP 5.6.17)
2016-04-29 Lior KaplanAdd CVE IDs PHP 5.6.18
2016-04-29 Lior KaplanAdd CVE IDs PHP 5.6.20
2016-04-29 Lior KaplanAdd CVE to bug #71912 (PHP 5.6.21)
2016-04-29 Joe Watkinsfix size_t signed comparison
2016-04-29 Xinchen HuiFixed build
2016-04-28 Lior KaplanAdd NEWS entry for bug #71331 (fixed in 7.0.3)
2016-04-28 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-04-28 Lior KaplanAdd NEWS entry for bug #71331 (fixed in PHP 5.6.18)
2016-04-28 Anatol Belskiupdate NEWS
2016-04-28 Dmitry StogovAdded test
2016-04-28 Dmitry StogovFixed BC break described by bug #72119.
2016-04-28 Joe Watkinssimplify expression
2016-04-28 Joe Watkinssimplify expression
2016-04-28 Joe WatkinsMerge branch 'PHP-7.0' of https://github.com/php/php...
2016-04-28 Joe Watkinsvariable used out of scope
2016-04-28 Bob WeinandFixed bug #72116 (7.0.6 array_fill optimization breaks...
2016-04-28 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-04-28 Ferenc Kovacssmall whitespace fix
2016-04-27 Anatol Belskiupdate NEWS
2016-04-27 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-04-27 Anatol Belskiupdate NEWS
2016-04-27 Anatol Belskiupdate NEWS
2016-04-27 Xinchen HuiUse zend_string_safe_alloc
2016-04-27 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-04-27 Anatol Belskifix/improve tests
2016-04-27 Anatol Belskifix merge
2016-04-27 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-04-27 Stanislav MalyshevMerge branch 'PHP-5.5' into PHP-5.6
2016-04-27 Stanislav Malyshevfix build
2016-04-27 Stanislav MalyshevFix bug #71923 - integer overflow in ZipArchive::getFrom*
2016-04-27 Stanislav MalyshevFix memory leak
2016-04-27 Stanislav MalyshevFix bug #72099: xml_parse_into_struct segmentation...
2016-04-27 Xinchen HuiUse zend_string_safe_alloc
2016-04-26 Julien Pauli5.5.36 now
2016-04-26 Dmitry StogovMerge branch 'PHP-5.6' into PHP-7.0
2016-04-26 Dmitry StogovFixed test on 32-bit platforms (split into 32-bit and...
2016-04-26 Dmitry StogovFixed bug #72100 (implode() inserts garbage into result...
2016-04-25 Dmitry StogovFixed bug #72101 (crash on complex code)
2016-04-25 Stanislav MalyshevFix bug #72094 - Out of bounds heap read access in...
2016-04-25 Stanislav MalyshevFix bug #72093: bcpowmod accepts negative scale and...
2016-04-24 Stanislav MalyshevFix bug #72061 - Out-of-bounds reads in zif_grapheme_st...
2016-04-24 Pierrick CharronFixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)
2016-04-23 Pierrick CharronFix cURL test to use local server instead of google
2016-04-23 Anatol BelskiFixed bug #72035 php-cgi.exe fails to run scripts relat...
2016-04-23 Xinchen HuiFixed bug #72069 (Behavior \JsonSerializable different...
2016-04-23 Xinchen HuiFixed bug #72075 (Referencing socket resources breaks...
2016-04-21 Nikita PopovFix escape sequences in pgsql.c
2016-04-21 Bob WeinandFix constant expr coaleasce with protected mode opcache
2016-04-21 Bob WeinandFixed bug #72059 - Reference the bug id directly in...
2016-04-21 Bob WeinandFix magic constants (__LINE__) with ?? for constant...
2016-04-20 Bob WeinandAdd NEWS entry for ?? in constant scalar expressions
2016-04-20 Márcio Almadaallow null coalescing (??) on constant expressions
2016-04-20 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-04-20 Adam HarveyFix ZTS builds by adding a missing TSRMLS_FETCH().
2016-04-20 Nikita PopovFix bug #71737
2016-04-20 Xinchen HuiUpdate NEWS
2016-04-20 Nikita NefedovFix RECV opcode to handle all kinds of exceptions
2016-04-20 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-04-20 Stanislav MalyshevBetter fix for #71952
2016-04-19 Stanislav MalyshevMerge branch 'PHP-5.6' into PHP-7.0
2016-04-19 Stanislav MalyshevFix bug #71952: Corruption inside imageaffinematrixget
2016-04-19 Stanislav MalyshevFix for bug #71912 (libgd: signedness vulnerability)
2016-04-19 Xinchen HuiMerge branch 'PHP-7.0' of git.php.net:/php-src into...
2016-04-19 Xinchen HuiFixed bug #72051 (The reference in CallbackFilterIterat...
2016-04-18 Dmitry StogovMerge branch 'PHP-5.6' into PHP-7.0
2016-04-18 Dmitry StogovPrevent usage in GC after free.
2016-04-18 Nikita PopovFix SEND_USER as well
2016-04-18 Nikita PopovFix SEND_ARRAY+PREFER_REF SHM corruption
2016-04-18 Xinchen Huicombine conditions
2016-04-18 Bob WeinandMerge branch 'PHP-7.0' of https://github.com/php/php...
2016-04-18 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-04-18 Ferenc Kovacsmark frequent intermittent fpm test with XFAIL
2016-04-18 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2016-04-18 Ferenc Kovacsprepare for 5.6.21RC1
2016-04-18 Christopher... Bump version in test
2016-04-16 Nikita PopovFix SEND_UNPACK array separation
2016-04-16 Bob WeinandFix non-/Zend tests too
2016-04-16 Bob WeinandFixed bug #72038 (Function calls with values to a by...
2016-04-16 Dominic LuechingerAdds new curl option CURLOPT_SSL_VERIFYSTATUS to enable...
2016-04-16 Anatol BelskiAdd test for bug #72028
2016-04-16 Nikita PopovUse symtable lookup for arrays in array_column
2016-04-16 Nikita PopovRespect property visibility in array_column
2016-04-16 Nikita PopovFixed bug #72031
2016-04-16 Xinchen HuiFixed bug #72028 (pg_query_params(): NULL converts...
2016-04-16 Xinchen HuiFixed bug #71972 (Cyclic references causing session_sta...
2016-04-15 Lior KaplanAlign NEWS entry format
2016-04-15 Lior KaplanMerge branch 'PHP-5.6' into PHP-7.0
2016-04-15 Lior KaplanAlign NEWS entry format
2016-04-15 Anatol Belskiupdate NEWS
2016-04-15 Anatol BelskiFixed #71062 pg_convert() doesn't accept ISO 8601 for...
next