Home
last modified time | relevance | path

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

12345

/php-src/build/
H A Dltmain.sh58 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
208 win32_fileres=`file -L $1 2>/dev/null`
214 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
384 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
898 until $run ln "$progpath" "$lockfile" 2>/dev/null; do
2961 if grep "^installed=no" $deplib > /dev/null; then
5557 done | sort | sort -uc >/dev/null 2>&1); then
5826 $echo "X$nonopt" | grep shtool > /dev/null; then
6591 if (test -L "$file") >/dev/null 2>&1 \
6592 || (test -h "$file") >/dev/null 2>&1 \
[all …]
H A Dpkg.m4110 [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
H A Dphp.m460 if test -z "$1" || echo "$1" | grep '^/' >/dev/null ; then
1627 AS_IF([! $AWK 'function foo() {}' >/dev/null 2>&1], [
1652 … php_bison_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)
1723 php_re2c_version=$($RE2C --version | cut -d ' ' -f 2 2>/dev/null)
2355 …dtrace -G -o $dtrace_d_obj -s $abs_srcdir/$ac_provsrc $dtrace_lib_objs 2> /dev/null && test -f "$d…
2360 … $ac_bdir[$]ac_provsrc.o -s $abs_srcdir/$ac_provsrc $dtrace_nolib_objs 2> /dev/null && test -f "$a…
/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/.github/workflows/
H A Dnightly.yml70 run: make -j$(/usr/bin/nproc) >/dev/null
176 run: make -j$(/usr/bin/nproc) >/dev/null
260 run: make -j$(/usr/bin/nproc) >/dev/null
323 make -j$(sysctl -n hw.logicalcpu) >/dev/null
399 run: make -j$(/usr/bin/nproc) >/dev/null
453 run: make -j$(/usr/bin/nproc) >/dev/null
583 sed -i 's/PHP_SAPI/"cli-server"/g' var/cache/dev/App_KernelDevDebugContainer.preload.php
646 run: make -j$(/usr/bin/nproc) >/dev/null
753 run: make -j$(/usr/bin/nproc) >/dev/null
858 repository: php-memcached-dev/php-memcached
[all …]
/php-src/sapi/fpm/tests/
H A Dsocket-uds-acl.phpt9 error_log = /dev/null
/php-src/ext/curl/tests/
H A Dserver.inc15 // First, wait for the dev server to declare itself ready.
/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/
H A DREADME.md46 libxml2-dev libsqlite3-dev
H A Dconfigure.ac20 AC_INIT([PHP],[8.5.0-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net])
69 [Extra PHP version label suffix, e.g. '-dev', 'rc1', '-acme'])dnl
91 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
239 if command -v ldd >/dev/null && ldd --version 2>&1 | grep ^musl >/dev/null 2>&1
503 if test "$(uname -s 2>/dev/null)" != "QNX"; then
520 if test "$(uname -s 2>/dev/null)" != "FreeBSD" || test "$(uname -U 2>/dev/null)" -ge 1200000; then
1014 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1651 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`
266 pecl-dev@lists.php.net depending on the extension. PECL mailing list
271 or pointer to the bug to pecl-dev@lists.php.net. Also CC the extension
/php-src/docs/
H A Drelease-process.md110 2. Run `./scripts/dev/credits` in php-src and commit the changes to the credits
260 [Bump for 8.1.8-dev][] for a real example.
266 git commit --gpg-sign=YOURKEYID -m "PHP-X.Y is now for PHP X.Y.Z-dev"
273 > version numbers that end in `-dev` in these files. The main branch (i.e.
274 > `master`) will *always* have version numbers that end in `-dev` in these
278 > end in `-dev` (e.g., `8.1.7`, `8.1.7RC1`, `8.2.0alpha1`, etc.).
299 ./scripts/dev/makedist php-X.Y.ZRCn
307 ./scripts/dev/gen_verify_stub X.Y.ZRCn YOURKEYID > php-X.Y.ZRCn.manifest
562 ./scripts/dev/makedist php-X.Y.Z
580 ./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.m417 ac_solid_uname_r=$(uname -r 2>/dev/null)
18 ac_solid_uname_s=$(uname -s 2>/dev/null)
23 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/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic6.out >/dev/null
/php-src/Zend/
H A DZend.m4182 echo " $CFLAGS" | grep ' -g' >/dev/null || CFLAGS="$CFLAGS -g"

Completed in 63 milliseconds

12345