diff options
author | Derick Rethans <derick@php.net> | 2005-06-28 18:05:59 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2005-06-28 18:05:59 +0000 |
commit | dcca4db029db616605d5193761db8b109380b881 (patch) | |
tree | f8b63fb17dc1c32623ee9f28aa97971a9ea654af /NEWS | |
parent | 28e76fe7f488ad79451d25f1cd6b0e50223bd18f (diff) | |
download | php-git-dcca4db029db616605d5193761db8b109380b881.tar.gz |
- Fixed bug #33433 (strtoll not available on Tru64).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()). |