Call to undefined function apache_request_headers()
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-05-26T19:47:41Z
Indexed on
2010/05/26
19:51 UTC
Read the original article
Hit count: 95
php
I've just switched my scripts to a different server. On the previous server this worked flawlessly, and now that I've switched them to a different server, I can't understand the problem.
I'm not sure it would help, but here's the relevant code.
$headers = apache_request_headers();
PHP Version is: PHP 5.3.2
Any help would be appreciated.
© Stack Overflow or respective owner