History log of /PHP-8.0/UPGRADING (Results 651 – 675 of 1227)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 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


# 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()


# 197051f3 11-Aug-2016 Kalle Sommer Nielsen

Remove sql.safe_mode

This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been

Remove sql.safe_mode

This is one of the last old and odd deprecated settings we still have in PHP, it was never fully implemented in all the database extensions and should probably have been gone back in 5.4, along with safe_mode. Although if my memory strikes me right, mysql was also supporting it back then, but not mysqli.

So far only interbase was supporting this feature, and the removal of it causes two effects for interbase:
- CREATE DATABASE is now allowed no matter
- The default database set by php.ini (ibase.default_db) is no longer forced

http://php.net/ini.core#ini.sql.safe-mode

show more ...


# a53a6b3f 10-Aug-2016 Yasuo Ohgaki

Fix URL rewriter issues


# ee797e7e 10-Aug-2016 Yasuo Ohgaki

Update NEWS and UPGRADING


# 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 ...


# 7cce4496 07-Aug-2016 Kalle Sommer Nielsen

Note about the recent change to the WSA version check on Windows


# b944a7a5 06-Aug-2016 Kalle Sommer Nielsen

NEWS + UPGRADING for recent EXIF additions


# 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.


# d9e4d511 05-Aug-2016 Kalle Sommer Nielsen

NEWS and UPGRADING for recent fixes and additions to ext/exif


# 942d6c14 28-Jul-2016 Pierrick Charron

Add new curl functions in UPGRADING


1...<<21222324252627282930>>...50