On 08/03/2009 03:19 PM, dan...@zoltak.com wrote:
Quoting Jani Taskinen <jani.taski...@sci.fi>:
Well, this is using PHP 5.2.10. And you were supposed to test the
snapshot. How about the backtrace using latest PHP_5_2 checkout?
I downloaded the latest snap and tar.bz2 it in the php-5.2.10 folder so
I could compiled it using the php-5.2.10 ebuild file in gentoo.
Isn't the latest snap based off the SVN?
Yes. You shouldn't really do it like that. Unpack it in separate
directory. And build outside the sources:
# tar zxfv php5.2-xxxxx.tar.gz
# mkdir php_5_2
# cd php_5_2
# ../php5.2-xxxxx/configure --disable-all --enable-debug <and the rest
of relevant options here>
# make
# make install
--Jani
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php