com php-src: Merge branch 'PHP-7.0' into PHP-7.1: NEWS ext/reflection/php_reflection.c ext/reflection/tests/Refl ectionClass_toString_001.phpt
[email protected] (Nikita Popov)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 134d0b33a3bc18044c44deb1b33755e69b0c5631 Author: Nikita Popov <[email protected]> Sun, 12 Feb 2017 22:03:21 +0100 Parents: d28df113d5b85ba36b1f75f8346d0965dd53ec04 eb1373e509a69a48e90e6dd4c2dda1348e19b776 Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=134d0b33a3bc18044c44deb1b33755e69b0c5631 Log: Merge branch 'PHP-7.0' into PHP-7.1 Changed paths: MM NEWS MM ext/reflection/php_reflection.c MM ext/reflection/tests/ReflectionClass_toString_001.phpt Diff: diff --cc NEWS index 3a17968,aed2a09..6fa6d88 --- a/NEWS +++ b/NEWS @@@ -37,10 -45,10 +37,6 @@@ PH . Fixed bug #74022 (PHP Fast CGI crashes when reading from a pfx file). (Anatol) --- Reflection: -- . Fixed bug #74035 (getNumberOfRequiredParameters wrong for -- ReflectionClass::newInstance). (Andrew Nester) -- - Standard: . Fixed bug #74005 (mail.add_x_header causes RFC-breaking lone line feed). (Anatol)