Home
last modified time | relevance | path

Searched refs:dev (Results 226 – 250 of 261) sorted by relevance

1234567891011

/PHP-7.1/
H A DREADME.RELEASE_PROCESS63 3. run the "scripts/dev/credits" script in php-src and commit the changes in the
84 F.e. if the RC is "5.4.1RC1" then the new one should be "5.4.2-dev" - regardless if we get
96 13. run ``scripts/dev/gen_verify_stub <version> [identity]``, this will sign the tarballs
165 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
H A DREADME.PARAMETER_PARSING_API107 and their types (it can be found in ./scripts/dev/ directory of PHP sources):
109 # php ./scripts/dev/check_parameters.php /path/to/your/sources/
H A Dacinclude.m465 if test -z "$1" || echo "$1" | grep '^/' >/dev/null ; then
146 $EGREP $pattern'.*include/php' $srcdir/configure|$SED 's/.*>//'|xargs touch 2>/dev/null
339 if eval $cmd 2>&1 | $EGREP -e $1 >/dev/null ; then
1554 os=`uname -sr 2>/dev/null`
1598 (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
1696 os=`uname -sr 2>/dev/null`
2092 if ! $AWK 'function foo() {}' >/dev/null 2>&1 ; then
2141 flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
2181 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2185 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
[all …]
H A Dconfigure.in123 PHP_EXTRA_VERSION="-dev"
150 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
592 if test "`uname -s 2>/dev/null`" != "QNX"; then
815 ltp_version_vars=`$LTP -v 2>/dev/null | $SED -e 's/^.* //' -e 's/\./ /g' | tr -d a-z`
1004 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1289 PHP_BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y-%m-%d 2>/dev/null`
1580 dnl mv -f main/internal_functions.c main/internal_functions.c.old 2>/dev/null
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_constants.phpt202 …if (($IS_MYSQLND && version_compare(PHP_VERSION, ' 5.4.12-dev', '>=')) || (!$IS_MYSQLND && ($versi…
H A Dmysqli_stmt_bind_param_call_user_func.phpt10 if (version_compare(PHP_VERSION, '5.3.0-dev') == -1)
11 die("skip needs PHP 5.3.0-dev+, see http://bugs.php.net/bug.php?id=43568");
/PHP-7.1/ext/mysqli/
H A Dconfig.m469 if test -x "$MYSQL_CONFIG" && $MYSQL_CONFIG $MYSQL_LIB_CFG > /dev/null 2>&1; then
/PHP-7.1/ext/pdo_pgsql/
H A Dconfig.m472 grep openssl $PGSQL_INCLUDE/libpq-fe.h >/dev/null 2>&1
/PHP-7.1/ext/odbc/
H A Dconfig.m416 ac_solid_uname_r=`uname -r 2>/dev/null`
17 ac_solid_uname_s=`uname -s 2>/dev/null`
23 if ldd -v /bin/sh | grep GLIBC > /dev/null; then
/PHP-7.1/tests/classes/
H A Dinterface_doubled.phpt4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
/PHP-7.1/ext/
H A Dext_skel81 if echo '\c' | grep -s c >/dev/null 2>&1
/PHP-7.1/sapi/fpm/
H A Dphp-fpm.conf.in97 ; - /dev/poll (Solaris >= 7)
H A Dconfig.m4423 AC_MSG_CHECKING([for /dev/poll])
438 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
H A Dwww.conf.in364 ; stderr will be redirected to /dev/null according to FastCGI specs.
/PHP-7.1/Zend/
H A Dacinclude.m420 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
/PHP-7.1/ext/standard/tests/file/
H A Dfile.inc539 $string_keys = array("dev", "ino", "mode", "nlink", "uid", "gid",
589 "dev", "ino", "mode", "nlink", "uid", "gid",
/PHP-7.1/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null
/PHP-7.1/ext/standard/tests/class_object/
H A Dis_a.phpt4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
/PHP-7.1/ext/mbstring/oniguruma/doc/
H A DRE348 ('g' and 'G' options are argued in ruby-dev ML)
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc226 $apiver = `pear -q info PHP_Archive 2>/dev/null|grep 'API Version'`;
232 $phpdir = `pear config-get php_dir 2>/dev/null`;
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c2740 char perm[5], dev[6], name[MAXPATHLEN]; in accel_move_code_to_huge_pages() local
2743 ret = fscanf(f, "%lx-%lx %4s %lx %5s %ld %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
/PHP-7.1/main/streams/
H A Duserspace.c857 STAT_PROP_ENTRY(dev); in statbuf_from_array()
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc337 "killit () { kill \$child 2> /dev/null; }; " .
/PHP-7.1/ext/mbstring/
H A DREADME_PHP3-i18n-ja78 phpj-dev@kage.net
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1650 # define minor(dev) ((dev) & 0xff)
2729 - inname == NULL ? "/dev/stdin" : inname);

Completed in 79 milliseconds

1234567891011