Home
last modified time | relevance | path

Searched refs:nsapi (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/sapi/nsapi/
H A Dconfig.w324 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);
13 } else if (CHECK_HEADER_ADD_INCLUDE("nsapi.h", "CFLAGS_NSAPI",
15 CHECK_LIB("ns-httpd*.lib", "nsapi", PHP_NSAPI + ";" + PHP_NSAPI_LIBS)) {
16 SAPI('nsapi', 'nsapi.c', 'php' + PHP_VERSION + 'nsapi.dll', '/D XP_WIN32 ');
H A Dconfig.m45 PHP_ARG_WITH(nsapi, for NSAPI support,
6 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no)
10 …(Please specify the path to the root of your Netscape/iPlanet/Sun Webserver using --with-nsapi=DIR)
16 AC_CHECK_HEADERS([$NSAPI_INC_DIR/nsapi.h])
22 AC_CHECK_HEADERS([$NSAPI_INC_DIR/nsapi.h])
26 …AC_MSG_ERROR([Please check you have nsapi.h in either $PHP_NSAPI/include or $PHP_NSAPI/plugins/inc…
32 PHP_SELECT_SAPI(nsapi, shared, nsapi.c)
H A Dnsapi.c152 PHP_MINIT_FUNCTION(nsapi);
153 PHP_MSHUTDOWN_FUNCTION(nsapi);
154 PHP_RINIT_FUNCTION(nsapi);
155 PHP_RSHUTDOWN_FUNCTION(nsapi);
156 PHP_MINFO_FUNCTION(nsapi);
164 ZEND_END_MODULE_GLOBALS(nsapi)
205 PHP_MINIT(nsapi),
206 PHP_MSHUTDOWN(nsapi),
209 PHP_MINFO(nsapi),
292 PHP_MINIT_FUNCTION(nsapi) in PHP_MINIT_FUNCTION() argument
[all …]
H A Dphp5nsapi.dsp123 SOURCE=.\nsapi.c
/PHP-5.5/sapi/continuity/
H A DCREDITS2 Alex Leigh (based on nsapi code)
/PHP-5.5/win32/
H A Dphp5ts.dsw141 Project: "php5nsapi"=..\sapi\nsapi\php5nsapi.dsp - Package Owner=<4>
/PHP-5.5/
H A D.gitattributes21 sapi/nsapi/nsapi.c ident
H A DEXTENSIONS96 EXTENSION: nsapi
H A DINSTALL635 enter the proper install directory for the --with-nsapi=[DIR] option.
637 read /php-xxx-version/sapi/nsapi/nsapi-readme.txt.
663 --with-nsapi=/opt/netscape/suitespot/ \
H A DNEWS5362 for nsapi). (Uwe Schindler)
8273 - Fixed bug #39192 (Not including nsapi.h properly with SJSWS 7). This will

Completed in 55 milliseconds