Re: [PHP-INSTALL] Make fails when building with gd on Mac OS 10.4

2007-07-05 Thread Randall Perry
Paul Blondé wrote: Looks like a missing header file, or one that does not match the rest of the package, at first glance. I'm getting the same errors using the included gd. Is this a problem with the php distribution, or the php dist + Mac OS 10.4? config: - ./configure \

Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-05 Thread Jesse Santana
Keith, That's exactly what my testing has shown but I was hoping someone out there had found a solution that I hadn't thought of. The PHP scripts I am referring to are spread out all over my /home NFS share. Most of these scripts belong to different departments with different webmasters most

Re: [PHP-INSTALL] Automatically adding #! to all PHP scripts

2007-07-05 Thread Keith Roberts
Hi Jesse. It seems that you have a chicken-and-egg problem here. In order for php to process the auto_prepend_file it has to be in php mode already. And to get into php cgi mode you need the #!/path/to/php-cgi at the top of the script. So I guess each php file *MUST* start with the #!/path/to/