Home
last modified time | relevance | path

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

12345678910

/PHP-5.4/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)
472 ; stderr will be redirected to /dev/null according to FastCGI specs.
/PHP-5.4/
H A Dconfigure.in123 PHP_EXTRA_VERSION="-dev"
150 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
579 if test "`uname -s 2>/dev/null`" != "QNX"; then
797 ltp_version=`$LTP -v 2>/dev/null | $SED -e 's/^.* //'`
977 if test "0$PHP_FD_SETSIZE" -gt 0 2>/dev/null; then
1549 dnl mv -f main/internal_functions.c main/internal_functions.c.old 2>/dev/null
H A DUPGRADING40 - PHP 5.4 now checks at compile time if /dev/urandom or /dev/arandom
H A Dphp.ini-development1481 ; Defaults to /dev/urandom
1482 ; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arand…
1486 ;session.entropy_file = /dev/urandom
H A Dphp.ini-production1481 ; Defaults to /dev/urandom
1482 ; On systems that don't have /dev/urandom but do have /dev/arandom, this will default to /dev/arand…
1486 ;session.entropy_file = /dev/urandom
H A DINSTALL1036 ones like php5-cgi, php5-cli and php5-dev. Determine which are needed
H A DNEWS2291 . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
7833 - Fixed bug #35413 (Removed -dev flag from Zend Engine version). (Ilia)
/PHP-5.4/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.4/ext/standard/tests/mail/
H A Dmail_basic6.phpt4 sendmail_path=tee mailBasic.out >/dev/null
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DRE301 ('g' and 'G' options are argued in ruby-dev ML)
/PHP-5.4/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.4/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.4/main/streams/
H A Duserspace.c894 STAT_PROP_ENTRY(dev); in statbuf_from_array()
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja78 phpj-dev@kage.net
/PHP-5.4/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 DChangeLog3362 30. I was sent a "project" file called libpcre.a.dev which I understand makes
4322 prompting; (b) run "./pcretest /dev/null" at the start of the test script
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1551 # define minor(dev) ((dev) & 0xff)
/PHP-5.4/win32/
H A Dinstall.txt297 +--dev
/PHP-5.4/ext/standard/tests/misc/
H A Dbrowscap.ini279 [YahooSeeker/CafeKelsa-dev (compatible; Konqueror/3.2; FreeBSD*) (KHTML, like Gecko)]
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c26499 dev_t dev; /* Device number */
26744 fileId.dev = statbuf.st_dev;
30999 while( pInode && (pInode->fileId.dev!=sStat.st_dev

Completed in 708 milliseconds

12345678910