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

[email protected] (George Schlossnagle) Tue, 2 Aug 2005 00:32:32 -0400
Newsgroups perl.php.sandwich.dev
Message-ID <[email protected]>
On Aug 2, 2005, at 12:15 AM, David Wheeler wrote:

> On Aug 1, 2005, at 7:09 PM, [email protected] wrote:
>
>
>> +BUILD INSTRUCTIONS (PHP 5.0.x)
>> +==============================
>>
>> +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)
>> +=====================================================
>> +
>> +1) Download the PHP sources from php.net
>> +2) tar zxf php-5.1.x.tar.gz
>> +3) cd php-5.1.x
>> +4) ./configure --enable-embed [any other options you want]
>> +5) make
>> +6) make install
>> +7) install PHP::Interpreter
>> +8) ...
>> +9) profit!
>>
>
> Aren't these identical?

No.  One uses 5.1 and the other 5.0.  :)

George