#- 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.
This commit is contained in:
Andi Gutmans 1999-11-03 20:15:50 +00:00
parent 6d988ec694
commit a79bdcc28f

2
NEWS
View File

@ -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)