summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-06-28 18:05:59 +0000
committerDerick Rethans <derick@php.net>2005-06-28 18:05:59 +0000
commitdcca4db029db616605d5193761db8b109380b881 (patch)
treef8b63fb17dc1c32623ee9f28aa97971a9ea654af /NEWS
parent28e76fe7f488ad79451d25f1cd6b0e50223bd18f (diff)
downloadphp-git-dcca4db029db616605d5193761db8b109380b881.tar.gz
- Fixed bug #33433 (strtoll not available on Tru64).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 594010c0d5..6947bca1a0 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP NEWS
- Fixed bug #33491 (crash after extending MySQLi internal class). (Tony)
- Fixed bug #33475 (cURL handle is not closed on curl_close(). (Ilia)
- Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI). (Jani)
+- Fixed bug #33433 (strtoll not available on Tru64). (Jani, Derick)
- Fixed bug #32660 (Assignment by reference causes crash when field access is
overloaded (__get)). (Dmitry)
- Fixed bug #31358 (Older GCC versions do not provide portable va_copy()).