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