#
39a54e2c |
| 26-Jun-2021 |
Joe Watkins |
Fix #81202 powerpc64 build fails on fibers |
#
ac82c006 |
| 22-Jun-2021 |
Ben Ramsey |
The master branch is now for 8.1.0alpha3 |
#
c68a6875 |
| 21-Jun-2021 |
Stanislav Malyshev |
Update NEWS |
#
2b948720 |
| 19-Jun-2021 |
Anatol Belski |
NEWS: Add bug #81101 note [ci skip] Signed-off-by: Anatol Belski <ab@php.net> |
#
4d8eb892 |
| 19-Jun-2021 |
Anatol Belski |
NEWS: Add bug #81101 note [ci skip] Signed-off-by: Anatol Belski <ab@php.net> |
#
f0fd5922 |
| 17-Jun-2021 |
George Peter Banyard |
Fix bug #81159: Object to int warning when using an object as a string offset Closes GH-7167 |
#
ed88daec |
| 18-Jun-2021 |
Joe Watkins |
missing news/upgrading entry |
#
7bf930d0 |
| 18-Jun-2021 |
Joe Watkins |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix bug #81163 indirect vars in __sleep
|
#
bc59b046 |
| 18-Jun-2021 |
Joe Watkins |
Fix bug #81163 indirect vars in __sleep |
#
8daed6d0 |
| 17-Jun-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files
|
#
2555efad |
| 17-Jun-2021 |
Christoph M. Becker |
Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files When mapping the file, we need to pass the proper `dwFileOffsetHigh` instead of `0`. Co-authored-by: Nikita Po
Fix #81145: copy() and stream_copy_to_stream() fail for +4GB files When mapping the file, we need to pass the proper `dwFileOffsetHigh` instead of `0`. Co-authored-by: Nikita Popov <nikita.ppv@gmail.com> Closes GH-7158.
show more ...
|
#
13f3999a |
| 16-Jun-2021 |
Christoph M. Becker |
Merge branch 'PHP-7.4' into PHP-8.0 * PHP-7.4: Fix #72809: Locale::lookup() wrong result with canonicalize option
|
#
0f1b17e3 |
| 14-Jun-2021 |
Christoph M. Becker |
Fix #72809: Locale::lookup() wrong result with canonicalize option Canonicalization converts the locale to ICU format[1]. However, the lookup described in RFC 4647, section 3.4, is abou
Fix #72809: Locale::lookup() wrong result with canonicalize option Canonicalization converts the locale to ICU format[1]. However, the lookup described in RFC 4647, section 3.4, is about POSIX format. To make that lookup work for ICU format, we also need to cater to keyword separators. The results are somewhat unexpected, but apparently canonical lookup is explicitly supposed to return canonical language tags[2]. [1] <https://unicode-org.github.io/icu/userguide/locale/#canonicalization> [2] <https://github.com/php/php-src/blob/php-7.4.20/ext/intl/locale/locale_methods.c#L1504> Closes GH-7151.
show more ...
|
#
8370a084 |
| 15-Jun-2021 |
Derick Rethans |
Prepare for 7.4.22 |
#
b81c3b5b |
| 15-Jun-2021 |
Gabriel Caruso |
Prepare for PHP 8.0.9 |
#
72c0deb4 |
| 14-Jun-2021 |
Joe Watkins |
Revert "hrtime implementation update for Mac" This reverts commit a3e55286a676fdf4f5919d219e2a0df93f817211. This commit broke the build for OSX before Sierra. The a
Revert "hrtime implementation update for Mac" This reverts commit a3e55286a676fdf4f5919d219e2a0df93f817211. This commit broke the build for OSX before Sierra. The apple documentation states the equivalent uses raw uptime, and the source code of the non portable function says raw uptime would call the same routine we were calling before this commit. Since the correct version of this commit - according to docs - would bring no value whatsoever, and this version breaks the build there doesn't seem any sense in making this change.
show more ...
|
#
a297c66c |
| 14-Jun-2021 |
Joe Watkins |
Fix #81136 opcache header not installed, causing shared build to fail |
#
5dc31e0c |
| 14-Jun-2021 |
Nikita Popov |
Fixed bug #80197 Use "libmagic/magic.h" rather than <magic.h> to make sure that we use the bundled libmagic, even if there is a system libmagic on the include path. |
#
71fb8356 |
| 08-Jun-2021 |
Nikita Popov |
Fix bug #80945: Don't throw undefined array key warning in ArrayObject unset() This makes the behavior of ArrayObject the same as far plain arrays, which don't throw a warning when unset
Fix bug #80945: Don't throw undefined array key warning in ArrayObject unset() This makes the behavior of ArrayObject the same as far plain arrays, which don't throw a warning when unsetting a key that already doesn't exit.
show more ...
|
#
805471e8 |
| 08-Jun-2021 |
Nikita Popov |
Fix bug #81112: Implement JsonSerializable for SplFixedArray This returns an array for SplFixedArray JSON encoding, which is more appropriate than an object with integer string keys.
Fix bug #81112: Implement JsonSerializable for SplFixedArray This returns an array for SplFixedArray JSON encoding, which is more appropriate than an object with integer string keys. Closes GH-7117.
show more ...
|
#
f0755718 |
| 13-Jun-2021 |
Joe Watkins |
Merge branch '81135' * 81135: Fix #81135 unknown help topic in phpdbg fails assertion
|
#
c2922658 |
| 13-Jun-2021 |
Joe Watkins |
Set BUILD_CC for phpize |
#
69520ab6 |
| 13-Jun-2021 |
Joe Watkins |
fix news |
#
21f2ff79 |
| 10-Jun-2021 |
Christoph M. Becker |
Fix #81120: PGO data for main PHP DLL are not used We need to look for the right file. To avoid total confusion, we also rename the variables; however, the right solution would have bee
Fix #81120: PGO data for main PHP DLL are not used We need to look for the right file. To avoid total confusion, we also rename the variables; however, the right solution would have been to drop the version suffixes, since they don't help (major + minor maybe, but not major only).
show more ...
|
#
08777387 |
| 10-Jun-2021 |
Nikita Popov |
Fix bug #81119 The implementation for functions and operators is shared. However, we should not be generating argument errors for operators. |