Searched refs:sapi (Results 1 - 7 of 7) sorted by relevance

/solaris-userland-s11u3/components/php-5_3/
H A DMakefile45 # 2) php-sapi -> install
48 # 4) php-sapi -> publish (packages sapi, nsapi, cgi in 1 package)
65 # 2) php-sapi -> install
69 # So after imap, php-sapi, php-nsapi build serially in that order
73 # php-sapi - Server API
87 # 2) install php-sapi
140 PKG_PROTO_DIRS += php-sapi/build/prototype/$(MACH)
178 APC: php-sapi
179 APC-zts: php-sapi ph
[all...]
H A Dextensions-zts.mk31 # php-config-proto comes from sapi
46 $(GSED) -i -e "s@^PHP_EXECUTABLE=.*@PHP_EXECUTABLE=$(COMPONENT_DIR)/../php-sapi/build/$(MACH32)/sapi/cli/php@" \
51 --with-php-config=$(COMPONENT_DIR)/../php-sapi/php-config-proto.zts
70 # Manual dependency - need both php-sapi and php-nsapi installed
72 ../php-sapi/build/$(MACH32)/.installed:
74 cd ../php-sapi; \
82 $(BUILD_DIR_32)/.configured: ../php-sapi/build/$(MACH32)/.installed
H A Dextensions.mk39 < $(COMPONENT_DIR)/../php-sapi/phpize-proto \
43 $(GSED) -i -e "s@^PHP_EXECUTABLE=.*@PHP_EXECUTABLE=$(COMPONENT_DIR)/../php-sapi/build/$(MACH32)/sapi/cli/php@" \
47 --with-php-config=$(COMPONENT_DIR)/../php-sapi/php-config-proto
64 # Manual dependency - to build any extension requires php-sapi to be installed
65 ../php-sapi/build/$(MACH32)/.installed:
66 (cd ../php-sapi ; $(MAKE) install)
68 $(BUILD_DIR_32)/.configured: ../php-sapi/build/$(MACH32)/.installed
H A Dcommon.mk59 PHP_SAPI_BUILD = $(COMPONENT_DIR)/../php-sapi/build/$(MACH32)
241 # See php-cgi/Makefile, php-nsapi/Makefile, php-sapi/Makefile for further
/solaris-userland-s11u3/components/php-5_3/Solaris/
H A Dconfigure-sun-webserver37 echo " --sapi : How should PHP runtime be loaded within Web Server 7"
55 --sapi=*)
56 sapi="`echo $cur_arg | cut -d= -f2-`"
85 sapi="fastcgi"
87 sapi=$input
89 if [ -n "$sapi" ] && [ $sapi = "fastcgi" -o $sapi = "nsapi" ]; then
112 if [ -n "$sapi" ] && [ $sapi !
[all...]
/solaris-userland-s11u3/components/php-5_3/php-cgi/
H A DMakefile33 PATCH_DIR = ../php-sapi/patches
35 include ../php-sapi/php.mk
55 COMPONENT_INSTALL_TARGETS = install-sapi
85 # php-sapi does the publish
/solaris-userland-s11u3/components/php-5_3/php-nsapi/
H A DMakefile49 PATCH_DIR = ../php-sapi/patches
51 include ../php-sapi/php.mk
121 $(GSED) -e "s@extension_dir = \(.*\)@extension_dir=$(PHP_ROOT_ZTS_EXT)@"< ../php-sapi/build/prototype/$(MACH)/$(CONFDIR)/php.ini > php.ini; \
164 # php-sapi does the publish

Completed in 10 milliseconds