Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 1215) sorted by last modified time

12345678910>>...49

/PHP-7.4/
H A DNEWS448 . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version).
1412 . Deprecated $version parameter of curl_version(). (cmb)
1489 . Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas,
1528 . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
1744 . Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas,
1889 . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
1948 . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx"
1949 version strings). (pgnet, Peter Kokot)
2650 . Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3
2702 . Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
H A Dconfigure.ac121 dnl Allow version values to be used in Makefile.
133 dnl Setting up the PHP version based on the information above.
137 echo "/* edit configure.ac to change version number */" >> php_version.h.new
1097 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module"
/PHP-7.4/ext/phar/
H A Dphar.c1188 …snprintf(mydata->version, sizeof(mydata->version), "%u.%u.%u", manifest_ver >> 12, (manifest_ver >… in phar_parse_pharfile()
1428 snprintf(mydata->version, sizeof(mydata->version), "%s", PHP_PHAR_API_VERSION); in phar_create_or_parse_filename()
H A Dphar_object.c2828 RETURN_STRING(phar_obj->archive->version); in PHP_METHOD()
/PHP-7.4/ext/date/lib/
H A Dtimezonedb.h3 #error Your version of timelib does not understand the timzonedb data format, please upgrade
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c368 char *version = _pcre2_config_str(PCRE2_CONFIG_VERSION); in PHP_MINFO_FUNCTION() local
373 php_info_print_table_row(2, "PCRE Library Version", version); in PHP_MINFO_FUNCTION()
374 free(version); in PHP_MINFO_FUNCTION()
405 char *version; in PHP_MINIT_FUNCTION() local
435 version = _pcre2_config_str(PCRE2_CONFIG_VERSION); in PHP_MINIT_FUNCTION()
436 REGISTER_STRING_CONSTANT("PCRE_VERSION", version, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
437 free(version); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/dom/
H A Ddomimplementation.c31 ZEND_ARG_INFO(0, version)
72 char *feature, *version; in PHP_METHOD() local
74 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) =… in PHP_METHOD()
78 if (dom_has_feature(feature, version)) { in PHP_METHOD()
/PHP-7.4/ext/intl/tests/
H A Dlocale_filter_matches4.phpt56 //canonicalized version
H A Dlocale_filter_matches_icu70.phpt58 //canonicalized version
/PHP-7.4/ext/date/
H A Dphp_date.c953 php_info_print_table_row(2, "\"Olson\" Timezone Database Version", tzdb->version); in PHP_MINFO_FUNCTION()
1473 if (php_version_compare(tzdb->version, builtin->version) > 0) { in php_date_set_tzdb()
4929 RETURN_STRING(tzdb->version); in PHP_FUNCTION()
/PHP-7.4/main/
H A Dmain.c2407 module->version = PHP_VERSION; in php_module_startup()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9401 callout_block->version = 2; in do_callout()
/PHP-7.4/build/
H A Dconfig.guess59 version="\
76 --version | -v )
77 echo "$version" ; exit ;;
179 ldd --version 2>&1 | grep -q ^musl; then
H A Dconfig.sub76 version="\
92 --version | -v )
93 echo "$version" ; exit ;;
H A Dpkg.m49 dnl the Free Software Foundation; either version 2 of the License, or
10 dnl (at your option) any later version.
32 dnl Verify that the version of the pkg-config macros are at least
34 dnl installed version of pkg-config, this checks the developer's version
41 dnl See the "Since" comment for each macro you use to see what version
46 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
54 dnl first found in the path. Checks that the version of pkg-config found
56 dnl used since that's the first version where most current features of
71 AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
72 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dstatus.inc163 "<\?xml version=\"1.0\" \?>\n<status>\n",
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch679 + uint32_t version, entries = 0, nentries;
783 + version = swap4(ptr[1]);
785 + version = ptr[1];
786 + if (version != VERSIONNO) {
789 + VERSIONNO, dbname, version);
861 version = ptr[1];
862 if (version != VERSIONNO) {
863 file_error(ms, 0, "File %s supports only version %d magic "
864 - "files. `%s' is version %d", VERSION,
865 + "files. `%s' is version %d", FILE_VERSION_MAJOR,
[all …]
/PHP-7.4/ext/ffi/
H A Dffi.g7 | This source file is subject to version 3.01 of the PHP license, |
39 | This source file is subject to version 3.01 of the PHP license, |
/PHP-7.4/ext/curl/
H A Dinterface.c241 ZEND_ARG_INFO(0, version)
466 php_info_print_table_row(2, "cURL Information", d->version); in PHP_INI_BEGIN()
1850 CAAS("version", d->version); in PHP_FUNCTION()
/PHP-7.4/azure/
H A Dcommunity_job.yml25 # Compile a newer version of curl, otherwise there will be an asan warning
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2683 if (module->version != NULL) { in accel_gen_system_id()
2684 PHP_MD5Update(&context, module->version, strlen(module->version)); in accel_gen_system_id()
2690 if (extension->version != NULL) { in accel_gen_system_id()
2691 PHP_MD5Update(&context, extension->version, strlen(extension->version)); in accel_gen_system_id()
/PHP-7.4/ext/xml/tests/
H A Dbug81351.phpt10 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report.phpt316 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
318 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
322 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
324 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
334 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
336 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
342 … in your SQL syntax; check the manual that corresponds to your %s server version for the right syn…
/PHP-7.4/Zend/
H A Dzend_API.c3681 return module ? module->version : NULL; in zend_get_module_version()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c99 num_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
115 S->out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
139 S->in_sqlda->version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
182 in_sqlda.version = out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_doer()

Completed in 656 milliseconds

12345678910>>...49