Rasmus Lerdorf wrote:
>
> When I compile Apache+PHP3 right now I get:
>
> Server: 3.0R-Dev Apache/1.3b7-dev (UNIX) PHP/3.0R-Dev
>
> The ap_add_version_component() is not adding, it is prepending.
That's what it's supposed to do. The bogosity there is because
Jim reversed the calls in ap_set_version() that add SUBVERSION
and BASEVERSION. Because of the prepending, they need to be done
in reverse order - BASE last. That's one of the reasons
ap_set_version() exists, to make sure the BASE is in the right
place in the string.
#ken P-)}
Ken Coar <http://Web.Golux.Com/coar/>
Apache Group member <http://www.apache.org/>
"Apache Server for Dummies" <http://Web.Golux.Com/coar/ASFD/>
|