Re: [svn:PHP-Sandwich] r1448 - PHP-Sandwich/trunk
[email protected] (David Wheeler) Mon, 1 Aug 2005 21:15:49 -0700
| Newsgroups | perl.php.sandwich.dev |
|---|---|
| Message-ID | <[email protected]> |
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? David