summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-05 11:49:37 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-05 11:49:37 +0000
commit4c26ed263dc61c32b01a3a553389f371b37dff48 (patch)
tree04c25e498416bf94bd16f5b649ff87fe39d85959 /NEWS
parent0f8f945418ae8ce9091327a8ac81501cf35b51c5 (diff)
downloadphp-git-4c26ed263dc61c32b01a3a553389f371b37dff48.tar.gz
BFN
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9fef31c6a3..0b047ee3d0 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,8 @@ PHP NEWS
- Fixed memory leaks in openssl streams context options. (Pierre)
- Fixed handling of extremely long paths inside tempnam() function. (Ilia)
+- Fixed bug #38003 (in classes inherited from MySQLi it's possible to call
+ private constructors from invalid context). (Tony)
- Fixed bug #37987 (invalid return of file_exists() in safe mode). (Ilia)
- Fixed bug #37931 (possible crash in OCI8 after database restart
when using persistent connections). (Tony)