Title: PHP 5.2.0 Compatibility
Last modified: August 18, 2016

---

# PHP 5.2.0 Compatibility

 *  [Webmgr](https://wordpress.org/support/users/webmgr/)
 * (@webmgr)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/php-520-compatibility/)
 * Hi everyone…
 * I’ve upgraded my WordPress install to 2.0.5 a few days ago and all was working
   great with PHP 5.1.6.
 * However, last night I upgraded to PHP 5.2.0 and today I am unable to upload files
   via Windows Live Writer via xmlrpc access. Everything else seems to work fine
   so far as I can tell.
 * Is anyone else having this problem? If so, is there a resolution, or is this 
   something that will be resolved in the future? For now, I’ve rolled back to 5.1.6
   until further notice.
 * Thanks!
    Aaron Hall Web Manager Muskingum College

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474296)
 * Hi Aaron – I don’t know for sure, not being an IT spec…. but my host provider
   is waiting out a few weeks before upgrading to php 5.2.0 simply because of issues
   like this. So I’m assuming that it WILL get fixed…. eventually.
 *  Thread Starter [Webmgr](https://wordpress.org/support/users/webmgr/)
 * (@webmgr)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474443)
 * Any updates or progress on this?
 *  [vkaryl](https://wordpress.org/support/users/vkaryl/)
 * (@vkaryl)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474444)
 * Not from my end – NR is still using 5.2 on a testing server only for now.
 *  [slackcollective](https://wordpress.org/support/users/slackcollective/)
 * (@slackcollective)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474455)
 * I’ve just noticed that my post.php page doesn’t load since my (shared) host upgraded
   to 5.2.0 – so there may be more problems than only the one that started this 
   thread. I’ve reverted to php4, and all works fine again.
 *  [pulponair](https://wordpress.org/support/users/pulponair/)
 * (@pulponair)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474456)
 * see:
    [http://trac.wordpress.org/ticket/3354](http://trac.wordpress.org/ticket/3354)
 *  [blork](https://wordpress.org/support/users/blork/)
 * (@blork)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474481)
 * My host upgraded to PHP 5.2 and it hosed my blog (both WP 2.0.4 and 2.0.5). The
   index page was fine, but individual posts wouldn’t load (via permalinks or comment
   links). As soon as they put me back on a pre-5.2 server everything went back 
   to normal.
 * See: [http://wordpress.org/support/topic/96746](http://wordpress.org/support/topic/96746)
 *  [damian2001](https://wordpress.org/support/users/damian2001/)
 * (@damian2001)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474482)
 * Its not just WordPress – a whole load of stuff just stops working – It lasted
   on my server about 10 mins.
 * I’m going to have a look at the docs and see if there is some sort of switch 
   to make it backwards compatible.
 *  [hardmood](https://wordpress.org/support/users/hardmood/)
 * (@hardmood)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474494)
 * Hi.
 * I am having the same problem using some plugins. Turning them of everything seems
   to be normal. Changing the status of the php extensions into
 * PHP4 -> phtml php4 php3 php /
    PHP5 -> php5
 * did not help. Has somebody any experience throughout the last two month?
 * would be very happy! cheers, felix.
 *  [merano](https://wordpress.org/support/users/merano/)
 * (@merano)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474495)
 * Same with me as Hardmood….
    But I only have troubles with the geo plugin… all
   others work fine….
 * Would be great if anyone could help us 🙂 Thanks a lot in advance!
 *  [xinfo](https://wordpress.org/support/users/xinfo/)
 * (@xinfo)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474496)
 * seem dream host blog have problem if your with dream host
 * check out there support .
 *  [hardmood](https://wordpress.org/support/users/hardmood/)
 * (@hardmood)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474497)
 * “seem dream host blog have problem if your with dream host check out there support”
   sorry, what?
 *  [hardmood](https://wordpress.org/support/users/hardmood/)
 * (@hardmood)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474498)
 * so, … it is working again.
 * I mailed to Dylan ([http://www.cyberhobo.net](http://www.cyberhobo.net)) – the
   programmer of the geomashup plugin and he was kind enough to help me out -> I
   still don’t know what he did but when I find out I’ll post it!
 * cheers, Felix.
 *  [xinfo](https://wordpress.org/support/users/xinfo/)
 * (@xinfo)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474499)
 * **Hardmood**
 * chek this out [link ](http://photomatt.net/2007/02/09/php5-issues/)
 *  [lordnahkim](https://wordpress.org/support/users/lordnahkim/)
 * (@lordnahkim)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474517)
 * Many Issues with PHP 5.2 and WordPress are related to the new php that works 
   pretty bad with system pcre library. Instead of fixing this, the php dev team
   just says “please, use embeded version…” they think that this is a good fix but
   its really just duct taping things together. Php needs to be rebuilt, it should
   use embeded pcre library instead of system one during compiling. If you need 
   some professional help with this duct tape, contact yourserveradmin.com

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘PHP 5.2.0 Compatibility’ is closed to new replies.

## Tags

 * [compatibility](https://wordpress.org/support/topic-tag/compatibility/)
 * [php](https://wordpress.org/support/topic-tag/php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 14 replies
 * 10 participants
 * Last reply from: [lordnahkim](https://wordpress.org/support/users/lordnahkim/)
 * Last activity: [18 years, 9 months ago](https://wordpress.org/support/topic/php-520-compatibility/#post-474517)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
