From: Stanislav Malyshev Date: Thu, 1 Nov 2007 20:36:48 +0000 (+0000) Subject: add gmp_testbit() X-Git-Tag: RELEASE_1_3_1~760 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245d55674a146b2f182996110d548842d19abde6;p=php add gmp_testbit() --- diff --git a/NEWS b/NEWS index ecfad48000..06e73d924f 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ PHP NEWS . Added access to internal values of DSA, RSA and DH keys - Improved and cleaned CGI code. FastCGI is now always enabled and can not be disabled. See sapi/cgi/CHANGES for more details. (Dmitry) +- Added gmp_testbit() function from HEAD. (Stas) - Fixed possible crash in ext/soap because of uninitialized value (Zdash Urf)