Skip to content

Commit

Permalink
Tag fpm 0.6 - 5.2.10, fpm 0.6 - 5.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 authored and dreamcat four committed Oct 18, 2009
1 parent f7b7305 commit 5797b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In the above example we have installed libevent into its own directory (by prefi

Download fpm and generate the patch file

export PHP_VER=5.3.0
export PHP_VER=5.2.10
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-$PHP_VER.tar.gz"
tar -zxvf "php-fpm-0.6-$PHP_VER.tar.gz"
"php-fpm-0.6-$PHP_VER/generate-fpm-patch"
Expand All @@ -55,7 +55,7 @@ There are (2) Dependencies. If you haven't built php before, you'll need to inst

The PHP source code. Download it, unpack it, compile it.

export PHP_VER=5.3.0
export PHP_VER=5.2.10
wget "http://us.php.net/get/php-$PHP_VER.tar.gz/from/us.php.net/mirror"
tar xvfz "php-$PHP_VER.tar.gz"
cd "php-$PHP_VER"
Expand Down

0 comments on commit 5797b0c

Please sign in to comment.