{"id":376,"date":"2005-08-15T22:01:21","date_gmt":"2005-08-16T05:01:21","guid":{"rendered":"\/?p=376"},"modified":"2005-08-15T22:01:21","modified_gmt":"2005-08-16T05:01:21","slug":"seamless-php-5","status":"publish","type":"post","link":"https:\/\/arcanius.silverfir.net\/blog\/seamless-php-5\/","title":{"rendered":"Seamless PHP 5"},"content":{"rendered":"<p>Unfortunately as I learned about a week ago, PHP 4 and PHP 5 don&#8217;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:<br \/>\n<code><br \/>\nLoadModule php4_module        modules\/libphp4.so<br \/>\n# LoadModule php5_module        modules\/libphp5.so<br \/>\n<\/code><br \/>\nto<br \/>\n<code><br \/>\n#LoadModule php4_module        modules\/libphp4.so<br \/>\nLoadModule php5_module        modules\/libphp5.so<br \/>\n<\/code><br \/>\nLinux <a href=\"http:\/\/arcanius.silverfir.net\/wp\/?p=354\">isn&#8217;t<\/a> <a href=\"http:\/\/arcanius.silverfir.net\/wp\/?p=54\">always<\/a> great, but sometimes it sure rocks my socks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Unfortunately as I learned about a week ago, PHP 4 and PHP 5 don&#8217;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 [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[12,8],"class_list":["post-376","post","type-post","status-publish","format-standard","hentry","category-everything","tag-silverfir","tag-technology"],"_links":{"self":[{"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/posts\/376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/comments?post=376"}],"version-history":[{"count":0,"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/posts\/376\/revisions"}],"wp:attachment":[{"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/media?parent=376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/categories?post=376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arcanius.silverfir.net\/blog\/wp-json\/wp\/v2\/tags?post=376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}