@@ -29,9 +29,9 @@ In the above example we have installed libevent into its own directory (by prefi
29
29
Download fpm and generate the patch file
30
30
31
31
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"
35
35
36
36
The PHP source code. Download it, unpack it.
37
37
@@ -64,9 +64,9 @@ The PHP source code. Download it, unpack it, compile it.
64
64
65
65
Now you can download, Configure and compile the FPM frontend
66
66
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"
70
70
mkdir fpm-build && cd fpm-build
71
71
../configure --srcdir=../ \
72
72
--with-php-src="../../php-$PHP_VER" \
@@ -79,7 +79,7 @@ Now you can download, Configure and compile the FPM frontend
79
79
--with-config-file-path=[PATH] Where to look for php.ini
80
80
--with-config-file-scan-dir[=PATH] Search path for extension .ini files
81
81
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.
83
83
84
84
* Note:
85
85
The following build flags are not used anymore. They are simply ignored by the configure script.
0 commit comments