ID: 19240 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: Win32+Linux PHP Version: 4.2.2 New Comment:
hehe. figures. It's here on the web: http://www.php.net/manual/en/function.apache-response-headers.php http://www.php.net/manual/en/ref.apache.php and also in the windows help file. Previous Comments: ------------------------------------------------------------------------ [2002-09-05 15:15:59] [EMAIL PROTECTED] No I ment what documentation page was this in, sorry about that. ------------------------------------------------------------------------ [2002-09-05 15:14:58] [EMAIL PROTECTED] The functions are in php4/sapi/apache/php_apache.c ------------------------------------------------------------------------ [2002-09-05 15:02:25] [EMAIL PROTECTED] There should be a note on the documentation that says this functionality didn't exist until version A.B.C What file was this in that you found the functions? ------------------------------------------------------------------------ [2002-09-04 22:59:10] [EMAIL PROTECTED] grr. just saw in the newsgroup that apache_response_headers won't be released until 4.3. Any reason this appears in the current documentation?? Is there a way to document a functions intended release version? ------------------------------------------------------------------------ [2002-09-04 22:52:10] [EMAIL PROTECTED] In attempting to use apache_response_headers i've noticed that in my current environment (win32 dev, linux prod) not all of the apache functions are available. function exists apache_child_terminate: 1 function exists apache_lookup_uri: 1 function exists apache_note: 1 function exists apache_request_headers: 0 function exists apache_response_headers: 0 function exists apache_setenv: 1 function exists ascii2ebcdic: 0 function exists ebcdic2ascii: 0 function exists getallheaders: 1 function exists virtual: 1 Note only 6 of the 10 functions exist. On windows i'm running as an asapi module: LoadModule php4_module c:/apache/php/sapi/php4apache.dll And on Linux php is compiled with apache: AddModule mod_php4.c According to the documentation: "These functions are only available when running PHP as an Apache module." ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=19240&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php