Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 25 of 29) sorted by last modified time

12

/PHP-5.5/win32/
H A Dinstall.txt1267 mean the PHP major, minor and release versions.
/PHP-5.5/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php10 list($major, $minor, $bug) = explode(".", phpversion(), 3);
12 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar19 list($major, $minor, $bug) = explode(".", phpversion(), 3);
21 if($minor < 3) { die("Sorry, you need PHP version 5.3 or greater to run this.\n"); }
/PHP-5.5/
H A Drun-tests.php64 list($major, $minor, $bug) = explode(".", phpversion(), 3);
70 define("PHP_VERSION_ID", "{$major}0{$minor}$bug");
H A Dconfigure.in787 dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison)
H A DREADME.RELEASE_PROCESS205 b. In case multiple PHP minor versions are in active development you have
H A DNEWS6653 - Reverted fix for bug #44197 due to behaviour change in minor version.
6825 - Fixed bug #44830 (Very minor issue with backslash in heredoc). (Matt)
/PHP-5.5/ext/xsl/
H A Dphp_xsl.c310 int major, minor, subminor; in PHP_MINFO_FUNCTION() local
314 minor = (xsltLibxsltVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
315 subminor = (xsltLibxsltVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
316 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
319 minor = (xsltLibxmlVersion - major * 10000) / 100; in PHP_MINFO_FUNCTION()
320 subminor = (xsltLibxmlVersion - major * 10000 - minor * 100); in PHP_MINFO_FUNCTION()
321 snprintf(buffer, 128, "%d.%d.%d", major, minor, subminor); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c125377 …sqlite3StartTable(pParse,&yymsp[-1].minor.yy0,&yymsp[0].minor.yy0,yymsp[-4].minor.yy328,0,0,yymsp[…
125614 …(pParse, &yymsp[-7].minor.yy0, &yymsp[-3].minor.yy0, &yymsp[-2].minor.yy0, yymsp[0].minor.yy3, yym…
125672minor.yy14,yymsp[-5].minor.yy65,yymsp[-4].minor.yy132,yymsp[-3].minor.yy14,yymsp[-2].minor.yy132,y…
125781 …rm(pParse,yymsp[-6].minor.yy65,&yymsp[-5].minor.yy0,&yymsp[-4].minor.yy0,&yymsp[-3].minor.yy0,0,yy…
125792 …if( yymsp[-6].minor.yy65==0 && yymsp[-2].minor.yy0.n==0 && yymsp[-1].minor.yy132==0 && yymsp[0].mi…
125906 …sqlite3Update(pParse,yymsp[-4].minor.yy65,yymsp[-1].minor.yy14,yymsp[0].minor.yy132,yymsp[-5].mino…
125924 …sqlite3Insert(pParse, yymsp[-2].minor.yy65, yymsp[0].minor.yy3, yymsp[-1].minor.yy408, yymsp[-4].m…
126215 …inor.yy346.zEnd = yymsp[0].minor.yy0.z ? &yymsp[0].minor.yy0.z[yymsp[0].minor.yy0.n] : &yymsp[-1].
126325 all.n = (int)(yymsp[0].minor.yy0.z - yymsp[-3].minor.yy0.z) + yymsp[0].minor.yy0.n;
126331minor.yy0, &yymsp[-6].minor.yy0, yymsp[-5].minor.yy328, yymsp[-4].minor.yy378.a, yymsp[-4].minor.y…
[all …]
/PHP-5.5/ext/posix/
H A Dposix.c172 ZEND_ARG_INFO(0, minor)
868 long major = 0, minor = 0; in PHP_FUNCTION() local
875 &mode, &major, &minor) == FAILURE) { in PHP_FUNCTION()
894 php_dev = makedev(major, minor); in PHP_FUNCTION()
/PHP-5.5/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.5/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-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt36 items, and there is an option for requesting some minor changes that
1732 macros PCRE_MAJOR and PCRE_MINOR to contain the major and minor release
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1553 2. Two minor typos in pcre_internal.h have been fixed.
1700 29. Some minor code refactoring concerning Unicode properties and scripts
1726 35. A minor code tidy in pcre_compile() when checking options for \R usage.
2202 13. Now that we have gone to the x.xx style of version numbers, the minor
3253 6. A Windows user reported a minor discrepancy with test 2, which turned out
3484 18. Fixed a minor bug in pcretest: if a pattern line was not terminated by a
4121 6. Two minor patches to pcrecpp.cc in order to allow it to compile on older
4162 1. Some minor internal re-organization to help with my DFA experiments.
5386 09 are not valid octal constants. Single digits will be used for minor values
5418 5. Added Paul Sokolovsky's minor changes to make it easy to compile a Win32 DLL
H A DNEWS32 minor improvements have been implemented and bugs fixed. There is a new callout
295 Mostly bugfixes and tidies with just a couple of minor functional additions.
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c2107 long major, minor, patch; local
2116 minor = strtol(p, &p, 10);
2120 return (unsigned long)(major * 10000L + (unsigned long)(minor * 100L + patch));
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY619 2005/05/31: [impl] minor change in node_new().
786 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
1482 2003/07/16: [impl] minor change of sample/names.c.
1603 2003/05/19: [impl] minor changes for gcc -Wall. (-DREG_DEBUG_STATISTICS case)
1614 2003/05/14: [impl] minor changes for gcc -Wall.
1616 2003/05/13: [impl] minor changes for gcc -Wall.
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt216 minor importance. The Shifted value is often used in combination with Strength set to Quaternary.
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt17 * Fixed minor problems
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3563 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor
8652 >>&0 ubyte 0 \b, minor version 0
14863 >>5 byte >0 (minor %d)
17883 >0x46 uleshort >0 \b, minor %u
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfsmagic.c59 # define minor(dev) ((dev) & 0xff) macro
173 (long)minor(sb->st_rdev)) == -1) in file_fsmagic()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1551 # define minor(dev) ((dev) & 0xff)
1722 (long)minor(sb->st_rdev)) == -1)
1759 - (long)minor(sb->st_rdev)) == -1)
/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW19 Plus the usual minor cleanup.
82 More minor cleanup. Buglet fix: it's CHAR_BIT, not CHAR_BITS. Simple
86 New in alpha+2: minor bits of cleanup. Notably, the number "32" for the
/PHP-5.5/ext/dba/
H A Dconfig.m4268 AC_MSG_CHECKING([for DB4 minor version and patch level])
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c41 char *strtok_buf, *major, *minor; in php_com_load_typelib() local
53 minor = php_strtok_r(NULL, ",", &strtok_buf); in php_com_load_typelib()
61 if (major && minor) { in php_com_load_typelib()
63 minor_i = (WORD)atoi(minor); in php_com_load_typelib()
71 if (FAILED(hr) && (major == NULL || minor == NULL)) { in php_com_load_typelib()

Completed in 646 milliseconds

12