We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d0575 commit 5f42242Copy full SHA for 5f42242
docs/upgrade.md
@@ -19,7 +19,7 @@ Phalcon can be installed using PECL.
19
20
```
21
pecl install phalcon
22
-// pecl install phalcon-5.7.0
+// pecl install phalcon-5.8.0
23
24
25
**Alternative installation**
@@ -36,7 +36,7 @@ Compile Phalcon
36
37
```bash
38
cd cphalcon/
39
-git checkout tags/5.7.0 ./
+git checkout tags/5.8.0 ./
40
zephir fullclean
41
zephir build
42
0 commit comments