...but is there a pkg install of PHP for Solaris?
TIA
Per the PHP downloads page:
"We do not distribute UNIX/Linux binaries..."
I've installed PHP from the source distribution on Solaris without any problems (well, at least not when using the GNU compiler). MySQL, on the other hand, I struggled with...
MySQL was a piece a cake for me since it's downloadable as a PKG from Sun's site. For some reason I can't get the GNU compiler collection to work. Every time I try it, some component is missing and ./configure terminates. It's a nightmare.