1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 03:32:20 +02:00

NEWS update

This commit is contained in:
2001-08-05 00:10:49 +00:00
parent d800a2e16a
commit 2829475d00

2
NEWS
View File

@@ -1,6 +1,8 @@
PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
- Enhance read_exif_data() to support multiple comment tags (Rasmus)
- Fixed a crash bug in array_map() when NULL callback was passed in. (Andrei)
- Change from E_ERROR to E_WARNING in the exif extension (Rasmus)
- New pow() implementation, which returns an integer when possible,
and warnings on wrong input (jeroen)