By radiofranky2006 on
have anyone compiled his own PHP with dreamhost? can you share your experience?
just follow wiki.dreamhost installation instruction? what's pros and cons?
have anyone compiled his own PHP with dreamhost? can you share your experience?
just follow wiki.dreamhost installation instruction? what's pros and cons?
Comments
As a current DreamHost
As a current DreamHost employee, I must ask why you would need to do so when Drupal works just fine as is. I can really only think of cons, because the service will definitely not be as fast as our other PHP processes.
Yes, I've done this in order
Yes, I've done this in order to get imap support compiled into my PHP.
My recommendation:
Don't do it unless you're *really* sure you need to. And if you do need to, chances are that somebody else needs to as well, for the same reason -- so, put in a request in DH's request area for whatever extension you need.
Hi there, benwei. I'm using
Hi there, benwei. I'm using dreamhost as well and trying to compile my own php because i need to get LDAP support.
How do you add those support? Correct me if i'm wrong, is it you add what features you want to install:
--with-ldap=${INSTALLDIR}/
under the:
# What PHP features do you want enabled?
PHPFEATURES="--prefix=${INSTALLDIR} \
...