PR:
Obtained from:
Submitted by:
Reviewed by:
Fix the order of how the server_version string is built... All extra
components are tacked to the _end_ of the string. The front of the
server_version string is always SERVER_BASEVERSION. So if we have
"Apache/1.3b7-dev (FreeBSD)"
and the code gets ap_add_version_component("PHP/3.0") we'd get:
"Apache/1.3b7-dev (FreeBSD) PHP/3.0"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81207 13f79535-47bb-0310-9956-ffa450edef68
Loading
Please sign in to comment