Skip to content

Commit

Permalink
The official download links have changed to use tile ~ seperator.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamcat4 committed Nov 6, 2009
1 parent 83672bd commit a4cc52f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions readme-ru.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-
Скачайте fpm и сгенерируйте патч

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"
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

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

Теперь можете скачать, конфигурировать и компилировать FPM фронтэнд

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"
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"
mkdir fpm-build && cd fpm-build
../configure --srcdir=../ \
--with-php-src="../../php-$PHP_VER" \
Expand All @@ -72,7 +72,7 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-
--with-config-file-path=[PATH] Where to look for php.ini
--with-config-file-scan-dir[=PATH] Search path for extension .ini files

There are also many other php build flags. Please consult the official php documentation.
There are many possible php build flags. Please consult the official php documentation.

* Note:
The following build flags are not used anymore. They are simply ignored by the configure script.
Expand Down
14 changes: 7 additions & 7 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ 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
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"
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"

The PHP source code. Download it, unpack it.

Expand Down Expand Up @@ -64,9 +64,9 @@ The PHP source code. Download it, unpack it, compile it.

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"
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"
mkdir fpm-build && cd fpm-build
../configure --srcdir=../ \
--with-php-src="../../php-$PHP_VER" \
Expand All @@ -79,7 +79,7 @@ Now you can download, Configure and compile the FPM frontend
--with-config-file-path=[PATH] Where to look for php.ini
--with-config-file-scan-dir[=PATH] Search path for extension .ini files

There are also many other php build flags. Please consult the official php documentation.
There are many possible php build flags. Please consult the official php documentation.

* Note:
The following build flags are not used anymore. They are simply ignored by the configure script.
Expand Down

0 comments on commit a4cc52f

Please sign in to comment.