Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 37) sorted by path

12

/PHP-5.4/
H A DINSTALL1602 major, minor and release versions. If there is a value for
H A DNEWS6169 result in major slowdown). (Dmitry)
H A DREADME.RELEASE_PROCESS123 4. Update ``web/php.git/include/version.inc`` (x=major version number)
195 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
219 5. Update the ChangeLog file for the given major version
243 highlight the major important things (security fixes) and when it is important
268 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
284 highlight the major important things (security fixes) and when it is important
/PHP-5.4/build/
H A Dlibtool.m41379 soname_spec='${libname}${release}${shared_ext}$major'
1442 soname_spec='${libname}${release}${shared_ext}$major'
1517 soname_spec='${libname}${release}${major}$shared_ext'
1531 soname_spec='${libname}${release}${shared_ext}$major'
1584 soname_spec='${libname}${release}${shared_ext}$major'
1640 soname_spec='${libname}${release}${shared_ext}$major'
1659 soname_spec='${libname}${release}${shared_ext}$major'
1695 soname_spec='${libname}${release}${shared_ext}$major'
1749 soname_spec='${libname}${release}${shared_ext}$major'
1793 soname_spec='${libname}${release}${shared_ext}$major'
[all …]
/PHP-5.4/ext/bz2/tests/
H A Dbz2_filter_compress.phpt7 $text = 'I am the very model of a modern major general, I\'ve information vegetable, animal, and mi…
H A Dbz2_filter_decompress.phpt17 I am the very model of a modern major general, I've information vegetable, animal, and mineral.
/PHP-5.4/ext/com_dotnet/
H A Dcom_typeinfo.c41 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
52 major = php_strtok_r(NULL, ",", &strtok_buf); in php_com_load_typelib()
61 if (major && minor) { in php_com_load_typelib()
62 major_i = (WORD)atoi(major); in php_com_load_typelib()
71 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()
/PHP-5.4/ext/dba/
H A Dconfig.m4264 AC_MSG_CHECKING([for DB$1 major version])
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1713 COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev),
1721 COMMA, (long)major(sb->st_rdev),
1753 - COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev),
1758 - COMMA, (long)major(sb->st_rdev),
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfsmagic.c53 #ifdef major /* Might be defined in sys/types.h. */
58 # define major(dev) (((dev) >> 8) & 0xff) macro
167 COMMA, major(sb->st_rdev), dv_unit(sb->st_rdev), in file_fsmagic()
172 COMMA, (long)major(sb->st_rdev), in file_fsmagic()
/PHP-5.4/ext/fileinfo/tests/
H A Dmagic3564 # version and the short at offset 6 is the JVM major version. Since there are only
8651 >&0 ubyte 0 \b, major version 0
14855 >>4 byte =3 (major 1)
14856 >>4 byte =2 (major 1)
14861 >>4 byte =5 (major 2)
14862 >>4 byte =4 (major 2)
17882 >0x44 uleshort >0 \b, major %u
/PHP-5.4/ext/intl/tests/_files/
H A Des-bundle.txt11 major:int { 3 }
H A Dresourcebundle.txt11 major:int { 3 }
/PHP-5.4/ext/intl/tests/
H A Dresourcebundle_arrayaccess.phpt21 printf( "testtable: %d\n", $r2['major'] );
H A Dresourcebundle_individual.phpt23 $str_res .= sprintf( "testtable: %d\n", ut_resourcebundle_get($r2, 'major' ) );
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE322 normally distributed (in either source or binary form) with the major
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.c1980 long major, minor, patch; local
1987 major = strtol(p, &p, 10);
1993 return (unsigned long)(major * 10000L + (unsigned long)(minor * 100L + patch));
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog3217 4. Fixed a major bug that caused incorrect computation of the amount of memory
3292 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 DNEWS170 Release 8.30 introduces a major new feature: support for 16-bit character
248 There are two major additions: support for (*MARK) and friends, and the option
396 A few bugs are fixed (see ChangeLog for details), but the major change is a
419 This release has a new major number because there have been some internal
422 to be a bit slower, but there should be no major effect on runtime performance.
483 major new pieces of functionality.
517 In the code, some bugs have been fixed, and there are also some major changes
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt1721 macros PCRE_MAJOR and PCRE_MINOR to contain the major and minor release
/PHP-5.4/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-5.4/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-5.4/ext/posix/
H A Dposix.c171 ZEND_ARG_INFO(0, major)
868 long major = 0, minor = 0; in PHP_FUNCTION() local
875 &mode, &major, &minor) == FAILURE) { in PHP_FUNCTION()
888 if (major == 0) { in PHP_FUNCTION()
894 php_dev = makedev(major, minor); in PHP_FUNCTION()
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c124096 YYCODETYPE major; /* The major token value. This is the code
124728 yyTokenName[yytos->major]);
124731 yymajor = yytos->major;
124926 yytos->major = (YYCODETYPE)yyMajor;
124934 fprintf(yyTraceFILE," %s",yyTokenName[yypParser->yystack[i].major]);
125351 {yygotominor.yy328 = yymsp[0].major;}
125954 {spanExpr(&yygotominor.yy346, pParse, yymsp[0].major, &yymsp[0].minor.yy0);}
126347 {yygotominor.yy378.a = yymsp[0].major; yygotominor.yy378.b = 0;}
126567 yymsp->major = (YYCODETYPE)yygoto;
126684 yypParser->yystack[0].major = 0;
[all …]

Completed in 563 milliseconds

12