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 \
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
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/