Searched refs:NSAPI (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/sapi/nsapi/ |
H A D | config.w32 | 4 ARG_ENABLE('nsapi', 'Build NSAPI for Netscape/iPlanet/SunONE webservers', 'no'); 6 ARG_WITH('nsapi-includes', 'Where to find NSAPI headers', null); 7 ARG_WITH('nsapi-libs', 'Where to find NSAPI libraries', null); 11 WARNING("NSAPI module requires an --enable-zts build of PHP"); 18 WARNING("Could not find NSAPI headers/libraries");
|
H A D | config.m4 | 5 PHP_ARG_WITH(nsapi, for NSAPI support, 6 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no) 12 AC_MSG_CHECKING([for NSAPI include files])
|
H A D | CREDITS | 1 NSAPI
|
H A D | nsapi-readme.txt | 129 The NSAPI module now supports the nsapi_virtual() function (alias: virtual()) 132 the NSAPI library.
|
H A D | nsapi.c | 25 #define NSAPI 1 macro
|
/PHP-5.3/main/ |
H A D | win95nt.h | 57 #if !NSAPI
|
/PHP-5.3/TSRM/ |
H A D | TSRM.c | 578 #elif defined(NSAPI) in tsrm_thread_id() 603 #elif defined(NSAPI) in tsrm_mutex_alloc() 633 #elif defined(NSAPI) in tsrm_mutex_free() 667 #elif defined(NSAPI) in tsrm_mutex_lock() 699 #elif defined(NSAPI) in tsrm_mutex_unlock()
|
H A D | TSRM.h | 75 #elif defined(NSAPI)
|
/PHP-5.3/win32/ |
H A D | install.txt | 197 NSAPI - Sun/iPlanet/Netscape server module 834 From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to 865 NSAPI setup on Sun, iPlanet and Netscape servers 867 To install PHP with NSAPI, do the following: 920 Note: More details about setting up PHP as an NSAPI filter can be 987 The NSAPI module now supports the nsapi_virtual() function (alias: 990 undocumented features from the NSAPI library. 1400 command line option in CGI and CLI, php_ini parameter in NSAPI,
|
/PHP-5.3/ |
H A D | INSTALL | 625 From PHP 4.3.3 on you can use PHP scripts with the NSAPI module to 805 The NSAPI module now supports the nsapi_virtual() function (alias: 808 NSAPI library. On Unix the module automatically looks for the needed 1593 command line option in CGI and CLI, php_ini parameter in NSAPI,
|
H A D | NEWS | 861 - NSAPI SAPI: 2313 - Fixed bug #50087 (NSAPI performance improvements). (Uwe Schindler)
|
Completed in 55 milliseconds