Home
last modified time | relevance | path

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

1234

/PHP-7.4/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-7.4/ext/oci8/
H A DREADME.md7 Use `pecl install oci8` to install for PHP 7.
9 Use `pecl install oci8-2.0.12` to install for PHP 5.2 - PHP 5.6.
11 Use `pecl install oci8-1.4.10` to install for PHP 4.3.9 - PHP 5.1.
18 source, then also install the SDK package.
/PHP-7.4/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-7.4/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-7.4/ext/pdo/
H A DMakefile.frag17 install-pdo-headers:
35 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-7.4/azure/i386/
H A Dapt.yml8 sudo apt-get install -y gcc-multilib
9 sudo apt-get install -y g++-multilib
13 sudo apt-get install -y libc6:i386
14 sudo apt-get install -y bison \
/PHP-7.4/azure/macos/
H A Dbrew.yml6 brew install pkg-config \
12 brew install openssl@1.1 \
/PHP-7.4/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-7.4/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:
146 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
/PHP-7.4/azure/
H A Dcommunity_job.yml32 sudo make install
40 sudo make install
53 php7.4 /usr/bin/composer install --no-progress
65 php7.4 /usr/bin/composer install --no-progress
66 php7.4 ./phpunit install
79 php /usr/bin/composer install --no-progress --ignore-platform-reqs
H A Dcoverage_job.yml15 sudo -H pip install gcovr
22 - template: install.yml
H A Dinstall.yml4 sudo make install
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug49192.phpt15 // there is a fix available, but user has to install it.
17 // I don't think its worth the trouble of making the user install the fix to
/PHP-7.4/sapi/litespeed/
H A DMakefile.frag6 install-litespeed: $(SAPI_LITESPEED_PATH)
/PHP-7.4/scripts/
H A DMakefile.frag28 install-build:
35 install-programs: $(builddir)/phpize $(builddir)/php-config
/PHP-7.4/travis/
H A Dcompile.sh32 --prefix="$HOME"/php-install \
85 make install
/PHP-7.4/sapi/cli/
H A DMakefile.frag6 install-cli: $(SAPI_CLI_PATH)
/PHP-7.4/Zend/tests/
H A Dbug66660.phpt2 Bug #66660 (Composer.phar install/update fails)
/PHP-7.4/sapi/cgi/
H A DMakefile.frag6 install-cgi: $(SAPI_CGI_PATH)
/PHP-7.4/ext/skeleton/
H A D.gitignore.in19 install-sh
/PHP-7.4/ext/enchant/tests/
H A Dbroker_dict_exists.phpt9 …oker_list_dicts(enchant_broker_init()))) {die("skip, dont has dictionary install in this machine! …

Completed in 66 milliseconds

1234