History log of /php-src/UPGRADING (Results 1201 – 1225 of 1776)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 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

# 087dcd93 10-Aug-2016 Yasuo Ohgaki

pull-request/1100
Request #65081 mb_chr() and mb_ord()

Added test cases and little optimization.


# 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

# 67786d34 05-Aug-2016 Christoph M. Becker

Merge branch 'PHP-7.1'


1...<<41424344454647484950>>...72