diff options
author | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-02-22 08:31:17 -0800 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@lerdorf.com> | 2015-02-22 08:31:17 -0800 |
commit | ffd2fda0f39e3432e274b4d49df485b59dcbef39 (patch) | |
tree | f92da7feb85d259673f3f9da20fa9a313689ef32 | |
parent | e12b72d3f78cc49d33bcf73ad2d4fa09b6aeff84 (diff) | |
download | php-git-ffd2fda0f39e3432e274b4d49df485b59dcbef39.tar.gz |
NEWS entry
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ callback). (Mike) . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file not validated in memory.c). (nayana at ddproperty dot com) + . Fixed bug #68166 (Exception with invalid character causes segv) (Rasmus) - cURL: . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on |