Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 158) sorted by path

1234567

/PHP-7.4/
H A D.gitignore23 # Generated by the PHP build system
50 # A log file(s) generated by Autoconf during *nix build system
53 # Helper(s) generated by *nix build system to save the last configure command
59 # Main *nix build system configuration script(s) generated by Autoconf
70 # The Libtool script(s) generated by the *nix build system
84 # Configuration headers generated by the PHP build system
178 # Generated by Windows build system
H A DCONTRIBUTING.md143 └─ build/ # *nix build system files
221 └─ win32/ # Windows build system files
H A DEXTENSIONS12 it has been replaced by a better system and you
H A DNEWS991 . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
1464 . The bundled libgd behaves now like system libgd wrt. IMG_CROP_DEFAULT never
H A DREADME.REDIST.BINS173 It is my intent that you should be able to use this on your system,
H A DUPGRADING585 that of system libgd:
587 * Threshold-cropping now uses the algorithm of system libgd
614 to be available on the system. Alternatively --disable-mbregex can be used
643 system libsqlite3 ≥ 3.7.4 is now required. To build the PDO_SQLite extension
644 a system libsqlite3 ≥ 3.5.0 is now required.
651 . The bundled libzip library has been removed. A system libzip >= 0.11 is now
726 Note that both values are derived from the system and provided as is on 64-bit
H A DUPGRADING.INTERNALS30 2. Build system changes
32 b. Unix build system changes
33 c. Windows build system changes
233 2. Build system changes
261 b. Unix build system changes
288 PHP build system at the configure step and shouldn't be used anymore:
312 c. Windows build system changes
H A Dbuildconf30 is used to customize the PHP build based on the provided options and system. PHP
H A Dconfigure.ac185 dnl Support systems with system libraries in e.g. /usr/lib64.
187 [for system library directory],
364 dnl Starting system checks.
367 PHP_CONFIGURE_PART(Running system checks)
372 dnl Check whether the system uses EBCDIC (not ASCII) as its native codeset.
375 dnl Check whether the system byte ordering is bigendian.
1009 AC_MSG_RESULT([using system default])
1110 dnl system provided crypt().
/PHP-7.4/TSRM/
H A Dtsrm.m448 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
/PHP-7.4/Zend/
H A DREADME.md38 factor but system calls and database calls are, your mileage with this patch
H A DZend.m4245 AC_MSG_CHECKING(target system is Darwin)
247 AC_DEFINE([DARWIN], 1, [Define if the target system is darwin])
324 AC_DEFINE([HAVE_DEV_URANDOM], 1, [Define if the target system has /dev/urandom device])
382 …AC_DEFINE([HAVE_GCC_GLOBAL_REGS], 1, [Define if the target system has support for global register …
/PHP-7.4/Zend/tests/
H A Dbug62097.phpt6 die('skip for system with 32-bit wide longs only');
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m412 # (taking three, five, or six arguments) is available on the system and
H A Dax_gcc_func_attribute.m4238 [Define to 1 if the system has the `$1' function attribute])], [])
H A Dlibtool.m41 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
368 # for the system default hardcoded library path. In most cases,
2619 # These system don't have libm, or don't need it
3258 # explicitly linking system object files so we need to strip them
3340 # explicitly linking system object files so we need to strip them
3400 # explicitly linking system object files so we need to strip them
4180 # The host system.
4185 # The build system.
4441 # Compile-time system search path for libraries
4444 # Run-time system search path for libraries
[all …]
H A Dltmain.sh6381 $echo "See any operating system documentation about shared libraries for"
H A Dphp.m429 dnl Build system helper macros.
113 dnl Build system base macros.
366 dnl the PHP build system which are only given in compiler notation.
396 dnl system which are only given in compiler notation.
750 …ently requires working POSIX threads. We were unable to verify that your system supports Pthreads.…
1372 AC_CACHE_CHECK([whether system uses EBCDIC],ac_cv_ebcdic,[
1385 AC_DEFINE(CHARSET_EBCDIC,1, [Define if system uses EBCDIC])
1400 AC_DEFINE(HAVE_BROKEN_GETCWD,1, [Define if system has broken getcwd])
/PHP-7.4/docs/
H A Drelease-process.md237 headers should be avoided. When packaging on such a system, the GNU tar can
H A Dself-contained-extensions.md11 ## Prepairing your system
13 While the result will run on any system, a developer's setup needs these tools:
H A Dstreams.md210 If your system has the fopencookie function, php streams can synthesize a
H A Dunix-build-system.md1 # PHP build system V5 overview
23 ## The reason for a new system
30 ## If you build PHP on a Unix system
32 You, as a user of PHP, will notice no changes. Of course, the build system will
73 Now, you need to tell the build system that you want to build files in a
93 `$(srcdir)`. Because the build system does not change the working directory
116 The foundation for the new system is the flexible handling of sources and their
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE103 operating system, as well as its variant, the GNU/Linux operating
104 system.
303 copy of the library already present on the user's computer system,
326 components (compiler, kernel, and so on) of the operating system on
332 accompany the operating system. Such a contradiction means you cannot
398 integrity of the free software distribution system which is
401 through that system in reliance on consistent application of that
402 system; it is up to the author/donor to decide if he or she is willing
403 to distribute software through any other system and a licensee cannot
/PHP-7.4/ext/date/tests/
H A Dbug32555.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip strftime uses system TZ');
H A Dbug33414-1.phpt40 least on my system :-)\n";
223 least on my system :-)

Completed in 89 milliseconds

1234567