Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
canap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SI-FSD
canap
Commits
a2dd620f
Commit
a2dd620f
authored
2 years ago
by
D4rkHeart
Browse files
Options
Downloads
Patches
Plain Diff
[Feat] Updated php from 7.3 to 8.0
parent
eeb3f0aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
[MRG] Merging multiple version to the main
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
API/web.config
+6
-1
6 additions, 1 deletion
API/web.config
Docker/Dockerfile-api.dockerfile
+1
-1
1 addition, 1 deletion
Docker/Dockerfile-api.dockerfile
Docker/Dockerfile-form.dockerfile
+1
-1
1 addition, 1 deletion
Docker/Dockerfile-form.dockerfile
with
8 additions
and
3 deletions
API/web.config
+
6
−
1
View file @
a2dd620f
...
...
@@ -12,5 +12,10 @@
</
rule
>
</
rules
>
</
rewrite
>
<
handlers
>
<
clear
/>
<
add
name
=
"PHP"
path
=
"*.php"
verb
=
"*"
type
=
""
modules
=
"FastCgiModule"
scriptProcessor
=
"C:\Program Files\PHP\v8.0\php-cgi.exe"
resourceType
=
"Either"
requireAccess
=
"Script"
allowPathInfo
=
"false"
preCondition
=
""
responseBufferLimit
=
"4194304"
/>
<
add
name
=
"StaticFile"
path
=
"*"
verb
=
"*"
type
=
""
modules
=
"StaticFileModule,DefaultDocumentModule,DirectoryListingModule"
scriptProcessor
=
""
resourceType
=
"Either"
requireAccess
=
"Read"
allowPathInfo
=
"false"
preCondition
=
""
responseBufferLimit
=
"4194304"
/>
</
handlers
>
</
system
.
webServer
>
</
configuration
>
\ No newline at end of file
</
configuration
>
This diff is collapsed.
Click to expand it.
Docker/Dockerfile-api.dockerfile
+
1
−
1
View file @
a2dd620f
#FROM php:7.3-stretch
FROM
php:
7.3
-apache
FROM
php:
8.0
-apache
RUN
apt-get update
;
apt-get
install
-yq
git vim zip
;
RUN
curl
-sS
https://getcomposer.org/installer | php
...
...
This diff is collapsed.
Click to expand it.
Docker/Dockerfile-form.dockerfile
+
1
−
1
View file @
a2dd620f
FROM
php:
7
-apache
FROM
php:
8.0
-apache
RUN
apt-get update
;
RUN
apt-get
install
-f
-y
msmtp msmtp-mta
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment