You are not logged in.
Pages: 1
Hello,
I checked out the wiki for a basic lamp setup, but I'm trying to just install and have a working php alone and I've run into a problem.
I installed php alone with
pacman -S php
and I looked through the php.ini and such but I didn't see anything I missed.
Unfortunately, running
php -f test.php
produces no output at all.
Any ideas of what I'm missing.
Last edited by 27182818284 (2007-12-30 02:09:06)
Offline
Can you post the content of test.php?
Offline
Not sure if it's the same issue I had trying to get php working with apache or not:
pacman -S libxml2
After that I was able to run httpd with LoadModule php5_module modules/libphp5.so
Offline
Pages: 1