Home
last modified time | relevance | path

Searched refs:version (Results 1151 – 1175 of 1203) sorted by relevance

1...<<414243444546474849

/PHP-5.5/Zend/
H A Dzend.c897 + strlen(extension->version) in END_EXTERN_C()
903 …info_length, " with %s v%s, %s, by %s\n", extension->name, extension->version, extension->copyr… in END_EXTERN_C()
/PHP-5.5/ext/phar/
H A Dphar_internal.h314 char version[12]; member
H A Dphar.c1176 …snprintf(mydata->version, sizeof(mydata->version), "%u.%u.%u", manifest_ver >> 12, (manifest_ver >…
1404 snprintf(mydata->version, sizeof(mydata->version), "%s", PHP_PHAR_API_VERSION);
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_3_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
/PHP-5.5/
H A DREADME.EXT_SKEL36 is required by the PECL website for the version string conformity checks
H A DREADME.PARAMETER_PARSING_API21 list of pointers to variables to store the results in. The _ex() version
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch566 uint32_t version, entries, nentries;
663 version = ptr[1];
664 if (version != VERSIONNO) {
665 - file_error(ms, 0, "File %s supports only version %d magic "
666 - "files. `%s' is version %d", VERSION,
667 + file_error(ms, 0, "File %d.%d supports only version %d magic "
668 + "files. `%s' is version %d", FILE_VERSION_MAJOR, patchlevel,
669 VERSIONNO, dbname, version);
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/build/
H A Dlibtool.m4336 # to the OS version, if on x86, and 10.4, the deployment
3336 # to its proper name (with version) after linking.
3359 # version 8.0 and above of icpc choke on multiply defined symbols
3492 # to its proper name (with version) after linking.
3552 # to its proper name (with version) after linking.
3672 if $CC --version | grep -v '^2\.7' > /dev/null; then
4131 # the Free Software Foundation; either version 2 of the License, or
4132 # (at your option) any later version.
4278 # Do we need a version for libraries?
5445 # to version 4, is to share data among multiple programs linked
[all …]
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37083.phpt10 function __doRequest($request, $location, $action, $version, $one_way = 0) {
12 <?xml version="1.0" encoding="utf-8"?>
/PHP-5.5/ext/exif/
H A Dtest.txt14 * The original version of module exif has many errors and mostly
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc202 fputs($s, "215 OS/400 is the remote operating system. The TCP/IP version is \"V5R2M0\"\r\n");
/PHP-5.5/ext/gd/
H A Dconfig.m439 [ --with-t1lib[=DIR] GD: Include T1lib support. T1lib version >= 5.0.0 required], no, no)
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS144 . When PCRE is built via Autotools using a version of gcc that has the
288 The version number has been expanded to 3 digits as it is clear that the rate
401 PCRE_NEWLINE_ANYCRLF. It is a cut-down version of PCRE_NEWLINE_ANY, which
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt10 Let's not deal with cross-version issues in the EXPECTF/UEXPECTF.
15 die("skip Test has been written for the latest version of mysqlnd only");
/PHP-5.5/ext/intl/tests/
H A Dlocale_filter_matches.phpt56 //canonicalized version
H A Dlocale_filter_matches2.phpt57 //canonicalized version
H A Dlocale_filter_matches3.phpt56 //canonicalized version
/PHP-5.5/ext/posix/
H A Dposix.c632 add_assoc_string(return_value, "version", u.version, 1); in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re7 | This source file is subject to version 3.01 of the PHP license, |
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE383 A-4. Differences with Japanized GNU regex(version 0.12) of Ruby 1.8
/PHP-5.5/win32/
H A Dphp5dllts.dsp58 …lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /…
84 …lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine…
111 …lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /machine…
137 …uuid.lib odbc32.lib odbccp32.lib ZendTS.lib TSRM.lib resolv.lib /nologo /version:4.0 /dll /machine…
138 …lib zlib.lib libxml2_a.lib Urlmon.lib libsqlite.lib iconv_a.lib /nologo /version:4.0 /dll /debug /…
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1290 must install lcov version 1.6 or above. Then specify
2448 32 this version of PCRE is compiled without UTF support
4415 int version;
4418 const char *subject; (8-bit version)
4419 PCRE_SPTR16 subject; (16-bit version)
4420 PCRE_SPTR32 subject; (32-bit version)
4429 const unsigned char *mark; (8-bit version)
4430 const PCRE_UCHAR16 *mark; (16-bit version)
4431 const PCRE_UCHAR32 *mark; (32-bit version)
4433 The version field is an integer containing the version number of the
[all …]

Completed in 130 milliseconds

1...<<414243444546474849