Thread: PHP as CGI??
View Single Post
Old 05-06-2003, 11:42 AM   #1 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
PHP as CGI??

Anyone familiar with using PHP as CGI? I've just about completed a good sized project for work, all the PHP is formatted to run pretty universally across versions of PHP4 and up, although I am using superglobals, all the code is usable with register_globals off. Everything has been developed and tested under Linux with PHP 4.1 and running as an Apache module. The server they want to move the scripts to is running Linux, PHP as CGI and it's V4.0.6. Any thoughts on problem areas? Obviously superglobals won't work with that version but are there any 'gotchas' about working in CGI mode vs Apache mod?
bdl is offline   Reply With Quote