summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-03 00:18:52 +0000
committerZeev Suraski <zeev@php.net>1999-09-03 00:18:52 +0000
commit2521b5550ab059f3033c7fef1359a460f66cd9c2 (patch)
treec0168401fa62dbc0e0722cd75ed4586d653d8503
parent7b083fe5d11083d787d8a4c4d66b05989a54c5ab (diff)
downloadphp-git-2521b5550ab059f3033c7fef1359a460f66cd9c2.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b08d7e636..700e2e8548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
+- Fixed the a problem in the resource reference counting mechanism, that
+ caused resources to be freed much later than they were supposed to (Zeev,
+ Zend library)
- Ported newest GetImageSize (Thies)
- Added session compile support in Win32 (Andi)
- Added -d switch to the CGI binary that allows overriding php.ini values