Skip to content

Commit a4cc52f

Browse files
committed
The official download links have changed to use tile ~ seperator.
1 parent 83672bd commit a4cc52f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

readme-ru.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-
2626
Скачайте fpm и сгенерируйте патч
2727

2828
export PHP_VER=5.3.0
29-
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-$PHP_VER.tar.gz"
30-
tar -zxvf "php-fpm-0.6-$PHP_VER.tar.gz"
31-
"php-fpm-0.6-$PHP_VER/generate-fpm-patch"
29+
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
30+
tar -zxvf "php-fpm-0.6~$PHP_VER.tar.gz"
31+
"php-fpm-0.6~$PHP_VER/generate-fpm-patch"
3232

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

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

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

60-
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-$PHP_VER.tar.gz"
61-
tar -zxvf "php-fpm-0.6-$PHP_VER.tar.gz"
62-
cd "php-fpm-0.6-$PHP_VER"
60+
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
61+
tar -zxvf "php-fpm-0.6~$PHP_VER.tar.gz"
62+
cd "php-fpm-0.6~$PHP_VER"
6363
mkdir fpm-build && cd fpm-build
6464
../configure --srcdir=../ \
6565
--with-php-src="../../php-$PHP_VER" \
@@ -72,7 +72,7 @@ PHP-FPM это Fast-CGI фронтэнд для php и расширение php-
7272
--with-config-file-path=[PATH] Where to look for php.ini
7373
--with-config-file-scan-dir[=PATH] Search path for extension .ini files
7474

75-
There are also many other php build flags. Please consult the official php documentation.
75+
There are many possible php build flags. Please consult the official php documentation.
7676

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

readme.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ In the above example we have installed libevent into its own directory (by prefi
2929
Download fpm and generate the patch file
3030

3131
export PHP_VER=5.3.0
32-
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-$PHP_VER.tar.gz"
33-
tar -zxvf "php-fpm-0.6-$PHP_VER.tar.gz"
34-
"php-fpm-0.6-$PHP_VER/generate-fpm-patch"
32+
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
33+
tar -zxvf "php-fpm-0.6~$PHP_VER.tar.gz"
34+
"php-fpm-0.6~$PHP_VER/generate-fpm-patch"
3535

3636
The PHP source code. Download it, unpack it.
3737

@@ -64,9 +64,9 @@ The PHP source code. Download it, unpack it, compile it.
6464

6565
Now you can download, Configure and compile the FPM frontend
6666

67-
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6-$PHP_VER.tar.gz"
68-
tar -zxvf "php-fpm-0.6-$PHP_VER.tar.gz"
69-
cd "php-fpm-0.6-$PHP_VER"
67+
wget "http://launchpad.net/php-fpm/master/0.6/+download/php-fpm-0.6~$PHP_VER.tar.gz"
68+
tar -zxvf "php-fpm-0.6~$PHP_VER.tar.gz"
69+
cd "php-fpm-0.6~$PHP_VER"
7070
mkdir fpm-build && cd fpm-build
7171
../configure --srcdir=../ \
7272
--with-php-src="../../php-$PHP_VER" \
@@ -79,7 +79,7 @@ Now you can download, Configure and compile the FPM frontend
7979
--with-config-file-path=[PATH] Where to look for php.ini
8080
--with-config-file-scan-dir[=PATH] Search path for extension .ini files
8181

82-
There are also many other php build flags. Please consult the official php documentation.
82+
There are many possible php build flags. Please consult the official php documentation.
8383

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

0 commit comments

Comments
 (0)