Home
last modified time | relevance | path

Searched refs:nsapi_virtual (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt126 Note about nsapi_virtual() and subrequests
129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual())
135 for the needed functions and uses them if available. If not, nsapi_virtual()
141 fails and nsapi_virtual() is disabled.
151 But be warned: SUPPORT FOR nsapi_virtual() IS EXPERIMENTAL !!!
H A Dnsapi.c158 PHP_FUNCTION(nsapi_virtual);
188 PHP_FE(nsapi_virtual, arginfo_nsapi_virtual) /* Make subrequest */
189 PHP_FALIAS(virtual, nsapi_virtual, arginfo_nsapi_virtual) /* compatibility */
332 PHP_FUNCTION(nsapi_virtual) in PHP_FUNCTION() argument
/PHP-5.5/win32/
H A Dinstall.txt844 Note about nsapi_virtual() and subrequests (PHP >= 4.3.3)
846 The NSAPI module now supports the nsapi_virtual() function (alias:
853 nsapi_virtual() is disabled.
858 server is used, the detection fails and nsapi_virtual() is disabled.
870 Note: But be warned: Support for nsapi_virtual() is EXPERIMENTAL!!!
/PHP-5.5/
H A DINSTALL803 Note about nsapi_virtual() and subrequests (PHP >= 4.3.3)
805 The NSAPI module now supports the nsapi_virtual() function (alias:
809 functions and uses them if available. If not, nsapi_virtual() is
814 But be warned: Support for nsapi_virtual() is EXPERIMENTAL!!!

Completed in 21 milliseconds