Blog | Admin | Archives | Heatmap | Recent | Random | Wishlist | Plan | Gallery

Seamless PHP 5

Note: This post is over 3 years old. It may contain outdated information and broken links. Please temper your expectations accordingly.

Unfortunately as I learned about a week ago, PHP 4 and PHP 5 don’t happily co-habitate. However, the switch between the two is about as seemless as possible. Compiling PHP 5 with the same config string as I used for PHP 4, I was able to switch over by simply changing a comment in my httpd.conf file from:

LoadModule php4_module modules/libphp4.so
# LoadModule php5_module modules/libphp5.so

to

#LoadModule php4_module modules/libphp4.so
LoadModule php5_module modules/libphp5.so

Linux isn’t always great, but sometimes it sure rocks my socks.

3 Responses to “Seamless PHP 5”

  1. Adam HaysNo Gravatar Says:

    Awsome man… I have a love/hate relationship with Linux.

  2. dcNo Gravatar Says:

    and you might say I have a “huh?”/”wtf?” relationship with Linux.

  3. nordsieckNo Gravatar Says:

    dc:
    Because of that, I think that linux will expand up from the embedded device market towards the desktop, instead of tackling the desktop all at once. I’ve never heard of anyone who had a serious problem running a Tivo.

Leave a Reply