From: Marcus Boerger Date: Thu, 23 Sep 2004 18:45:27 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4c952f0238e6cac3c91a72a972167a10b4078e1;p=php BFN --- diff --git a/NEWS b/NEWS index 277048dac8..e930826d8f 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ PHP NEWS - Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry) - Fixed bug with raw_post_data not getting set (Brian) - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev) +- Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute). + (Marcus) - Fixed bug #30182 (SOAP module processing WSDL file dumps core). (Dmitry) - Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests). (Dmitry)