This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Wordpress and PHP5?
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
I'm getting some odd behaviour when installing Wordpress on a server running PHP5. First, it won't let me log in when I use IE - only Firefox. Then, import-mt.php crashes Apache - I get errors like [notice] child pid 3373 exit signal Segmentation fault (11) in error.log. Anyone else seen this?
Looks like import-mt.php depends on register_globals being on, too. Someone should fix that :-)