I found trick to have php 5.2 and 5.3 together.
But is this possible to have 5.2 CGI and CLI together ?
I have one application which need php-cli. There is function apache_request_headers which doesn't work when php is as CGI. I have message "Call to undefined function apache_request_headers()"
Also I've read that http://php.net/manual/en/function.apache-request-headers.php
"This function is only supported when PHP is installed as an Apache module."
But is this possible to have 5.2 CGI and CLI together ?
I have one application which need php-cli. There is function apache_request_headers which doesn't work when php is as CGI. I have message "Call to undefined function apache_request_headers()"
Also I've read that http://php.net/manual/en/function.apache-request-headers.php
"This function is only supported when PHP is installed as an Apache module."