ID: 27624 Comment by: php at crkey dot com Reported By: hellekin at free dot Fr Status: Open Bug Type: Documentation problem Operating System: na PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [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