diff options
author | Antony Dovgal <tony2001@php.net> | 2006-07-05 11:49:37 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-07-05 11:49:37 +0000 |
commit | 4c26ed263dc61c32b01a3a553389f371b37dff48 (patch) | |
tree | 04c25e498416bf94bd16f5b649ff87fe39d85959 /NEWS | |
parent | 0f8f945418ae8ce9091327a8ac81501cf35b51c5 (diff) | |
download | php-git-4c26ed263dc61c32b01a3a553389f371b37dff48.tar.gz |
BFN
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |