File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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]
166166sudo -s
167167git clone https://github.com/phalcon/cphalcon
168168cd cphalcon/
169- git checkout tags/v5.9.1 ./
169+ git checkout tags/v5.9.2 ./
170170zephir fullclean
171171zephir build
172172```
@@ -305,7 +305,7 @@ Compile Phalcon
305305
306306``` bash
307307cd cphalcon/
308- git checkout tags/v5.9.1 ./
308+ git checkout tags/v5.9.2 ./
309309zephir fullclean
310310zephir build
311311```
@@ -330,7 +330,7 @@ The instructions above will compile **and** install the module on your system. Y
330330
331331``` bash
332332cd cphalcon/
333- git checkout tags/v5.9.1 ./
333+ git checkout tags/v5.9.2 ./
334334zephir fullclean
335335zephir compile
336336cd ext
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Phalcon can be installed using PECL.
1919
2020```
2121pecl install phalcon
22- // pecl install phalcon-5.9.1
22+ // pecl install phalcon-5.9.2
2323```
2424
2525** Alternative installation**
@@ -36,7 +36,7 @@ Compile Phalcon
3636
3737``` bash
3838cd cphalcon/
39- git checkout tags/5.9.1 ./
39+ git checkout tags/5.9.2 ./
4040zephir fullclean
4141zephir build
4242```
You can’t perform that action at this time.
0 commit comments