1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
This commit is contained in:
foobar
2004-03-14 23:22:51 +00:00
parent 7a67839d33
commit 04a242541b

2
NEWS
View File

@@ -11,7 +11,7 @@ PHP NEWS
also a constant. (Dmitry)
- Fixed object's truth value conversion. It is always true unless
ze1_compatibility_mode is on in which it behaves like in PHP 4. (Stas)
- Improve out of memory handling in new memory manager. (Stas)
- Improved out of memory handling in new memory manager. (Stas)
- Fixed crash when an object references itself during destructor call. (Andi)
- Fixed crash in foreach() when iterating over object properties or a method's
return values. (Andi)