Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-server
Commits
56875e92
Commit
56875e92
authored
Jul 10, 2019
by
François Agneray
Browse files
Update to => php 7.3
parent
86788e27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
56875e92
FROM
php:7.
2
-apache
FROM
php:7.
3
-apache
# Install modules
RUN
apt-get update
\
...
...
conf-dev/Dockerfile
View file @
56875e92
FROM
php:7.
2
-apache
FROM
php:7.
3
-apache
# Install modules
RUN
apt-get update
\
...
...
conf-dev/dev-php.ini
View file @
56875e92
...
...
@@ -3,7 +3,7 @@ error_reporting=E_ALL
date.timezone
=
Europe/Paris
[xdebug]
zend_extension
=
/usr/local/lib/php/extensions/no-debug-non-zts-201
7
071
8
/xdebug.so
zend_extension
=
/usr/local/lib/php/extensions/no-debug-non-zts-201
8
07
3
1/xdebug.so
xdebug.remote_enable
=
1
xdebug.remote_autostart
=
1
xdebug.remote_port
=
9900
...
...
Write
Preview
Supports
Markdown
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