1.2.1559. ext/nsapi¶
NSAPI specific functions calls.
These functions are only available when running PHP as a NSAPI module in Netscape/iPlanet/Sun webservers.
<?php
// This scripts depends on ext/nsapi
if (ini_get('nsapi.read_timeout') < 60) {
doSomething();
}
?>
See also Sun, iPlanet and Netscape servers on Sun Solaris.
1.2.1559.1. Specs¶
Short name |
Extensions/Extnsapi |
Rulesets |
|
Exakat since |
0.9.2 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |