Hi,
Thanks for the replies. That was my point - I already use the "long" version of the <?php tags. Not to worry though, if it is working fine now, that is good enough for me
Sorted! The process was this: 1) Download the PHP 5.2.1 source into a fresh folder 2) Run the following: ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql --with-informix=/opt/informix --enable-shared --enable-pdo=shared --without-sqlite --without-pdo-sqlite --with-zlib --with-xml --with-pecl --w...
Initially, yes I just copied libphp5.so. However, I tried re-configure-ing and make-ing, then did a make install to make sure I copied the whole lot across.
Hi all, I'm trying to compile PHP 5.2.1 on my Ubuntu 6.10 server. I've downloaded the source code from php.net and am running the following configure command on it: ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql --with-informix=/opt/informix --enable-shared --enable-pdo=shared --without-sqlite...