mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08: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:
parent
6d988ec694
commit
a79bdcc28f
2
NEWS
2
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)
|
||||
|
Loading…
Reference in New Issue
Block a user