php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #27624 some apache_* functions advertised as being in 4.3.2 instead of 4.3.4
Submitted: 2004-03-17 06:42 UTC Modified: 2004-08-04 10:35 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: hellekin at free dot Fr Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: na
Private report: No CVE-ID: None
 [2004-03-17 06:42 UTC] hellekin at free dot Fr
Description:
------------
The documentation for apache_get_version() and apache_get_modules() advertise the functions for being added in PHP-4.3.2 but they're not working in 4.3.3.
The Changelog says they were added in 4.3.4.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-17 07:48 UTC] ali@php.net
I changed the version information for apache_get_version().
But i can't find apache_get_modules() to be mentioned in the changelog of 4.3.4 and it's not working on 4.3.4.

hellekin: "The Changelog says they were added in 4.3.4." which changelog have you been looking at to see that apache_get_modules() was added in 4.3.4?
 [2004-03-29 04:12 UTC] irchtml@php.net
apache_get_version() and apache_get_modules() were both added to the HEAD version of sapi/apache/php_apache.c, after the branch point of PHP 4.3.  apache_get_version() was later added to that branch, getting it into PHP 4.3.4 and apache_get_modules() was not added.  The version information for the docs is autogenerated and for some reason it is picking up that both functions were added in 4.3.2.  Hopefully someone else can comment on this. ;)

From what I understand there will be no 4.3.6 release but I'll let an actual developer comment on that.
 [2004-04-05 03:40 UTC] dinke at dinke dot net
This function simple doesn 't exist yet. I have php 4.3.5 built as apache module and it is not there although online Doc says it is in 4.3.2.
 [2004-08-03 22:18 UTC] php at crkey dot com
The documentation is also not clear that this is an Apache2 feature (as of 4.3.8) according to the sources.  I tried submitting a usernote to the apache_get_module manual document (in response to someone else complaining the function does not work), however the usernote was rejected.

It might be easier to differentiate the functions provided for Apache 1.3 and Apache 2.
 [2004-08-04 10:35 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

apache_get_modules(): "This function is available only in Apache 2 handler. As of PHP 5, it is available also in Apache 2 filter and Apache 1."

apache_get_version(): "This function is available only in Apache 2 handler. As of PHP 4.3.4, it is available also in Apache 1 and as of PHP 5, it is available also in Apache 2 filter."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 21:00:03 2025 UTC