Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/
H A Dext_skel81 if echo '\c' | grep -s c >/dev/null 2>&1
/PHP-5.5/tests/classes/
H A Dinterface_doubled.phpt4 <?php if (version_compare(zend_version(), '2.0.0-dev', '<')) die('skip ZendEngine 2 needed'); ?>
/PHP-5.5/Zend/
H A Dacinclude.m415 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
/PHP-5.5/
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
1550 os=`uname -sr 2>/dev/null`
1594 (getconf $ac_lfsvar) >/dev/null 2>&1 || { ac_result=no; break; }
1692 os=`uname -sr 2>/dev/null`
2088 if ! $AWK 'function foo() {}' >/dev/null 2>&1 ; then
2137 flex_version=`$LEX -V -v --version 2>/dev/null | $SED -e 's/^.* //'`
2177 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2181 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
[all …]
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
162 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
H A Dconfigure.in150 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
579 if test "`uname -s 2>/dev/null`" != "QNX"; then
802 ltp_version_vars=`$LTP -v 2>/dev/null | $SED -e 's/^.* //' -e 's/\./ /g' | tr -d a-z`
991 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1563 dnl mv -f main/internal_functions.c main/internal_functions.c.old 2>/dev/null
H A Dphp.ini-development1490 ; Defaults to /dev/urandom
1491 ; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arand…
1495 ;session.entropy_file = /dev/urandom
H A Dphp.ini-production1490 ; Defaults to /dev/urandom
1491 ; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arand…
1495 ;session.entropy_file = /dev/urandom
H A DINSTALL1036 ones like php5-cgi, php5-cli and php5-dev. Determine which are needed
H A DNEWS3480 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
9022 - Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
/PHP-5.5/ext/mysqli/tests/
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-5.5/sapi/fpm/
H A Dconfig.m4423 AC_MSG_CHECKING([for /dev/poll])
438 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
H A Dphp-fpm.conf.in105 ; - /dev/poll (Solaris >= 7)
477 ; stderr will be redirected to /dev/null according to FastCGI specs.
/PHP-5.5/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-5.5/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null
/PHP-5.5/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-5.5/ext/mbstring/oniguruma/doc/
H A DRE348 ('g' and 'G' options are argued in ruby-dev ML)
/PHP-5.5/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-5.5/main/streams/
H A Duserspace.c904 STAT_PROP_ENTRY(dev); in statbuf_from_array()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja78 phpj-dev@kage.net
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME21 pcre-dev@exim.org. You can access the archives and subscribe or manage your
24 https://lists.exim.org/mailman/listinfo/pcre-dev
H A DChangeLog156 41. Remove the use of /dev/null in testdata/testinput2, because it doesn't
3538 30. I was sent a "project" file called libpcre.a.dev which I understand makes
4498 prompting; (b) run "./pcretest /dev/null" at the start of the test script
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1551 # define minor(dev) ((dev) & 0xff)
/PHP-5.5/win32/
H A Dinstall.txt169 +--dev
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini279 [YahooSeeker/CafeKelsa-dev (compatible; Konqueror/3.2; FreeBSD*) (KHTML, like Gecko)]

Completed in 290 milliseconds

1234567891011