jonathanstanley
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress & PHP 5Just a follow up reverting back to PHP5.0.0RC3 for a sanity check, the login issue is actually still there (wp-login.php not actually loading at all), though 1 times out of 3 (approx.) the login page will actually load and is the case with both WP1.2 and WP1.3.x.
Going back to PHP5.0.1-dev, there is occasionally still a slight chance that the login page will load (about 1 in 15 tries) but submitting from that point just hangs till the bowser times out and not logging in at all.Forum: Installing WordPress
In reply to: WordPress & PHP 5I’m just setting up a new site and noticed even the latest 1.2.x’s fail at step 3 and figured I give 1.3.x-CVS a try and got through all stages just fine, however… the problem now is the inability to login. The Apache error logs show nothing, unlike in a current install of 1.2 installed when I was using PHP4.3.6 which showed an error regarding setcookie() using too few parameters. It’s a good job WP use persistant cookies as otherwise I won’t be able to log back into my sites! But I digress… (actually, I don’t recall login being broken for my existing WP1.2 install under PHP5.0.0RC3)
I’m currently using PHP5.0.1-dev, having grabbed the latest snapshots as in PHP5.0.0, HTTP_AUTH is broken (which broke phpMyAdmin…) and the configure line is as follows:
./configure \
--prefix=/usr/local/php_501-dev \
--with-config-file-path=/etc/php5x \
--with-apxs=/usr/bin/apxs \
--enable-track-vars \
--with-mysql=/usr \
--with-mysql-sock=/var/run/mysqld/mysqld.sock \
--enable-bcmath \
--enable-sockets \
--enable-memory-limit \
--with-zlib \
--with-zlib-dir=/usr \
--enable-mbstring \
--with-bz2 \
--with-mhash \
--with-mcrypt \
--with-ming \
--with-curl \
--enable-cli \
--with-ncurses \
--with-mcal=/usr \
--enable-calendar \
--disable-debug \
--enable-inline-optimization \
--enable-ftp \
--with-gd=/usr \
--with-gettext \
--with-openssl \
--with-ttf \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \
--with-iconv \
--enable-exif \
--enable-xml \
--enable-libxml \
--with-xmlrpc \
--with-xsl=/usr \
--with-libxml-dir=/usr \
--with-expat-dir=/usr \
--with-iconv-dir=/usr \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-tiff-dir=/usr \
--with-imap \
--with-sqlite \
--enable-sqlite-utf8 \
--enable-soap \
--with-kerberos
My php.ini is pretty much php.ini-recommended though I do register the depreciated PHP3.x/4.x HTTP_*_VARS setting “register_long_arrays” to “On”.
Overall, WP1.x does seem to work with PHP5 once it’s installed and as long as you’ve logged in already! 😀