Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 38) sorted by last modified time

12

/PHP-7.0/win32/
H A Dinstall.txt1258 mean the PHP major, minor and release versions.
/PHP-7.0/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php10 list($major, $minor, $bug) = explode(".", phpversion(), 3);
11 if($major == 5) {
14 if ($major < 5) { die ("Seriously, you need to upgrade you PHP level\n"); }
/PHP-7.0/scripts/dev/
H A Dgenerate-phpt.phar19 list($major, $minor, $bug) = explode(".", phpversion(), 3);
20 if($major == 5) {
23 if ($major < 5) { die ("Seriously, you need to upgrade you PHP level\n"); }
/PHP-7.0/sapi/litespeed/
H A DREADME.md6 FastCGI SAPI with there major enhancements: better performance, dynamic
14 A major drawback of FastCGI PHP comparing to Apache mod_php is lacking
/PHP-7.0/
H A Drun-tests.php64 list($major, $minor, $bug) = explode(".", phpversion(), 3);
70 define("PHP_VERSION_ID", "{$major}0{$minor}$bug");
71 define("PHP_MAJOR_VERSION", $major);
H A Dmakerpm123 - Fix rpm build directory for the major distributions.
H A Dltmain.sh2660 versuffix="-$major"
3317 major=
3335 major=".$current"
3340 major=".$current"
3365 major=.$major
3392 major=".$current"
3400 versuffix="-$major"
3412 major=
3432 major=
3563 major_save=$major
[all …]
/PHP-7.0/ext/zlib/tests/
H A Dzlib_filter_deflate.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dzlib_filter_deflate2.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dzlib_filter_inflate.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
/PHP-7.0/ext/xsl/
H A Dphp_xsl.c259 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
262 major = xsltLibxsltVersion/10000; in PHP_MINFO_FUNCTION()
263 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
264 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
265 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
267 major = xsltLibxmlVersion/10000; in PHP_MINFO_FUNCTION()
268 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
269 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
270 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/PHP-7.0/ext/standard/
H A Dinfo.c314 major = "Windows 10"; in php_get_windows_name()
316 major = "Windows Server 2016"; in php_get_windows_name()
324 major = "Windows Vista"; in php_get_windows_name()
326 major = "Windows Server 2008"; in php_get_windows_name()
330 major = "Windows 7"; in php_get_windows_name()
332 major = "Windows Server 2008 R2"; in php_get_windows_name()
360 major = "Windows 8.1"; in php_get_windows_name()
366 major = "Windows 8"; in php_get_windows_name()
368 major = "Windows Server 2012"; in php_get_windows_name()
373 major = "Windows 8.1"; in php_get_windows_name()
[all …]
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c133051 pParser->yystack[0].major = 0;
133174 yyTokenName[yytos->major]);
133177 yy_destructor(pParser, yytos->major, &yytos->minor);
133386 yytos->major = (YYCODETYPE)yyMajor;
134990 yymsp->major = (YYCODETYPE)yygoto;
135155 yymx = yypParser->yytos->major;
179095 pParser->fts5yystack[0].major = 0;
179174 fts5yyTokenName[fts5yytos->major]);
179386 fts5yytos->major = (fts5YYCODETYPE)fts5yyMajor;
179616 fts5yymsp->major = (fts5YYCODETYPE)fts5yygoto;
[all …]
/PHP-7.0/ext/posix/
H A Dposix.c171 ZEND_ARG_INFO(0, major)
930 zend_long major = 0, minor = 0; in PHP_FUNCTION() local
937 &mode, &major, &minor) == FAILURE) { in PHP_FUNCTION()
950 if (major == 0) { in PHP_FUNCTION()
956 php_dev = makedev(major, minor); in PHP_FUNCTION()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c506 sword major, minor, update, patch, port_update; in oci_handle_get_attribute() local
509 OCIClientVersion(&major, &minor, &update, &patch, &port_update); in oci_handle_get_attribute()
510 slprintf(verstr, sizeof(verstr), "%d.%d.%d.%d.%d", major, minor, update, patch, port_update); in oci_handle_get_attribute()
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt35 printf("[003] Strange major version: '%s'. Should be more than 3\n", $matches[1]);
43 $major = floor($version / 10000);
46 if ($major < 3)
47 printf("[006] Strange major version: '%s'. Should be more than 3\n", $major);
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt1732 macros PCRE_MAJOR and PCRE_MINOR to contain the major and minor release
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog3393 4. Fixed a major bug that caused incorrect computation of the amount of memory
3468 17. I have done a major re-factoring of the way pcre_compile() computes the
H A DHACKING87 should make future maintenance and development easier. As this was such a major
89 major changes were also present in the 7.0 release).
H A DNEWS178 Release 8.30 introduces a major new feature: support for 16-bit character
256 There are two major additions: support for (*MARK) and friends, and the option
404 A few bugs are fixed (see ChangeLog for details), but the major change is a
427 This release has a new major number because there have been some internal
430 to be a bit slower, but there should be no major effect on runtime performance.
491 major new pieces of functionality.
525 In the code, some bugs have been fixed, and there are also some major changes
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c2134 zend_long major, minor, patch; local
2141 major = ZEND_STRTOL(p, &p, 10);
2147 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-7.0/ext/mbstring/libmbfl/
H A DLICENSE322 normally distributed (in either source or binary form) with the major
/PHP-7.0/ext/intl/tests/
H A Dresourcebundle_individual.phpt23 $str_res .= sprintf( "testtable: %d\n", ut_resourcebundle_get($r2, 'major' ) );
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic3992 # version and the short at offset 6 is the JVM major version. Since there are only
9775 >&0 ubyte 0 \b, major version 0
16736 >>4 byte =3 (major 1)
16737 >>4 byte =2 (major 1)
16742 >>4 byte =5 (major 2)
16743 >>4 byte =4 (major 2)
20651 >0x44 uleshort >0 \b, major %u
/PHP-7.0/ext/fileinfo/libmagic/
H A Dfsmagic.c53 #ifdef major /* Might be defined in sys/types.h. */
62 # define major(dev) (((dev) >> 8) & 0xff) macro
170 COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev), in file_fsmagic()
175 COMMA, (long)major(sb->st_rdev), in file_fsmagic()

Completed in 472 milliseconds

12