Home
last modified time | relevance | path

Searched refs:config (Results 1 – 25 of 328) sorted by path

12345678910>>...14

/PHP-7.4/
H A D.gitignore48 config.cache
51 config.log
54 config.nice
57 config.status
86 config.h
87 config.h.in
136 /scripts/php-config
186 /config.nice.bat
204 /main/config.w32.h
279 !/ext/fileinfo/libmagic/config.h
[all …]
H A DCONTRIBUTING.md145 ├─ config.guess # https://git.savannah.gnu.org/cgit/config.git
146 ├─ config.sub # https://git.savannah.gnu.org/cgit/config.git
218 ├─ scripts/ # php-config, phpize and internal development scripts
H A DNEWS1235 . Fixed bug #78983 (pdo_pgsql config.w32 cannot find libpq-fe.h). (SATŌ
1474 pkg-config). (Eli Schwartz)
1566 . Changed the default config path (Windows only). (cmb)
2483 . Fixed bug #69954 (broken links and unused config items in distributed ini
2500 . Fixed bug #76137 (config.guess/config.sub do not recognize RISC-V). (cmb)
2636 . Fixed bug #75871 (use pkg-config where available). (pmmaga)
H A DUPGRADING15 13. Migration to pkg-config
740 - The OpenSSL default config path has been changed to
745 13. Migration to pkg-config
748 A number of extensions have been migrated to exclusively use pkg-config for the
763 . --with-fpm-systemd now uses only pkg-config for libsystem checks. The
802 . --with-unixODBC without a directory now uses pkg-config (preferred).
H A DUPGRADING.INTERNALS262 - Added --ini-path and --ini-dir options to php-config.
H A Dbuildconf119 config.cache \
H A Dconfigure.ac16 dnl Basic autoconf initialization, generation of config.nice.
25 PHP_CONFIG_NICE(config.nice)
332 esyscmd(./build/config-stubs sapi)
872 PHP_ARG_WITH([config-file-path],
874 [AS_HELP_STRING([--with-config-file-path=PATH],
891 PHP_ARG_WITH([config-file-scan-dir],,
892 [AS_HELP_STRING([--with-config-file-scan-dir=PATH],
1041 dnl Reading config stubs.
1042 esyscmd(./build/config-stubs ext)
1044 dnl Extensions post-config.
[all …]
/PHP-7.4/TSRM/
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
H A Dtsrm.m465 [AS_HELP_STRING([[--with-tsrm-pth[=pth-config]]],
82 test "$TSRM_PTH" = "yes" && TSRM_PTH=pth-config
/PHP-7.4/Zend/tests/
H A Dbug53748.phpt8 abstract protected function __construct($config);
9 public static function getInstance($config) {
10 if (!isset(self::$instances[$serialize = serialize($config)])) {
11 self::$instances[$serialize] = new self($config);
19 public function __construct($config)
21 var_dump( $config);
/PHP-7.4/appveyor/
H A Dtest_task.bat38 …1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
/PHP-7.4/azure/
H A Dconfigure.yml60 --with-config-file-path=/etc \
61 --with-config-file-scan-dir=/etc/php.d
H A Dmsan_job.yml53 --with-config-file-path=/etc \
54 --with-config-file-scan-dir=/etc/php.d
H A Dsetup-slapd.sh43 DBDN=`sudo ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=config '(&(olcRootDN=*)(olcSuffix=*))'…
61 dn: cn=config
81 dn: cn=module{0},cn=config
/PHP-7.4/azure/i386/
H A Djob.yml16 export PKG_CONFIG=/usr/bin/i686-linux-gnu-pkg-config
66 --with-config-file-path=/etc \
67 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/azure/macos/
H A Dbrew.yml6 brew install pkg-config \
H A Djob.yml69 --with-config-file-path=/etc \
70 --with-config-file-scan-dir=/etc/php.d
/PHP-7.4/build/
H A DMakefile.global121 …rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool m…
123 …rm -f ext/date/lib/timelib_config.h ext/mbstring/libmbfl/config.h ext/oci8/oci8_dtrace_gen.h ext/o…
124 …rm -f scripts/man1/phpize.1 scripts/php-config scripts/man1/php-config.1 sapi/cli/php.1 sapi/cgi/p…
H A Dconfig-stubs4 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
H A Dlibtool.m4781 # Append any errors to the config.log.
1930 eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
1938 eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
4011 # with a default configuration from the untagged config vars. Otherwise
4012 # add code to config.status for appending the configuration named by
4013 # TAGNAME from the matching tagged config vars.
4499 # `config.status --recheck' to rerun these tests and create the
H A Dltmain.sh500 --config)
H A Dphp.m42108 dnl configure command run by user. This file is named 'config.nice' in PHP.
2711 dnl example, main/php_config.h.in for PHP or config.h.in for PHP extensions.
H A Dpkg.m41 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
2 # serial 12 (pkg-config-0.29.2)
32 dnl Verify that the version of the pkg-config macros are at least
57 dnl pkg-config existed.
62 AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
67 AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
151 and $1[]_LIBS to avoid the need to call pkg-config.
152 See the pkg-config man page for more details.])
162 # Put the nasty error message in config.log where it belongs
180 path to pkg-config.
[all …]
/PHP-7.4/docs/
H A Dself-contained-extensions.md6 * Configuration file (config.m4)
54 [--with-php-config=/path/to/php-config] \
114 Put `config.m4` and the source files into one directory. Then, run `phpize`
124 your `config.m4`.
134 [--with-php-config=/path/to/php-config]
144 1. In `config.m4`, use `PHP_ARG_WITH/PHP_ARG_ENABLE`. Then you will
148 2. In `config.m4`, use `PHP_NEW_EXTENSION(foo,.., $ext_shared)` to enable
H A Dunix-build-system.md40 the `config.m4` now using the following macro:
84 can do this by calling `PHP_ADD_MAKEFILE_FRAGMENT` in your `config.m4` after

Completed in 68 milliseconds

12345678910>>...14