Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 64) sorted by relevance

123

/PHP-8.0/pear/
H A DMakefile.frag10 PEAR_INSTALLER_URL = https://pear.php.net/install-pear-nozlib.phar
12 install-pear-installer: $(SAPI_CLI_PATH)
13 …@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) pear/install-pear-nozlib.phar -d "$(peardir)" …
15 install-pear:
17 @if test ! -f $(builddir)/install-pear-nozlib.phar; then \
18 if test -f $(srcdir)/install-pear-nozlib.phar; then \
19 cp $(srcdir)/install-pear-nozlib.phar $(builddir)/install-pear-nozlib.phar; \
26 …$(top_builddir)/sapi/cli/php -n $(srcdir)/fetch.php "${PEAR_INSTALLER_URL}" $(builddir)/install-pe…
30 …@if test -f $(builddir)/install-pear-nozlib.phar && $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); th…
31 $(MAKE) -s install-pear-installer; \
[all …]
H A Dinstall-pear.txt7 | To install these components, |
11 | # make install-su |
/PHP-8.0/ext/oci8/
H A DREADME.md7 Use `pecl install oci8` to install for PHP 8.
9 Use `pecl install oci8-2.2.0` to install for PHP 7.
11 Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
13 Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
20 source, then also install the SDK package.
H A Dconfig.w3256 // find the Oracle install
91 // find the Oracle install
126 // find the Oracle install
160 // find the Oracle install
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dblog.phar6 ^������������������ ���index.phpv����7Hv���r�%�������� ���install.php����7H���2���������<…
7 include "install.php";
11 ?><?php echo "install\n"; ?>�}L�+ ����x��Q� ���GBMB
H A Dblog.phar.inc13 include "install.php";
18 $phar['install.php'] = '<?php echo "install\n"; ?>';
/PHP-8.0/ext/phar/tests/files/
H A Dblog.phar8 ^������������������ ���index.php����?2�I����坙�������� ���install.php���?2�I���2���������<?p…
9 include "install.php";
13 ?><?php echo "install\n"; ?>0�])IgF|������a�����GBMB
H A Dblog.phar.inc15 include "install.php";
20 $phar['install.php'] = '<?php echo "install\n"; ?>';
/PHP-8.0/ext/pdo/
H A DMakefile.frag17 install-pdo-headers:
35 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-8.0/.github/actions/brew/
H A Daction.yml8 brew install \
13 brew install \
/PHP-8.0/ext/phar/tests/
H A Dphpinfo_003.phpt28 gzip compression => disabled (install ext/zlib)
29 bzip2 compression => disabled (install ext/bz2)
30 OpenSSL support => disabled (install ext/openssl)
H A Dphpinfo_001.phpt32 OpenSSL support => disabled (install ext/openssl)
52 OpenSSL support => disabled (install ext/openssl)
/PHP-8.0/.github/workflows/
H A Dpush.yml49 - name: make install
50 uses: ./.github/actions/install-linux
94 - name: make install
95 uses: ./.github/actions/install-linux-x32
120 - name: make install
121 run: sudo make install
H A Dnightly.yml69 - name: make install
147 - name: make install
206 - name: make install
207 run: sudo make install
249 run: sudo -H pip install gcovr
256 - name: make install
300 - name: make install
334 php ./phpunit install
412 - name: make install
519 - name: make install
[all …]
/PHP-8.0/build/
H A DMakefile.global2 INSTALL = $(top_srcdir)/build/shtool install -c
20 -@$(LIBTOOL) --silent --mode=install cp $@ $(phptempdir)/$@ >/dev/null 2>&1
25 install: $(all_targets) $(install_targets)
27 install-sapi: $(OVERALL_TARGET)
40 install-binaries: build-binaries $(install_binary_targets)
42 install-modules: build-modules
49 install-headers:
163 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
/PHP-8.0/sapi/litespeed/
H A DMakefile.frag6 install-litespeed: $(SAPI_LITESPEED_PATH)
/PHP-8.0/travis/
H A Dcompile.sh22 --prefix="$HOME"/php-install \
77 make install
/PHP-8.0/scripts/
H A DMakefile.frag29 install-build:
36 install-programs: $(builddir)/phpize $(builddir)/php-config
/PHP-8.0/sapi/cli/
H A DMakefile.frag6 install-cli: $(SAPI_CLI_PATH)
/PHP-8.0/Zend/tests/
H A Dbug66660.phpt2 Bug #66660 (Composer.phar install/update fails)
/PHP-8.0/sapi/cgi/
H A DMakefile.frag6 install-cgi: $(SAPI_CGI_PATH)
/PHP-8.0/ext/skeleton/
H A D.gitignore.in19 install-sh
/PHP-8.0/.github/actions/install-linux/
H A Daction.yml8 sudo make install
/PHP-8.0/.github/actions/install-linux-x32/
H A Daction.yml8 make install
/PHP-8.0/
H A DREADME.md36 For other systems, see the [installation chapter](https://php.net/install).
44 you can install these using:
46 sudo apt install -y pkg-config build-essential autoconf bison re2c \
88 make install
90 Depending on your permissions and prefix, `make install` may need super user

Completed in 55 milliseconds

123