Home
last modified time | relevance | path

Searched refs:php (Results 1 – 25 of 29) sorted by last modified time

12

/unit/pkg/docker/
H A DDockerfile.php8.21 FROM php:8.2-cli-bullseye
50 && ./configure php \
51 && make -j $NCPU php-install \
54 && ./configure php \
55 && make -j $NCPU php-install \
H A DDockerfile.php8.31 FROM php:8.3-cli-bullseye
50 && ./configure php \
51 && make -j $NCPU php-install \
54 && ./configure php \
55 && make -j $NCPU php-install \
H A DMakefile11 MODULES ?= go jsc node perl php python ruby wasm
56 $(foreach phpversion, $(VERSIONS_php), $(eval CONTAINER_php$(phpversion) = php:$(phpversion)-$(VARI…
57 CONFIGURE_php ?= php
58 INSTALL_php ?= php-install
/unit/docs/
H A Dunit-openapi.yaml4909 uri: "~^/data/www/.*\\.php(/.*)?$"
5314 php: "#/components/schemas/configApplicationPHP"
5329 enum: [external, java, perl, php, python, ruby]
5613 default: "index.php"
5617 description: "Defines the php.ini location and options."
5628 description: "Pathname of the php.ini file."
5662 default: "index.php"
H A DMakefile7 unit-php \
/unit/
H A DCHANGES657 restricted to ".php".
970 *) Feature: customization of php.ini path.
1071 *) Feature: "configure php --lib-static" option.
H A DREADME.md79 Suppose you saved a PHP script as `/www/helloworld/index.php`:
80 ``` php
81 <?php echo "Hello, PHP on Unit!"; ?>
84 To run it on Unit with the `unit-php` module installed, first set up an
91 "type": "php",
154 "type": "php",
/unit/.github/workflows/
H A Dci.yml36 - build: php-8.1
38 - build: php-8.2
40 - build: php-8.3
240 - uses: shivammathur/setup-php@v2
246 if: steps.metadata.outputs.module == 'php'
248 - name: Configure php
250 ./configure php
251 if: steps.metadata.outputs.module == 'php'
253 - name: Make php
255 make php
[all …]
/unit/src/
H A Dnxt_main_process.c240 offsetof(nxt_common_app_conf_t, u.php.targets),
246 offsetof(nxt_common_app_conf_t, u.php.options),
H A Dnxt_application.h139 nxt_php_app_conf_t php; member
H A Dnxt_php_sapi.c384 c = &conf->u.php; in nxt_php_setup()
468 c = &conf->u.php; in nxt_php_start()
/unit/auto/modules/
H A Dconf12 php)
13 . auto/modules/php
H A Dphp25 --config=FILE set php-config filename
26 --module=NAME set unit php module name
56 NXT_PHP_CONFIG=${NXT_PHP_CONFIG=php-config}
79 $echo " + PHP SAPI: [`${NXT_PHP_CONFIG} --php-sapis`]"
112 # "php-config --ldflags" does not contain path to libphp, but
132 #include <php.h>
148 #include <php.h>
176 #include <php.h>
189 # Bug #71041 (https://bugs.php.net/bug.php?id=71041).
197 #include <php.h>
[all …]
/unit/auto/
H A Dhelp61 php OPTIONS configure PHP module
62 run "./configure php --help" to see available options
/unit/pkg/deb/
H A DMakefile24 include Makefile.php
41 include Makefile.php
57 include Makefile.php
73 include Makefile.php
88 include Makefile.php
105 include Makefile.php
118 include Makefile.php
134 include Makefile.php
146 include Makefile.php
159 include Makefile.php
/unit/pkg/rpm/
H A DMakefile48 include Makefile.php
59 include Makefile.php
73 include Makefile.php
84 include Makefile.php
95 include Makefile.php
106 include Makefile.php
118 include Makefile.php
130 include Makefile.php
H A DMakefile.php1 MODULES+= php
2 MODULE_SUFFIX_php= php
9 MODULE_CONFARGS_php= php
10 MODULE_MAKEARGS_php= php
11 MODULE_INSTARGS_php= php-install
13 MODULE_SOURCES_php= unit.example-php-app \
14 unit.example-php-config
16 BUILD_DEPENDS_php= php-devel php-embedded
21 %{__mkdir} -p %{buildroot}%{_datadir}/doc/unit-php/examples/phpinfo-app
23 %{buildroot}%{_datadir}/doc/unit-php/examples/phpinfo-app/index.php
[all …]
/unit/test/
H A Dtest_php_application.py11 from unit.applications.lang.php import ApplicationPHP
H A Dtest_php_targets.py1 from unit.applications.lang.php import ApplicationPHP
H A Dtest_php_isolation.py1 from unit.applications.lang.php import ApplicationPHP
/unit/test/php/phpinfo/
H A Dindex.wrong1 <?php
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-php-app1 <?php phpinfo(); ?>
H A Dunit.example-php-config4 "type": "php",
6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
7 "index": "index.php"
H A Dunit.example.config4 "type": "php",
6 "root": "/usr/share/doc/unit-php/examples/phpinfo-app",
7 "index": "index.php"
/unit/pkg/deb/debian/
H A Dunit.example-php-app1 <?php phpinfo(); ?>

12