Re: [PHP] php5 include() problem

2007-05-13 Thread Al
Is there an alternate way to execute a php in cgi-bin so it can do a chmod() on site directories as the "owner"? My approach was the only way I could think of. Given the obvious problem(s), it appears that it may not be a good choice. Richard Davey wrote: Al wrote: I've got a cgi file in m

Re: [PHP] php5 include() problem

2007-05-13 Thread Richard Davey
Al wrote: I've got a cgi file in my cgi-bin folder that I'm calling with include(). It worked with php4. My shared host just upgraded to my server to php5.2.0 and the function doesn't work. I can't tell if the problem is a php5 or server configuration [which may have changed during the upgr

Re: [PHP] php5 include() problem

2007-05-13 Thread Myron Turner
Tijnema ! wrote: On 5/13/07, Al <[EMAIL PROTECTED]> wrote: I've got a cgi file in my cgi-bin folder that I'm calling with include(). It worked with php4. My shared host just upgraded to my server to php5.2.0 and the function doesn't work. I can't tell if the problem is a php5 or server confi

Re: [PHP] php5 include() problem

2007-05-13 Thread Tijnema !
On 5/13/07, Al <[EMAIL PROTECTED]> wrote: I've got a cgi file in my cgi-bin folder that I'm calling with include(). It worked with php4. My shared host just upgraded to my server to php5.2.0 and the function doesn't work. I can't tell if the problem is a php5 or server configuration [which ma