version           908 Zend/zend.c    						+ strlen(extension->version)
version           914 Zend/zend.c    	snprintf(new_info, new_info_length, "    with %s v%s, %s, by %s\n", extension->name, extension->version, extension->copyright, extension->author);
version          3421 Zend/zend_API.c 	return module->version;
version            61 Zend/zend_extensions.h 	char *version;
version            87 Zend/zend_modules.h 	const char *version;
version           121 Zend/zend_modules.h 	const char *version;	/* version */
version            97 ext/com_dotnet/com_typeinfo.c 			char version[20];
version           115 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS != RegEnumKey(hsubkey, j, version, sizeof(version))) {
version           120 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) {
version           126 ext/com_dotnet/com_typeinfo.c 										if (2 != sscanf(version, "%d.%d", &major_tmp, &minor_tmp)) {
version           291 ext/curl/interface.c 	ZEND_ARG_INFO(0, version)
version           515 ext/curl/interface.c 	php_info_print_table_row(2, "cURL Information", d->version);
version          1782 ext/curl/interface.c 	CAAS("version", d->version);
version            60 ext/date/lib/parse_tz.c 	uint32_t version;
version            63 ext/date/lib/parse_tz.c 	version = (*tzf)[3] - '0';
version            78 ext/date/lib/parse_tz.c 	return version;
version           384 ext/date/lib/parse_tz.c 	int version;
version           389 ext/date/lib/parse_tz.c 		version = read_preamble(&tzf, tmp);
version           393 ext/date/lib/parse_tz.c 		if (version == 2) {
version           293 ext/date/lib/timelib_structs.h 	char                           *version;
version           903 ext/date/php_date.c 	php_info_print_table_row(2, "\"Olson\" Timezone Database Version", tzdb->version);
version          1418 ext/date/php_date.c 	if (php_version_compare(tzdb->version, builtin->version) > 0) {
version          4641 ext/date/php_date.c 	RETURN_STRING(tzdb->version, 1);
version           139 ext/dom/document.c 	ZEND_ARG_INFO(0, version)
version           454 ext/dom/document.c 	char *version;
version           463 ext/dom/document.c 	version = (char *) docp->version;
version           466 ext/dom/document.c 	if (version != NULL) {
version           467 ext/dom/document.c 		ZVAL_STRING(*retval, version, 1);
version           487 ext/dom/document.c 	if (docp->version != NULL) {
version           488 ext/dom/document.c 		xmlFree((xmlChar *) docp->version );
version           493 ext/dom/document.c 	docp->version = xmlStrdup((const xmlChar *) Z_STRVAL_P(newval));
version          1396 ext/dom/document.c 	char *encoding, *version = NULL;
version          1401 ext/dom/document.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "O|ss", &id, dom_document_class_entry, &version, &version_len, &encoding, &encoding_len) == FAILURE) {
version          1407 ext/dom/document.c 	docp = xmlNewDoc(version);
version            33 ext/dom/domimplementation.c 	ZEND_ARG_INFO(0, version)
version            74 ext/dom/domimplementation.c 	char *feature, *version;
version            76 ext/dom/domimplementation.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &feature, &feature_len, &version, &version_len) == FAILURE) {
version            80 ext/dom/domimplementation.c 	if (dom_has_feature(feature, version)) {
version            61 ext/dom/node.c 	ZEND_ARG_INFO(0, version)
version            93 ext/dom/node.c 	ZEND_ARG_INFO(0, version)
version          1516 ext/dom/node.c 	char *feature, *version;
version          1518 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &version, &version_len) == FAILURE) {
version          1522 ext/dom/node.c 	if (dom_has_feature(feature, version)) {
version          1472 ext/dom/php_dom.c int dom_has_feature(char *feature, char *version)
version          1476 ext/dom/php_dom.c 	if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) {
version          1477 ext/dom/php_dom.c 		if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML"))
version           116 ext/dom/php_dom.h int dom_has_feature(char *feature, char *version);
version          2601 ext/fileinfo/libmagic/apprentice.c 	uint32_t version, entries, nentries;
version          2678 ext/fileinfo/libmagic/apprentice.c 		version = swap4(ptr[1]);
version          2680 ext/fileinfo/libmagic/apprentice.c 		version = ptr[1];
version          2681 ext/fileinfo/libmagic/apprentice.c 	if (version != VERSIONNO) {
version          2684 ext/fileinfo/libmagic/apprentice.c 		    VERSIONNO, dbname, version);
version          1081 ext/fileinfo/libmagic/cdf.c 	DUMP("%d", version);
version           275 ext/iconv/iconv.c 	char *version = "unknown";
version           284 ext/iconv/iconv.c 		version = buf;
version           287 ext/iconv/iconv.c 	version = (char *)gnu_get_libc_version();
version           289 ext/iconv/iconv.c 	version = "OS built-in";
version           301 ext/iconv/iconv.c 	REGISTER_STRING_CONSTANT("ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT);
version           347 ext/interbase/ibase_query.c 	ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION;
version           367 ext/interbase/ibase_query.c 		ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION;
version           377 ext/interbase/ibase_query.c 	ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION;
version           387 ext/interbase/ibase_query.c 		ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION;
version          1441 ext/interbase/interbase.c 	out_sqlda.version = SQLDA_CURRENT_VERSION;
version          2211 ext/oci8/oci8.c 	char version[256];
version          2225 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
version          2501 ext/oci8/oci8.c void php_oci_client_get_version(char **version TSRMLS_DC)
version          2516 ext/oci8/oci8.c 	*version = estrdup(version_buff);
version          2524 ext/oci8/oci8.c int php_oci_server_get_version(php_oci_connection *connection, char **version TSRMLS_DC)
version          2537 ext/oci8/oci8.c 	*version = estrdup(version_buff);
version          2056 ext/oci8/oci8_interface.c 	char *version = NULL;
version          2058 ext/oci8/oci8_interface.c 	php_oci_client_get_version(&version TSRMLS_CC);
version          2059 ext/oci8/oci8_interface.c 	RETURN_STRING(version, 0);
version          2069 ext/oci8/oci8_interface.c 	char *version = NULL;
version          2077 ext/oci8/oci8_interface.c 	if (php_oci_server_get_version(connection, &version TSRMLS_CC)) {
version          2081 ext/oci8/oci8_interface.c 	RETURN_STRING(version, 0);
version           415 ext/oci8/php_oci8_int.h void php_oci_client_get_version(char **version TSRMLS_DC);
version           416 ext/oci8/php_oci8_int.h int php_oci_server_get_version(php_oci_connection *connection, char **version TSRMLS_DC);
version           642 ext/opcache/zend_accelerator_module.c 	zval *directives,*version,*blacklist;
version           695 ext/opcache/zend_accelerator_module.c 	MAKE_STD_ZVAL(version);
version           696 ext/opcache/zend_accelerator_module.c 	array_init(version);
version           697 ext/opcache/zend_accelerator_module.c 	add_assoc_string(version, "version", ACCELERATOR_VERSION, 1);
version           698 ext/opcache/zend_accelerator_module.c 	add_assoc_string(version, "opcache_product_name", ACCELERATOR_PRODUCT_NAME, 1);
version           699 ext/opcache/zend_accelerator_module.c 	add_assoc_zval(return_value, "version", version);
version           419 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version           441 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version           463 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version          1299 ext/pcre/pcrelib/pcre_exec.c         cb.version          = 2;   /* Version 1 of the callout block */
version          1709 ext/pcre/pcrelib/pcre_exec.c       cb.version          = 2;   /* Version 1 of the callout block */
version          6369 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->version = 2;
version           148 ext/pdo_firebird/firebird_driver.c 		num_sqlda.version = PDO_FB_SQLDA_VERSION;
version           164 ext/pdo_firebird/firebird_driver.c 		S->out_sqlda.version = PDO_FB_SQLDA_VERSION;
version           188 ext/pdo_firebird/firebird_driver.c 			S->in_sqlda->version = PDO_FB_SQLDA_VERSION;
version           231 ext/pdo_firebird/firebird_driver.c 	in_sqlda.version = out_sqlda.version = PDO_FB_SQLDA_VERSION;
version           541 ext/pdo_oci/oci_driver.c 	char version[256];
version           560 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
version           119 ext/pdo_pgsql/pdo_pgsql.c 	php_info_print_table_row(2, "Module version", pdo_pgsql_module_entry.version);
version          1176 ext/phar/phar.c 	snprintf(mydata->version, sizeof(mydata->version), "%u.%u.%u", manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0xF);
version          1404 ext/phar/phar.c 	snprintf(mydata->version, sizeof(mydata->version), "%s", PHP_PHAR_API_VERSION);
version           298 ext/phar/phar_internal.h 	char                     version[12];
version          2811 ext/phar/phar_object.c 	RETURN_STRING(phar_obj->arc.archive->version, 1);
version           772 ext/phar/tar.c 	strncpy(header.version, "00", sizeof("00")-1);
version            84 ext/phar/tar.h 	char version[2];    /* USTAR version */
version           632 ext/posix/posix.c 	add_assoc_string(return_value, "version",  u.version,  1);
version          1081 ext/reflection/php_reflection.c 					(module->version == NO_VERSION_YET) ? "<no_version>" : module->version);
version          1109 ext/reflection/php_reflection.c 			if (dep->version) {
version          1110 ext/reflection/php_reflection.c 				string_printf(str, " %s", dep->version);
version          1192 ext/reflection/php_reflection.c 	if (extension->version) {
version          1193 ext/reflection/php_reflection.c 		string_printf(str, "%s ", extension->version);
version          5322 ext/reflection/php_reflection.c 	if (module->version == NO_VERSION_YET) {
version          5325 ext/reflection/php_reflection.c 		RETURN_STRING(module->version, 1);
version          5539 ext/reflection/php_reflection.c 						dep->version ? " " : "",
version          5540 ext/reflection/php_reflection.c 						dep->version ? dep->version : "");
version          5685 ext/reflection/php_reflection.c 	RETURN_STRING(extension->version ? extension->version : "", 1);
version           330 ext/snmp/snmp.c 	ZEND_ARG_INFO(0, version)
version           747 ext/snmp/snmp.c 			if (session->version == SNMP_VERSION_1) {
version          1125 ext/snmp/snmp.c static int netsnmp_session_init(php_snmp_session **session_p, int version, char *hostname, char *community, int timeout, int retries TSRMLS_DC)
version          1144 ext/snmp/snmp.c 	session->version = version;
version          1230 ext/snmp/snmp.c 	if (version == SNMP_VERSION_3) {
version          1424 ext/snmp/snmp.c static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version)
version          1445 ext/snmp/snmp.c 		if (version == SNMP_VERSION_3) {
version          1509 ext/snmp/snmp.c 		if (netsnmp_session_init(&session, version, a1, a2, timeout, retries TSRMLS_CC)) {
version          1514 ext/snmp/snmp.c 		if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, NULL TSRMLS_CC)) {
version          1816 ext/snmp/snmp.c 	long version = SNMP_DEFAULT_VERSION;
version          1823 ext/snmp/snmp.c 	if (zend_parse_parameters(argc TSRMLS_CC, "lss|ll", &version, &a1, &a1_len, &a2, &a2_len, &timeout, &retries) == FAILURE) {
version          1830 ext/snmp/snmp.c 	switch(version) {
version          1845 ext/snmp/snmp.c 	if (netsnmp_session_init(&(snmp_object->session), version, a1, a2, timeout, retries TSRMLS_CC)) {
version           101 ext/soap/php_soap.h 	int        version;
version            61 ext/soap/soap.c static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_params, zval **parameters[], int *version, soapHeader **headers TSRMLS_DC);
version            62 ext/soap/soap.c static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name,char *uri,zval *ret, soapHeader *headers, int version TSRMLS_DC);
version            63 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC);
version           365 ext/soap/soap.c 	ZEND_ARG_INFO(0, version)
version          1118 ext/soap/soap.c 	int version = SOAP_1_1;
version          1145 ext/soap/soap.c 				version = Z_LVAL_PP(tmp);
version          1209 ext/soap/soap.c 	service->version = version;
version          1515 ext/soap/soap.c 	SOAP_GLOBAL(soap_version) = service->version;
version          2553 ext/soap/soap.c static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC)
version          2593 ext/soap/soap.c 	ZVAL_LONG(params[3], version);
version          3107 ext/soap/soap.c   long  version;
version          3114 ext/soap/soap.c 	    &version, &one_way) == FAILURE) {
version          3121 ext/soap/soap.c 		if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version, NULL, NULL TSRMLS_CC)) {
version          3124 ext/soap/soap.c 	} else if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version,
version          3456 ext/soap/soap.c static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_params, zval ***parameters, int *version, soapHeader **headers TSRMLS_DC)
version          3472 ext/soap/soap.c 				*version = SOAP_1_1;
version          3477 ext/soap/soap.c 				*version = SOAP_1_2;
version          3495 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3533 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3537 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3546 ext/soap/soap.c 	if (trav != NULL && *version == SOAP_1_2) {
version          3573 ext/soap/soap.c 		if (*version == SOAP_1_1) {
version          3586 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3603 ext/soap/soap.c 				if (*version == SOAP_1_2) {
version          3617 ext/soap/soap.c 				if (*version == SOAP_1_1) {
version          3629 ext/soap/soap.c 				} else if (*version == SOAP_1_2) {
version          3718 ext/soap/soap.c static void set_soap_header_attributes(xmlNodePtr h, HashTable *ht, int version)
version          3724 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          3732 ext/soap/soap.c 			if (version == SOAP_1_1) {
version          3738 ext/soap/soap.c 			if (version == SOAP_1_1) {
version          3755 ext/soap/soap.c static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main, xmlNodePtr *node TSRMLS_DC)
version          3800 ext/soap/soap.c 			if (main && version == SOAP_1_2) {
version          3852 ext/soap/soap.c 	if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
version          3861 ext/soap/soap.c static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int version TSRMLS_DC)
version          3875 ext/soap/soap.c 	if (version == SOAP_1_1) {
version          3879 ext/soap/soap.c 	} else if (version == SOAP_1_2) {
version          3939 ext/soap/soap.c 				if (serialize_response_call2(head, headers->function, Z_STRVAL(headers->function_name), uri, hdr_ret, version, 0, NULL TSRMLS_CC) == SOAP_ENCODED) {
version          4007 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4106 ext/soap/soap.c 			if (use == SOAP_ENCODED && version == SOAP_1_2) {
version          4168 ext/soap/soap.c 						if (serialize_response_call2(head, h->function, Z_STRVAL(h->function_name), uri, hdr_ret, version, 0, &xmlHdr TSRMLS_CC) == SOAP_ENCODED) {
version          4172 ext/soap/soap.c 							set_soap_header_attributes(xmlHdr, ht, version);
version          4184 ext/soap/soap.c 							set_soap_header_attributes(xmlHdr, ht, version);
version          4199 ext/soap/soap.c 		if (serialize_response_call2(body, function, function_name, uri, ret, version, 1, NULL TSRMLS_CC) == SOAP_ENCODED) {
version          4207 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4210 ext/soap/soap.c 		} else if (version == SOAP_1_2) {
version          4225 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval **arguments, int arg_count, int version, HashTable *soap_headers TSRMLS_DC)
version          4239 ext/soap/soap.c 	if (version == SOAP_1_1) {
version          4243 ext/soap/soap.c 	} else if (version == SOAP_1_2) {
version          4399 ext/soap/soap.c 				set_soap_header_attributes(h, ht, version);
version          4406 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4409 ext/soap/soap.c 		} else if (version == SOAP_1_2) {
version          50004 ext/sqlite3/libsqlite/sqlite3.c     u32 version;                  /* Magic value read from WAL header */
version          50044 ext/sqlite3/libsqlite/sqlite3.c     version = sqlite3Get4byte(&aBuf[4]);
version          50045 ext/sqlite3/libsqlite/sqlite3.c     if( version!=WAL_MAX_VERSION ){
version           244 ext/sqlite3/sqlite3.c PHP_METHOD(sqlite3, version)
version          1970 ext/sqlite3/sqlite3.c 	PHP_ME(sqlite3,		version,			arginfo_sqlite3_void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
version           149 ext/standard/info.c 	if (zend_module->info_func || zend_module->version) {
version           161 ext/standard/info.c 			php_info_print_table_row(2, "Version", zend_module->version);
version           177 ext/standard/info.c 	if (module->info_func || module->version) {
version           186 ext/standard/info.c 	if (!module->info_func && !module->version) {
version           854 ext/standard/info.c 			php_uname = buf.version;
version           859 ext/standard/info.c 					 buf.sysname, buf.nodename, buf.release, buf.version,
version          1411 ext/standard/info.c 		const char *version;
version          1412 ext/standard/info.c 		version = zend_get_module_version(ext_name);
version          1413 ext/standard/info.c 		if (version == NULL) {
version          1416 ext/standard/info.c 		RETURN_STRING(version, 1);
version            40 ext/standard/strnatcmp.c static char const *version UNUSED =
version            34 ext/standard/versioning.c php_canonicalize_version(const char *version)
version            36 ext/standard/versioning.c     int len = strlen(version);
version            45 ext/standard/versioning.c     p = version;
version           285 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       xml_element_attr* version = malloc(sizeof(xml_element_attr));
version           286 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       version->key = strdup(ATTR_VERSION);
version           287 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       version->val = strdup(VAL_VERSION_0_9);
version           303 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       Q_PushTail(&root->attrs, version);
version           701 ext/xmlrpc/libxmlrpc/xmlrpc.c 		if (request->output.version == xmlrpc_version_simple) {
version           704 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_1_0 ||
version           705 ext/xmlrpc/libxmlrpc/xmlrpc.c 					request->output.version == xmlrpc_version_none) {
version           708 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_soap_1_1) {
version           817 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_simple;
version           821 ext/xmlrpc/libxmlrpc/xmlrpc.c 				request->output.version = xmlrpc_version_soap_1_1;
version           825 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_1_0;
version           215 ext/xmlrpc/libxmlrpc/xmlrpc.h    XMLRPC_VERSION                 version;        /* xml vocabulary to use               */
version           376 ext/xmlrpc/xmlrpc-epi-php.c 		options->xmlrpc_out.version = xmlrpc_version_1_0;
version           413 ext/xmlrpc/xmlrpc-epi-php.c 						options->xmlrpc_out.version = xmlrpc_version_1_0;
version           415 ext/xmlrpc/xmlrpc-epi-php.c 						options->xmlrpc_out.version = xmlrpc_version_simple;
version           417 ext/xmlrpc/xmlrpc-epi-php.c 							options->xmlrpc_out.version = xmlrpc_version_soap_1_1;
version          1168 ext/xmlrpc/xmlrpc-epi-php.c 							out.xmlrpc_out.version = opts->version;
version           348 ext/xmlwriter/php_xmlwriter.c 	ZEND_ARG_INFO(0, version)
version           354 ext/xmlwriter/php_xmlwriter.c 	ZEND_ARG_INFO(0, version)
version          1385 ext/xmlwriter/php_xmlwriter.c 	char *version = NULL, *enc = NULL, *alone = NULL;
version          1392 ext/xmlwriter/php_xmlwriter.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!", &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) {
version          1399 ext/xmlwriter/php_xmlwriter.c 		if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!s!s!", &pind, &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) {
version          1408 ext/xmlwriter/php_xmlwriter.c 		retval = xmlTextWriterStartDocument(ptr, version, enc, alone);
version          2345 main/main.c    		module->version = PHP_VERSION;
version           331 sapi/aolserver/aolserver.c 	snprintf(buf, NS_BUF_SIZE, "HTTP/%1.1f", NSG(conn)->request->version);
version           453 sapi/aolserver/aolserver.c 	if(NSG(conn)->request->version > 1.0) SG(request_info).proto_num = 1001;
version           843 sapi/cgi/fastcgi.c 	hdr->version = FCGI_VERSION_1;
version           896 sapi/cgi/fastcgi.c 	    hdr.version < FCGI_VERSION_1) {
version           905 sapi/cgi/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version           952 sapi/cgi/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version           975 sapi/cgi/fastcgi.c 			    hdr.version < FCGI_VERSION_1) {
version          1055 sapi/cgi/fastcgi.c 			    hdr.version < FCGI_VERSION_1 ||
version            73 sapi/cgi/fastcgi.h 	unsigned char version;
version           375 sapi/fpm/fpm/fastcgi.c 	hdr->version = FCGI_VERSION_1;
version           522 sapi/fpm/fpm/fastcgi.c 	    hdr.version < FCGI_VERSION_1) {
version           531 sapi/fpm/fpm/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version           571 sapi/fpm/fpm/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version           594 sapi/fpm/fpm/fastcgi.c 			    hdr.version < FCGI_VERSION_1) {
version           681 sapi/fpm/fpm/fastcgi.c 			    hdr.version < FCGI_VERSION_1 ||
version            56 sapi/fpm/fpm/fastcgi.h 	unsigned char version;