Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/date/lib/
H A Dtimelib_private.h116 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) \ argument
118 ((__GNUC__ == (major)) && (__GNUC_MINOR__ >= (minor))))
120 # define TIMELIB_GNUC_CHECK_VERSION(major, minor) 0 argument
/php-src/ext/xsl/
H A Dphp_xsl.c339 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
343 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
344 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
345 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
348 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
349 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
350 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt44 $minor = floor(($version - ($main * 10000)) / 100);
45 $sub = $version - ($main * 10000) - ($minor * 100);
48 if ($minor < 0)
49 printf("[007] Minor version should be at least 0, got '%s'\n", $minor);
/php-src/ext/curl/
H A Dconfig.m440 int major, minor;
47 if (sscanf(ptr, "OpenSSL/%d.%d", &major, &minor) == 2) {
48 if (major > 1 || (major == 1 && minor >= 1)) {
/php-src/Zend/tests/
H A Dbug44830.phpt2 Bug #44830 (Very minor issue with backslash in heredoc)
/php-src/ext/intl/tests/_files/
H A Dresourcebundle.txt12 minor:int { 4 }
H A Des-bundle.txt12 minor:int { 4 }
/php-src/.github/
H A Dnightly_matrix.php130 $minor = $matches['num'];
131 return ['major' => $major, 'minor' => $minor];
/php-src/ext/fileinfo/libmagic/
H A Dfsmagic.c66 # define minor(dev) ((dev) & 0xff) macro
158 (long)minor(sb->st_rdev)) == -1) in file_fsmagic()
/php-src/win32/
H A Dwinutil.c448 DWORD minor = pNTHeader->OptionalHeader.MinorLinkerVersion; in is_compatible() local
461 DWORD comp_minor = (DWORD)(minor/10); in is_compatible()
469 spprintf(err, 0, format, buf, major, minor, PHP_LINKER_MAJOR, PHP_LINKER_MINOR); in is_compatible()
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c64 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
76 minor = php_strtok_r(NULL, ",", &strtok_buf); in php_com_load_typelib()
84 if (major && minor) { in php_com_load_typelib()
86 minor_i = (WORD)atoi(minor); in php_com_load_typelib()
94 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
/php-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt23 // minor delay here.
/php-src/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt23 // minor delay here.
/php-src/ext/phar/tests/
H A Dcreate_new_and_modify.phpt29 // minor delay here.
/php-src/ext/posix/
H A Dposix.stub.php391 function posix_mknod(string $filename, int $flags, int $major = 0, int $minor = 0): bool {} argument
H A Dposix.c614 zend_long major = 0, minor = 0; in PHP_FUNCTION() local
623 Z_PARAM_LONG(minor) in PHP_FUNCTION()
636 php_dev = makedev(major, minor); in PHP_FUNCTION()
H A Dposix_arginfo.h109 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, minor, IS_LONG, 0, "0")
/php-src/.github/workflows/
H A Dnightly.yml73 runs-on: ubuntu-${{ (matrix.branch.version.minor >= 3 && !matrix.asan) && '22.04' || '20.04' }}
159 image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
354 …- { branch: { name: 'PHP-8.1', ref: 'PHP-8.1', major: 8, minor: 1 }, type: 'verify_type_inference'…
355 …- { branch: { name: 'PHP-8.2', ref: 'PHP-8.2', major: 8, minor: 2 }, type: 'verify_type_inference'…
356 …- { branch: { name: 'PHP-8.3', ref: 'PHP-8.3', major: 8, minor: 3 }, type: 'verify_type_inference'…
358 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
556 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
630 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
728 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
/php-src/scripts/dev/
H A Dmakedist49 - Y is minor version number
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c431 int minor = version % 10000; in pdo_libpq_version() local
432 snprintf(buf, len, "%d.%d", major, minor); in pdo_libpq_version()
434 int minor = version / 100 % 100; in pdo_libpq_version() local
436 snprintf(buf, len, "%d.%d.%d", major, minor, revision); in pdo_libpq_version()
/php-src/docs/
H A Drelease-process.md15 We publish [general availability][] (GA) releases for major and minor versions of
20 Each major and minor version undergoes a 24-week pre-release cycle before GA
22 first alpha release of the new major/minor version. The pre-release cycle
29 Feature freeze for the next major/minor occurs with the first beta release.
658 The first number is the major version, and the second number is the minor
807 (X.Y=major.minor release, e.g. '8.0'):
836 A major/minor version [feature freeze][] occurs with the first beta release.
900 > minor improvements and bug fixes. All major improvements and new features must
952 the next minor or major version (around March 1st or shortly thereafter), the
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1264 zend_long major, minor, patch; local
1273 minor = ZEND_STRTOL(p, &p, 10);
1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/php-src/ext/pgsql/
H A Dpgsql.c514 int minor = version % 10000; in php_libpq_version() local
515 snprintf(buf, len, "%d.%d", major, minor); in php_libpq_version()
517 int minor = version / 100 % 100; in php_libpq_version() local
519 snprintf(buf, len, "%d.%d.%d", major, minor, revision); in php_libpq_version()
/php-src/ext/dba/
H A Dconfig.m4331 AC_MSG_CHECKING([for DB4 minor version and patch level])
/php-src/win32/build/
H A Dconfutils.js3228 var minor = ver.substr(3, 2);
3231 AC_DEFINE('PHP_LINKER_MINOR', minor, "Linker minor version", false);

Completed in 95 milliseconds

12