Home
last modified time | relevance | path

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

123

/PHP-8.1/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.1/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.
/PHP-8.1/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.1/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.1/ext/pdo/
H A DMakefile.frag17 install-pdo-headers:
35 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-8.1/.github/actions/setup-windows/
H A Daction.yml8 choco install mysql -y --no-progress --params="/port:3306"
13 …choco install sql-server-express -y --no-progress --install-arguments="/SECURITYMODE=SQL /SAPWD=Pa…
/PHP-8.1/.github/actions/brew/
H A Daction.yml8 brew install \
13 brew install \
/PHP-8.1/ext/phar/tests/
H A Dphpinfo_003.phpt29 gzip compression => disabled (install ext/zlib)
30 bzip2 compression => disabled (install ext/bz2)
31 OpenSSL support => disabled (install ext/openssl)
H A Dphpinfo_001.phpt33 OpenSSL support => disabled (install ext/openssl)
53 OpenSSL support => disabled (install ext/openssl)
/PHP-8.1/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:
161 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
/PHP-8.1/.github/workflows/
H A Dnightly.yml75 - name: make install
157 - name: make install
220 - name: make install
221 run: sudo make install
267 run: sudo -H pip install gcovr
274 - name: make install
323 - name: make install
357 php ./phpunit install
440 - name: make install
552 - name: make install
[all …]
H A Dpush.yml82 - name: make install
83 uses: ./.github/actions/install-linux
118 - name: make install
119 run: sudo make install
/PHP-8.1/sapi/litespeed/
H A DMakefile.frag6 install-litespeed: $(SAPI_LITESPEED_PATH)
/PHP-8.1/scripts/
H A DMakefile.frag29 install-build:
36 install-programs: $(builddir)/phpize $(builddir)/php-config
/PHP-8.1/travis/
H A Dcompile.sh22 --prefix="$HOME"/php-install \
78 make install
/PHP-8.1/
H A DREADME.md35 For other systems, see the [installation chapter](https://php.net/install).
44 On Ubuntu, you can install these using:
46 sudo apt install -y pkg-config build-essential autoconf bison re2c \
49 On Fedora, you can install these using:
51 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
92 make install
94 Depending on your permissions and prefix, `make install` may need super user
H A D.cirrus.yml14 …- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 krb5 t1lib gm…
20 - gmake install
/PHP-8.1/sapi/cli/
H A DMakefile.frag6 install-cli: $(SAPI_CLI_PATH)
/PHP-8.1/Zend/tests/
H A Dbug66660.phpt2 Bug #66660 (Composer.phar install/update fails)
/PHP-8.1/sapi/cgi/
H A DMakefile.frag6 install-cgi: $(SAPI_CGI_PATH)
/PHP-8.1/ext/date/lib/
H A DREADME.rst14 On Debian: ``apt install libcpputest-dev``
/PHP-8.1/.github/actions/install-linux/
H A Daction.yml8 sudo make install

Completed in 33 milliseconds

123