History log of /PHP-7.1/UPGRADING (Results 26 – 50 of 599)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 14d4ee93 07-Oct-2016 Christoph M. Becker

Implement #65038: IMAGETYPE_WEBP constant missing

We add WebP support for getimagesize(), getimagesizefromstring)(),
image_type_to_extension() and image_type_to_mime_type(). For now we

Implement #65038: IMAGETYPE_WEBP constant missing

We add WebP support for getimagesize(), getimagesizefromstring)(),
image_type_to_extension() and image_type_to_mime_type(). For now we
care only about the simple lossy WebP format (VP8) and ignore the
lossless (VP8L) and extended (VP8X) formats. We use image/webp as MIME
type as it appears to be pretty common, even though it is not yet
registered with IANA.

Relevant specifications:
* <https://developers.google.com/speed/webp/docs/riff_container>
* <https://tools.ietf.org/html/rfc6386>

show more ...


# 825e0fd4 07-Oct-2016 Christoph M. Becker

Document that ext/shmop deals with resources as of PHP 7.0.0

Second attempt


# 88d0201a 07-Oct-2016 Christoph M. Becker

Document that ext/shmop deals with resources as of PHP 7.0.0


# 5b52d5ac 03-Oct-2016 Christoph M. Becker

Fix #73207: Array ordering is same between 5.6.21 and 7.1.0 RC3


# 94f7e4a5 28-Sep-2016 Davey Shafik

Update UPGRADING to reflect new reality


Revision tags: php-7.0.12RC1
# bd893061 25-Sep-2016 Nikita Popov

Use SEND_USER for CONST|TMP as well

Otherwise we're missing the "expected to be a reference, value
given" warning that appears for ordinary calls to call_user_func().

Also updat

Use SEND_USER for CONST|TMP as well

Otherwise we're missing the "expected to be a reference, value
given" warning that appears for ordinary calls to call_user_func().

Also update an UPGRADING note with recent changes wrt
call_user_func().

show more ...


Revision tags: php-5.6.26, php-7.1.0RC2
# 219d8599 14-Sep-2016 Christoph M. Becker

Fix #72430: [] operator not supported for strings


Revision tags: php-7.0.11
# 9c69d986 02-Sep-2016 Stephan Muggli

Fix typo in UPGRADING


Revision tags: php-5.6.26RC1
# 2c3408f5 01-Sep-2016 Teoh Han Hui

Fix some grammatical errors in PHP 7.1 Upgrade Notes

[skip ci]


# 4f07f0e9 01-Sep-2016 Yasuo Ohgaki

Update NEWS and UPGRADING


# 80d514d2 31-Aug-2016 Yasuo Ohgaki

Update UPGRADING


Revision tags: php-7.1.0RC1, php-7.0.11RC1
# f4e68a39 23-Aug-2016 Levi Morrison

Revert "Do not prepend ? on nullables in ReflectionType::__toString()"

This reverts commit 8855a2ce76e8bfba1d2eea1345c765fde7a9a441.


# 8855a2ce 20-Aug-2016 Aaron Piotrowski

Do not prepend ? on nullables in ReflectionType::__toString()

Better BC with 7.0.


Revision tags: php-7.1.0beta3
# 5818b09a 18-Aug-2016 Julien Pauli

Updated UPGRADING about function call args


Revision tags: php-5.6.25, php-7.0.10
# 32c94dea 14-Aug-2016 Anatol Belski

update UPGRADING


# 92a076a9 12-Aug-2016 Christoph M. Becker

Fix #72793: xml_parser_free leaks mem when execute xml_set_object


# 3467526a 12-Aug-2016 Yasuo Ohgaki

Merge RFC: Session ID without hashing
https://wiki.php.net/rfc/session-id-without-hashing


# 1dab96c1 08-Aug-2016 Andrea Faulds

Show "or null" in TypeErrors for nullable arg_infos


# 622d2f41 09-Aug-2016 Aaron Piotrowski

ReflectionType improvements

Added ReflectionNamedType and updated ReflectionType::__toString()


# a53a6b3f 10-Aug-2016 Yasuo Ohgaki

Fix URL rewriter issues


# b50a4a48 09-Aug-2016 Christoph M. Becker

Class constant visibility modifiers are now supported


# f706897f 07-Aug-2016 Christoph M. Becker

Implement #38992: invoke() and invokeArgs() static method calls should match

We don't want ReflectionMethod::invoke() to simply ignore its first argument,
if the method to invoke is a st

Implement #38992: invoke() and invokeArgs() static method calls should match

We don't want ReflectionMethod::invoke() to simply ignore its first argument,
if the method to invoke is a static method. Instead we match its ZPP with
that of ReflectionMethod::invokeArgs(). Furthermore, we apply the DRY
principle by factoring out the code to a common helper function to prevent
inadvertent future divergence of the implementations of both methods.

As can be seen from the necessity to adapt some test cases, this causes a
BC break for some pathological cases. Therefore we apply this patch to PHP
7.1 only, which is still in beta phase.

show more ...


Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# 03d03243 30-Jul-2016 ju1ius

Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failure

When `mb_ereg` failed to match, it didn't update the `$regs` argument.
Now it will always set it to the empty array.


# 942d6c14 28-Jul-2016 Pierrick Charron

Add new curl functions in UPGRADING


# 30a5ed3a 28-Jul-2016 Pierrick Charron

Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).


12345678910>>...24