summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2007-11-01 20:36:48 +0000
committerStanislav Malyshev <stas@php.net>2007-11-01 20:36:48 +0000
commit245d55674a146b2f182996110d548842d19abde6 (patch)
tree65fdbde95c5befa1bb82bfb750e5fae9c4288c45 /NEWS
parentb6914a87d78ad440eb127eae480ecf2927ad6b9a (diff)
downloadphp-git-245d55674a146b2f182996110d548842d19abde6.tar.gz
add gmp_testbit()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)