- Removed php_check_syntax() function which never worked properly. (Ilia)
- Changed sha1_file() and md5_file() functions to use streams instead of
low level IO. (Uwe)
+- Fixed memory corruption in ImageTTFText() with 64bit systems. (Andrey)
- Fixed bug #32759 (incorrect determination of default value (COM)). (Wez)
- Fixed bug #32758 (Cannot access safearray properties in VB6 objects). (Wez)
- Fixed bug #32755 (Segfault in replaceChild() when DocumentFragment has
- Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez)
- Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
(kameshj at fastmail dot fm)
-- Fixed memory corruption in ImageTTFText() on 64 bit. (Andrey)
31 Mar 2005, PHP 5.0.4
- Added SNMPv2 support. (harrie)