From: Andi Gutmans Date: Wed, 3 Nov 1999 20:15:50 +0000 (+0000) Subject: #- Added support for forcing a variable number of internal function arguments X-Git-Tag: php-4.0b3_RC2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79bdcc28f147629af1aa510c95dce510bfa1d19;p=php #- Added support for forcing a variable number of internal function arguments # by reference. #- This is done by using BYREF_FORCE_REST as the last arg_types value. --- diff --git a/NEWS b/NEWS index fd37dd71e8..504834d109 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP 4.0 NEWS ?? ?? 1999, Version 4.0 Beta 3 +- Added support for forcing a variable number of internal function arguments + by reference. (Andi & Zeev, Zend library) - Implemented getprotoby{name,number} (Evan) - Added array_pad() function. (Andrei) - Added new getservby{name,port} functions. (Evan)