#
d95b8eaf |
| 24-Sep-2016 |
Christoph M. Becker |
Don't enforce palette conversion when writing GD images The GD image format is able to handle truecolor images as of libgd 2.0.12 (<https://github.com/libgd/libgd/blob/gd-2.2.3/src/gd_gd
Don't enforce palette conversion when writing GD images The GD image format is able to handle truecolor images as of libgd 2.0.12 (<https://github.com/libgd/libgd/blob/gd-2.2.3/src/gd_gd.c#L31-L33>). Therefore we don't need the potentially lossy and time consuming palette conversion. This way, imagegd() can also be used to export raw truecolor image data.
show more ...
|
#
6e530502 |
| 14-Sep-2016 |
Yasuo Ohgaki |
Implemented Bug #68776 mail() does not have mail header injection prevention for additional headers (PR 2060) |
#
219d8599 |
| 14-Sep-2016 |
Christoph M. Becker |
Fix #72430: [] operator not supported for strings |
#
494c5dc7 |
| 13-Sep-2016 |
Christoph M. Becker |
Remove effectless --enable-gd-native-ttf and USE_GD_IMGSTRTTF --enable-gd-native-ttf did set USE_GD_IMGSTRTTF, which is otherwise unused as of commit 8a90aad3 (i.e. PHP 5.5.0), at least. |
#
8bea911f |
| 08-Sep-2016 |
Christoph M. Becker |
Update UPGRADING wrt. [RFC]: Add Argon2 to password_* |
#
68d35013 |
| 06-Sep-2016 |
Christoph M. Becker |
Merge branch 'pull-request/2115' into PHP-7.1
|
#
2605ceea |
| 06-Sep-2016 |
Yasuo Ohgaki |
Added array parameter support to mb_convert_encoding() |
#
cc8691cc |
| 05-Sep-2016 |
Christoph M. Becker |
Update UPGRADING wrt. commit c4fe264b |
#
272ba2b7 |
| 02-Sep-2016 |
Christoph M. Becker |
Update UPGRADING wrt. RFC: Implement socket_getaddrinfo() |
#
9c69d986 |
| 02-Sep-2016 |
Stephan Muggli |
Fix typo in UPGRADING |
#
b651b967 |
| 02-Sep-2016 |
Yasuo Ohgaki |
Allow array input for mb_check_encoding() |
#
2c3408f5 |
| 01-Sep-2016 |
Teoh Han Hui |
Fix some grammatical errors in PHP 7.1 Upgrade Notes [skip ci] |
#
a3c16266 |
| 01-Sep-2016 |
Yasuo Ohgaki |
Revert "Update UPGRADING" This reverts commit 567f19dd89235ebd7c235939b8d57cb122778f76. |
#
4f07f0e9 |
| 01-Sep-2016 |
Yasuo Ohgaki |
Update NEWS and UPGRADING |
#
567f19dd |
| 31-Aug-2016 |
Yasuo Ohgaki |
Update UPGRADING |
#
80d514d2 |
| 31-Aug-2016 |
Yasuo Ohgaki |
Update UPGRADING |
#
6dccadaa |
| 23-Aug-2016 |
Aaron Piotrowski |
Remove accidental NEWS and UPGRADING entries Merge mistake from PHP-7.1. |
#
f4e68a39 |
| 23-Aug-2016 |
Levi Morrison |
Revert "Do not prepend ? on nullables in ReflectionType::__toString()" This reverts commit 8855a2ce76e8bfba1d2eea1345c765fde7a9a441. |
#
83bdcf07 |
| 21-Aug-2016 |
Aaron Piotrowski |
Merge branch 'PHP-7.1' # Conflicts: # NEWS # UPGRADING
|
#
8855a2ce |
| 20-Aug-2016 |
Aaron Piotrowski |
Do not prepend ? on nullables in ReflectionType::__toString() Better BC with 7.0. |
#
5818b09a |
| 18-Aug-2016 |
Julien Pauli |
Updated UPGRADING about function call args |
#
89f63779 |
| 22-Jul-2016 |
Nikita Popov |
Return true for is_object() on Incomplete_Class |
#
34824b70 |
| 22-Jul-2016 |
Nikita Popov |
gettype(): Use "resource (closed)" instead of "unknown type" |
#
0374a98e |
| 15-Aug-2016 |
Nikita Popov |
Scrub UPGRADING and UPGRADING.INTERNALS There were already some master-only entries in there -- I hope I didn't remove anything that was supposed to be there. [skip ci] |
#
32c94dea |
| 14-Aug-2016 |
Anatol Belski |
update UPGRADING |