ID: 31645 Updated by: [EMAIL PROTECTED] Reported By: john at jelsoft dot com -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: Linux PHP Version: 4CVS-2005-01-21 (stable) New Comment:
What Apache SAPI are you using? Previous Comments: ------------------------------------------------------------------------ [2005-01-21 19:25:10] john at jelsoft dot com Description: ------------ Any calls to the header() function after apache_lookup_uri() is called are not processed properly, so that the headers are not sent. Running 4.3.11-dev, build date Jan 16 2005 16:25:34 Save the following in test.php: Reproduce code: --------------- <?php header( "X-John: test1" ); apache_lookup_uri( 'test.php' ); header( "X-John2: test2" ); echo "hello"; ?> Expected result: ---------------- The header X-John2: test2 to be sent. Actual result: -------------- It's not sent, while X-John: test is sent. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31645&edit=1
