Searched refs:m4 (Results 1 – 24 of 24) sorted by relevance
/PHP-8.0/scripts/ |
H A D | Makefile.frag | 9 scripts/phpize.m4 \ 10 build/libtool.m4 \ 12 build/ax_check_compile_flag.m4 \ 13 build/ax_gcc_func_attribute.m4 \ 14 build/php_cxx_compile_stdcxx.m4 \ 15 build/pkg.m4 \ 17 build/php.m4 \
|
H A D | phpize.m4 | 5 m4_include([build/ax_check_compile_flag.m4]) 6 m4_include([build/ax_gcc_func_attribute.m4]) 7 m4_include([build/libtool.m4]) 8 m4_include([build/php_cxx_compile_stdcxx.m4]) 9 m4_include([build/php.m4]) 10 m4_include([build/pkg.m4]) 14 AC_CONFIG_SRCDIR([config.m4]) 147 sinclude(config.m4)
|
H A D | phpize.in | 52 if test ! -r config.m4; then 163 rm -f aclocal.m4
|
/PHP-8.0/build/ |
H A D | config-stubs | 4 for stubfile in $dir/*/config0.m4 $dir/*/config.m4 $dir/*/config9.m4; do
|
H A D | pkg.m4 | 1 # pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- 35 dnl of pkg.m4 when generating configure. 46 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) 88 dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
H A D | php.m4 | 249 dnl Append to the array which has been dynamically chosen at m4 time. 1560 dnl definition that has been tested so far with FreeBSD/GNU m4.
|
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 1669 case $LD in # libtool.m4 will add one of these switches to LD 3938 echo "libtool.m4: error: problem compiling $1 test program"
|
/PHP-8.0/ext/skeleton/ |
H A D | .gitignore.in | 4 acinclude.m4 5 aclocal.m4
|
H A D | config.m4.in | 1 dnl config.m4 for extension %EXTNAME%
|
/PHP-8.0/docs/ |
H A D | unix-build-system.md | 40 the `config.m4` now using the following macro: 42 ```m4 52 ```m4 56 Please have a look at `build/php.m4` for the gory details and meanings of the 65 ```m4 76 ```m4 84 can do this by calling `PHP_ADD_MAKEFILE_FRAGMENT` in your `config.m4` after 101 ```m4 110 ```m4 121 `build/php.m4`.
|
H A D | self-contained-extensions.md | 6 * Configuration file (config.m4) 17 * GNU m4 77 The m4 configuration can perform additional checks. For a self-contained 80 ```m4 114 Put `config.m4` and the source files into one directory. Then, run `phpize` 124 your `config.m4`. 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
|
/PHP-8.0/ext/standard/tests/array/ |
H A D | bug34227.phpt | 20 $this->m4(); 23 function m4()
|
/PHP-8.0/ |
H A D | .editorconfig | 20 [*.{ac,m4,sh,yml}]
|
H A D | buildconf | 117 aclocal.m4 \
|
H A D | configure.ac | 6 m4_include([build/ax_check_compile_flag.m4]) 7 m4_include([build/ax_func_which_gethostbyname_r.m4]) 8 m4_include([build/ax_gcc_func_attribute.m4]) 9 m4_include([build/libtool.m4]) 10 m4_include([build/php_cxx_compile_stdcxx.m4]) 11 m4_include([build/php.m4]) 12 m4_include([build/pkg.m4]) 13 m4_include([TSRM/threads.m4]) 14 m4_include([TSRM/tsrm.m4]) 272 sinclude(Zend/Zend.m4)
|
H A D | UPGRADING.INTERNALS | 440 2. The PHP_CHECK_GCC_ARG() m4 macro has been removed in favor of 448 are now appended, this allows to disable compiler flags set by Zend/Zend.m4
|
H A D | CONTRIBUTING.md | 144 ├─ ax_*.m4 # https://github.com/autoconf-archive/autoconf-archive 147 ├─ libtool.m4 # https://git.savannah.gnu.org/cgit/libtool.git
|
H A D | NEWS | 1272 . Fixed bug #79841 (Syntax error in configure / unescaped "[]" in php.m4).
|
/PHP-8.0/ext/mysqli/ |
H A D | config.m4 | 1 dnl ext/pdo_mysql/config.m4 also depends on this macro. 34 dnl ext/pdo_mysql/config.m4 also depends on this configure option.
|
/PHP-8.0/ext/pdo_mysql/ |
H A D | config.m4 | 17 dnl This depends on ext/mysqli/config.m4 providing the PHP_MYSQL_SOCKET_SEARCH
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 701 const double m4 = nxf * nyf; in getPixelInterpolateWeight() local 715 …orGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m4*gdTrueColorGetRed(c4… in getPixelInterpolateWeight() 716 …orGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m4*gdTrueColorGetGreen(… in getPixelInterpolateWeight() 717 …orGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m4*gdTrueColorGetBlue(c… in getPixelInterpolateWeight() 718 …orGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m4*gdTrueColorGetAlpha(… in getPixelInterpolateWeight() 720 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight() 721 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight() 722 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight() 723 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
|
/PHP-8.0/ext/oci8/ |
H A D | config.m4 | 88 dnl This mimics PHP_INIT_DTRACE from build/php.m4. It is necessarily different
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 20006 # $File: m4,v 1.3 2019/02/27 16:46:23 christos Exp $ 20011 !:mime text/x-m4 20015 !:mime text/x-m4 28202 # sendmail: file(1) magic for sendmail m4(1) files 28207 0 string divert(-1)\n sendmail m4 text file
|
H A D | magic | 20006 # $File: m4,v 1.3 2019/02/27 16:46:23 christos Exp $ 20011 !:mime text/x-m4 20015 !:mime text/x-m4 28202 # sendmail: file(1) magic for sendmail m4(1) files 28207 0 string divert(-1)\n sendmail m4 text file
|
Completed in 232 milliseconds