From: foobar Date: Sun, 30 Nov 2003 09:41:32 +0000 (+0000) Subject: New funcs X-Git-Tag: php-5.0.0b3RC1~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eff99ad4bb257be38951034a8446f4af52ccfd0;p=php New funcs --- diff --git a/NEWS b/NEWS index e060ff2427..82b924cb92 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS . php_strip_whitespace(). strip whitespace & comments from a script. (Ilia) . php_check_syntax(). check php script for parse errors. (Ilia) . image_type_to_extension(). return extension based on image type. (Ilia) + . stream_socket_sendto() and stream_socket_recvfrom(). (Wez) - Route stat() and family via streams API. (Sara) - Fixed __autoload() to preserve case of the passed class name. (Andi) - Fixed bug #26072 (--disable-libxml does not work). (Jani)