From: James E. F. <jf...@uv...> - 2005-02-13 06:27:52
|
CGI mode has problems, mainly with authentication. The best option is to run PHP as an Apache Module (SAPI: Apache[2]). Magic quotes are just something that are a little broken, and so phpESP does workaround when enabled. phpESP should work with magic quotes on or off (I prefer off, so on is red). -James Anthony wrote: > Will phpESP-1.7-rc2 under following conditions? > # SAPI: cgi > # register_globals: Yes > # magic_quotes_gpc: Yes > > http://pucho.com/phpESP/admin/test.php says > > What is SAPI requirement for phpESP-1.7-rc2? > What is function of magic quotes GPC? > > Any clues appreciated. Thanks in advance. > |