1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

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