1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00
This commit is contained in:
Rasmus Lerdorf
2005-05-19 16:17:17 +00:00
parent feac7f8dbb
commit 8fa2dc1c64

2
NEWS
View File

@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2005, PHP 5.0.5
- Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per
RFC 2616 section 10.3.5) (Rasmus, Choitel)
- Removed php_check_syntax() function which never worked properly. (Ilia)
- Added new function mysqli_set_charset (Georg)
- Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)