mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Nuke php3 legacy
This commit is contained in:
parent
a05e8e335d
commit
a208d9a966
86 changed files with 118 additions and 118 deletions
|
@ -174,7 +174,7 @@ ZEND_DECLARE_MODULE_GLOBALS(nsapi)
|
|||
*
|
||||
* Every user visible function must have an entry in nsapi_functions[].
|
||||
*/
|
||||
function_entry nsapi_functions[] = {
|
||||
zend_function_entry nsapi_functions[] = {
|
||||
PHP_FE(nsapi_virtual, NULL) /* Make subrequest */
|
||||
PHP_FALIAS(virtual, nsapi_virtual, NULL) /* compatibility */
|
||||
PHP_FE(nsapi_request_headers, NULL) /* get request headers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue