File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ An overlay for installing Phalcon can be found [here][gentoo-overlay]
166
166
sudo -s
167
167
git clone https://github.com/phalcon/cphalcon
168
168
cd cphalcon/
169
- git checkout tags/v5.9.1 ./
169
+ git checkout tags/v5.9.2 ./
170
170
zephir fullclean
171
171
zephir build
172
172
```
@@ -305,7 +305,7 @@ Compile Phalcon
305
305
306
306
``` bash
307
307
cd cphalcon/
308
- git checkout tags/v5.9.1 ./
308
+ git checkout tags/v5.9.2 ./
309
309
zephir fullclean
310
310
zephir build
311
311
```
@@ -330,7 +330,7 @@ The instructions above will compile **and** install the module on your system. Y
330
330
331
331
``` bash
332
332
cd cphalcon/
333
- git checkout tags/v5.9.1 ./
333
+ git checkout tags/v5.9.2 ./
334
334
zephir fullclean
335
335
zephir compile
336
336
cd ext
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Phalcon can be installed using PECL.
19
19
20
20
```
21
21
pecl install phalcon
22
- // pecl install phalcon-5.9.1
22
+ // pecl install phalcon-5.9.2
23
23
```
24
24
25
25
** Alternative installation**
@@ -36,7 +36,7 @@ Compile Phalcon
36
36
37
37
``` bash
38
38
cd cphalcon/
39
- git checkout tags/5.9.1 ./
39
+ git checkout tags/5.9.2 ./
40
40
zephir fullclean
41
41
zephir build
42
42
```
You can’t perform that action at this time.
0 commit comments