Skip to content

Commit

Permalink
readme update - directory name in tarball not changed (yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 committed Nov 12, 2009
1 parent a4cc52f commit 8e71c5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme-ru.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-
export PHP_VER=5.3.0
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"
"php-fpm-0.6-$PHP_VER/generate-fpm-patch"

Скачайте и распакуйте исходный код PHP

Expand Down Expand Up @@ -59,7 +59,7 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-

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"
cd "php-fpm-0.6~$PHP_VER"
cd "php-fpm-0.6-$PHP_VER"
mkdir fpm-build && cd fpm-build
../configure --srcdir=../ \
--with-php-src="../../php-$PHP_VER" \
Expand Down
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Download fpm and generate the patch file
export PHP_VER=5.3.0
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"
"php-fpm-0.6-$PHP_VER/generate-fpm-patch"

The PHP source code. Download it, unpack it.

Expand Down Expand Up @@ -66,7 +66,7 @@ Now you can download, Configure and compile the FPM frontend

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"
cd "php-fpm-0.6~$PHP_VER"
cd "php-fpm-0.6-$PHP_VER"
mkdir fpm-build && cd fpm-build
../configure --srcdir=../ \
--with-php-src="../../php-$PHP_VER" \
Expand Down

0 comments on commit 8e71c5c

Please sign in to comment.