Re: [svn:PHP-Sandwich] r1448 - PHP-Sandwich/trunk

[email protected] (David Wheeler) Tue, 2 Aug 2005 07:29:53 -0700
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
On Aug 1, 2005, at 9:32 PM, George Schlossnagle wrote:

>> Aren't these identical?
>
> No.  One uses 5.1 and the other 5.0.  :)

Ha! I think I might do this, then, instead:

BUILD INSTRUCTIONS (PHP 5.0.x or PHP 5.1.x WITHOUT MULTIPLICITY)
================================================================

1) Download the PHP sources from php.net
2) tar zxf php-5.0.x.tar.gz
3) cd php-5.0.x
4) ./configure --enable-embed [any other options you want]
5) make
6) make install
7) install PHP::Interpreter
8) ...
9) profit!

BUILD INSTRUCTIONS (PHP 5.1.x - WITHOUT MULTIPLICITY)

Best,

David