Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
cf44dc51
Commit
cf44dc51
authored
Dec 08, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about the various phpenv tools
parent
9dc91f46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/ci/languages/php.md
doc/ci/languages/php.md
+8
-0
No files found.
doc/ci/languages/php.md
View file @
cf44dc51
...
@@ -179,6 +179,14 @@ Using phpenv also allows to easily configure the PHP environment with:
...
@@ -179,6 +179,14 @@ Using phpenv also allows to easily configure the PHP environment with:
phpenv config-add my_config.ini
phpenv config-add my_config.ini
```
```
*
__Important note:__
It seems
`phpenv/phpenv`
[
is abandoned
](
https://github.com/phpenv/phpenv/issues/57
)
. There is a fork
at
[
madumlao/phpenv
](
https://github.com/madumlao/phpenv
)
that tries to bring
the project back to life.
[
CHH/phpenv
](
https://github.com/CHH/phpenv
)
also
seems like a good alternative. Picking any of the mentioned tools will work
with the basic phpenv commands. Guiding you to choose the right phpenv is out
of the scope of this tutorial.
*
### Install custom extensions
### Install custom extensions
Since this is a pretty bare installation of the PHP environment, you may need
Since this is a pretty bare installation of the PHP environment, you may need
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment