Home
last modified time | relevance | path

Searched refs:dev (Results 76 – 100 of 113) sorted by relevance

12345

/php-src/ext/standard/tests/file/
H A Dbug69442.phpt26 $cmd = '(echo "foo" ; exit 42;) 3>/dev/null; code=$?; echo $code >&3; exit $code';
H A Dtouch_basic-win32-mb.phpt43 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic-win32.phpt43 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dtouch_basic.phpt44 $type = array("dev", "ino", "mode", "nlink", "uid", "gid",
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/php-src/ext/posix/
H A Dconfig.m427 AS_IF([command -v ldd >/dev/null && ldd --version 2>&1 | grep -q "^musl"],[],
/php-src/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt9 error_log = /dev/null
/php-src/scripts/dev/
H A Dgenfiles52 current_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
/php-src/.github/workflows/
H A Dnightly.yml99 run: make -j$(/usr/bin/nproc) >/dev/null
190 run: make -j$(/usr/bin/nproc) >/dev/null
251 make -j$(sysctl -n hw.logicalcpu) >/dev/null
323 run: make -j$(/usr/bin/nproc) >/dev/null
380 run: make -j$(/usr/bin/nproc) >/dev/null
510 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
511 … php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php
572 run: make -j$(/usr/bin/nproc) >/dev/null
685 run: make -j$(/usr/bin/nproc) >/dev/null
795 repository: php-memcached-dev/php-memcached
[all …]
/php-src/ext/curl/tests/
H A Dserver.inc15 // First, wait for the dev server to declare itself ready.
/php-src/
H A DREADME.md47 libxml2-dev libsqlite3-dev
H A Dconfigure.ac20 AC_INIT([PHP],[8.4.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
68 AC_ARG_VAR([PHP_EXTRA_VERSION],[Extra PHP version label suffix, e.g. '-dev', 'rc1', '-acme'])dnl
96 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
261 if command -v ldd >/dev/null && ldd --version 2>&1 | grep -q ^musl
551 if test "`uname -s 2>/dev/null`" != "QNX"; then
568 if test "`uname -s 2>/dev/null`" != "FreeBSD" || test "`uname -U 2>/dev/null`" -ge 1200000; then
1069 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1721 if printf "#if __ELF__\nelf\n#endif\n" | $CC -E - | grep elf > /dev/null; then
H A DCONTRIBUTING.md148 is available at #winphp-dev on FreeNode.
217 ├─ credits_ext.h # Generated by `scripts/dev/credits`
218 ├─ credits_sapi.h # Generated by `scripts/dev/credits`
267 pecl-dev@lists.php.net depending on the extension. PECL mailing list
272 or pointer to the bug to pecl-dev@lists.php.net. Also CC the extension
/php-src/docs/
H A Drelease-process.md111 2. Run `./scripts/dev/credits` in php-src and commit the changes to the credits
250 [Bump for 8.1.8-dev][] for a real example.
256 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
263 > version numbers that end in `-dev` in these files. The main branch (i.e.
264 > `master`) will *always* have version numbers that end in `-dev` in these
268 > end in `-dev` (e.g., `8.1.7`, `8.1.7RC1`, `8.2.0alpha1`, etc.).
289 ./scripts/dev/makedist php-X.Y.ZRCn
297 ./scripts/dev/gen_verify_stub X.Y.ZRCn YOURKEYID > php-X.Y.ZRCn.manifest
552 ./scripts/dev/makedist php-X.Y.Z
570 ./scripts/dev/gen_verify_stub X.Y.Z YOURKEYID > php-X.Y.Z.manifest
[all …]
/php-src/sapi/cgi/tests/
H A D012.phpt13 $cmd .= " 2>/dev/null";
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc48 // First, wait for the dev server to declare itself ready.
/php-src/ext/odbc/
H A Dconfig.m412 ac_solid_uname_r=`uname -r 2>/dev/null`
13 ac_solid_uname_s=`uname -s 2>/dev/null`
18 if ldd -v /bin/sh | grep GLIBC > /dev/null; then
/php-src/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt46 …https://dev.mysql.com/doc/refman/8.0/en/pam-pluggable-authentication.html#pam-pluggable-authentica…
/php-src/docs-old/
H A Dparameter-parsing-api.md138 types (it can be found in `./scripts/dev/` directory of PHP sources):
141 php ./scripts/dev/check_parameters.php /path/to/your/sources/
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/php-src/ext/opcache/jit/
H A DREADME.md65 libxml2-dev:i386 \
/php-src/sapi/fpm/
H A Dphp-fpm.conf.in115 ; - /dev/poll (Solaris >= 7)
H A Dconfig.m4340 AC_MSG_CHECKING([for /dev/poll])
354 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
/php-src/build/
H A Dphp.m461 if test -z "$1" || echo "$1" | grep '^/' >/dev/null ; then
1273 os=`uname -sr 2>/dev/null`
1612 if ! $AWK 'function foo() {}' >/dev/null 2>&1 ; then
1639 … php_bison_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
1706 php_re2c_version=$($RE2C --version | cut -d ' ' -f 2 2>/dev/null)
2282 …dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dtrace_lib_objs 2> /dev/null && test -f "$d…
2287 … $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtrace_nolib_objs 2> /dev/null && test -f "$a…
H A Dpkg.m4110 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`

Completed in 43 milliseconds

12345