Home
last modified time | relevance | path

Searched refs:install (Results 51 – 75 of 84) sorted by last modified time

1234

/PHP-7.4/sapi/litespeed/
H A DMakefile.frag6 install-litespeed: $(SAPI_LITESPEED_PATH)
/PHP-7.4/sapi/phpdbg/
H A DMakefile.frag23 install-phpdbg: $(BUILD_BINARY)
H A DREADME.md29 To install **phpdbg**, you must compile the source against your PHP installation
/PHP-7.4/sapi/fpm/
H A DMakefile.frag6 install-fpm: $(SAPI_FPM_PATH)
H A Dphp-fpm.conf.in5 ; All relative paths in this configuration file are relative to PHP's install
/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/sapi/cgi/
H A DMakefile.frag6 install-cgi: $(SAPI_CGI_PATH)
/PHP-7.4/sapi/cli/
H A DMakefile.frag6 install-cli: $(SAPI_CLI_PATH)
/PHP-7.4/ext/skeleton/
H A D.gitignore.in19 install-sh
/PHP-7.4/ext/phar/tests/
H A Dphpinfo_004.phpt36 <tr><td class="e">OpenSSL support </td><td class="v">disabled (install ext/openssl) </td></tr>
58 <tr><td class="e">OpenSSL support </td><td class="v">disabled (install ext/openssl) </td></tr>
/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/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/pgsql/
H A Dconfig.m44 [Include PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m4100 dnl Header directory for Instant Client SDK RPM install
106 dnl Header directory for Instant Client SDK zip file install
120 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])
H A Dconfig.w3217 // find the oracle install
/PHP-7.4/ext/pdo_pgsql/
H A Dconfig.m44 [PDO: PostgreSQL support. DIR is the PostgreSQL base install directory or
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt20 // -follow instructions on web page and install script
28 // 1. install MS Access (part of MS Office) and include ODBC (Development tools feature)
29 // install the x86 build of the Drivers. You might not be able to load the x64 drivers.
/PHP-7.4/ext/pdo_firebird/
H A Dconfig.m44 [PDO: Firebird support. DIR is the Firebird base install directory
/PHP-7.4/ext/pdo/
H A DMakefile.frag17 install-pdo-headers:
35 install: $(all_targets) $(install_targets) install-pdo-headers
/PHP-7.4/ext/odbc/
H A Dconfig.m4292 [Include user defined ODBC support. DIR is ODBC install base directory
/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.
H A Dconfig.m4219 dnl Check whether --enable-dtrace was set. To use DTrace with a PECL install,
263 dnl PECL Bug 14268 (Allow "pecl install oci8" command to "autodetect" an
264 dnl Instant Client RPM install). This also has a benefit for non
265 dnl "pecl install" builds: if the user does --with-oci8 or --with-oci8=shared
266 dnl but the ORACLE_HOME environment variable is not actually set, the install
297 dnl Branch for using an ORACLE_HOME install
300 AC_MSG_CHECKING([Oracle ORACLE_HOME install directory])
379 dnl Header directory for Instant Client SDK RPM install
382 dnl Header directory for Instant Client SDK zip file install

Completed in 22 milliseconds

1234