From: Sascha Schumann Date: Wed, 3 Sep 2003 14:56:11 +0000 (+0000) Subject: Fixed FastCGI being unable to bind to a specific IP X-Git-Tag: php-4.3.4RC1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ab1c72867de635462f85776aef562d9621d0e4d;p=php Fixed FastCGI being unable to bind to a specific IP --- diff --git a/NEWS b/NEWS index 8bf3e68fb4..58e431178e 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP 4 NEWS - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise) - Fixed crash bug when non-existing save/serializer handler was used. (Jani) - Fixed memory leak in gethostbynamel() if an error occurs. (Sara) +- Fixed FastCGI being unable to bind to a specific IP. (Sascha) - Fixed bug #25372 (sscanf() does not work with %X). (Jani) - Fixed bug #25348 ("make install" fails with --enable-short-tags). (Jani) - Fixed bug #25343 (is_dir() gives warning on FreeBSD). (Jani)