Home
last modified time | relevance | path

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

123

/PHP-8.2/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.2/ext/oci8/
H A DREADME.md7 Use `pecl install oci8` to install for PHP 8.2.
9 Use `pecl install oci8-3.2.1` to install for PHP 8.1.
11 Use `pecl install oci8-3.0.1` to install for PHP 8.0.
13 Use `pecl install oci8-2.2.0` to install for PHP 7.
20 source, then also install the SDK package.
/PHP-8.2/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.2/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.2/.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.2/ext/pdo/
H A DMakefile.frag17 install-pdo-headers:
35 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-8.2/.github/actions/brew/
H A Daction.yml14 brew install \
17 brew install \
/PHP-8.2/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.2/build/
H A DMakefile.global2 INSTALL = $(top_srcdir)/build/shtool install -c
20 -@$(LIBTOOL) --silent --tag=CC --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:
162 .PHONY: all clean install distclean test prof-gen prof-clean prof-use
/PHP-8.2/ext/opcache/jit/
H A DDockerfile.arm64.example7 RUN apt-get install -y tzdata
8 RUN apt-get install -y pkg-config build-essential autoconf bison re2c \
/PHP-8.2/sapi/litespeed/
H A DMakefile.frag6 install-litespeed: $(SAPI_LITESPEED_PATH)
/PHP-8.2/.github/workflows/
H A Dnightly.yml75 - name: make install
158 - name: make install
221 - name: make install
222 run: sudo make install
268 run: sudo -H pip install gcovr
275 - name: make install
324 - name: make install
358 php ./phpunit install
441 - name: make install
553 - name: make install
[all …]
H A Dpush.yml84 - name: make install
85 uses: ./.github/actions/install-linux
134 - name: make install
135 uses: ./.github/actions/install-linux-x32
165 - name: make install
166 run: sudo make install
/PHP-8.2/scripts/
H A DMakefile.frag29 install-build:
36 install-programs: $(builddir)/phpize $(builddir)/php-config
/PHP-8.2/travis/
H A Dcompile.sh22 --prefix="$HOME"/php-install \
78 make install
/PHP-8.2/
H A DREADME.md36 For other systems, see the [installation chapter](https://php.net/install).
45 On Ubuntu, you can install these using:
47 sudo apt install -y pkg-config build-essential autoconf bison re2c \
50 On Fedora, you can install these using:
52 sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-devel
93 make install
95 Depending on your permissions and prefix, `make install` may need super user
/PHP-8.2/sapi/cli/
H A DMakefile.frag6 install-cli: $(SAPI_CLI_PATH)
/PHP-8.2/Zend/tests/
H A Dbug66660.phpt2 Bug #66660 (Composer.phar install/update fails)
/PHP-8.2/sapi/cgi/
H A DMakefile.frag6 install-cgi: $(SAPI_CGI_PATH)
/PHP-8.2/ext/date/lib/
H A DREADME.rst14 On Debian: ``apt install libcpputest-dev re2c``
/PHP-8.2/.github/actions/install-linux/
H A Daction.yml8 sudo make install

Completed in 26 milliseconds

123