ID: 27624 Updated by: [EMAIL PROTECTED] Reported By: hellekin at free dot Fr -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: na PHP Version: Irrelevant New Comment:
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." Previous Comments: ------------------------------------------------------------------------ [2004-08-03 22:18:23] 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-04-05 03:40:16] 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-03-29 04:12:38] [EMAIL PROTECTED] 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-03-17 07:48:32] [EMAIL PROTECTED] 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-17 06:42:28] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27624&edit=1