pds
Registered
I am running 10.4.8 on an 1.33 iBook with a gig of RAM.
I don't remember
what I used to install php5, but it's there and it works fine with a few local test sites I fool around with. (install location seems to be /usr/local/php5. MySQL is there in the same folder - works fine.
Contents of php5 folder are
I want to install YAZ - to see about making entry into a library database simpler - but when I open test.php, Safari thinks about it for a while and then just gives me a blank page.
text of the test.php file is
I have tried it both in my sites folder and the documents folder of the webserver (library/webserver/documents) with the same result. Apache 1.3 is running.
Any clues about what I need to tweak to be able to see phpinfo()?
Any suggestions about installing YAZ and just forgetting about being able to see it (if it works, why fix it?
)
(ps - looking at the httpd.config.php file, seems the php istall is from Marc Lynage's entropy page)
I don't remember

Contents of php5 folder are
Code:
/usr/local/php5 paul$ ls
bin httpd.conf.php info libphp5.so share
etc include lib man
I want to install YAZ - to see about making entry into a library database simpler - but when I open test.php, Safari thinks about it for a while and then just gives me a blank page.
text of the test.php file is
Code:
<?
phpinfo();
?>
I have tried it both in my sites folder and the documents folder of the webserver (library/webserver/documents) with the same result. Apache 1.3 is running.
Any clues about what I need to tweak to be able to see phpinfo()?
Any suggestions about installing YAZ and just forgetting about being able to see it (if it works, why fix it?

(ps - looking at the httpd.config.php file, seems the php istall is from Marc Lynage's entropy page)