Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rann Graphic Design Website
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
Rann Graphic Design Website
Commits
27b7fb69
Verified
Commit
27b7fb69
authored
7 months ago
by
Sofiane Lasri
Browse files
Options
Downloads
Patches
Plain Diff
fix: update php.ini and php.xml for deprecated settings and correct tool path
parent
a2688052
Branches
Branches containing commit
No related tags found
1 merge request
!59
Ajouter service ia & détection bots user agents
Pipeline
#1030
passed
7 months ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/php.xml
+3
-1
3 additions, 1 deletion
.idea/php.xml
docker-init/php.ini
+18
-12
18 additions, 12 deletions
docker-init/php.ini
with
21 additions
and
13 deletions
.idea/php.xml
+
3
−
1
View file @
27b7fb69
...
...
@@ -3,7 +3,7 @@
<component
name=
"LaravelPint"
>
<laravel_pint_settings>
<LaravelPintConfiguration
tool_path=
"$PROJECT_DIR$/vendor/bin/pint"
/>
<laravel_pint_by_interpreter
asDefaultInterpreter=
"true"
interpreter_id=
"41eb493c-2ba1-4c74-b9ea-41d9bb4c70c9"
tool_path=
"/
var/www
/vendor/bin/pint"
>
<laravel_pint_by_interpreter
asDefaultInterpreter=
"true"
interpreter_id=
"41eb493c-2ba1-4c74-b9ea-41d9bb4c70c9"
tool_path=
"/
app
/vendor/bin/pint"
>
<option
name=
"timeout"
value=
"30000"
/>
</laravel_pint_by_interpreter>
</laravel_pint_settings>
...
...
@@ -176,6 +176,8 @@
<path
value=
"$PROJECT_DIR$/vendor/theseer/tokenizer"
/>
<path
value=
"$PROJECT_DIR$/vendor/laminas/laminas-diactoros"
/>
<path
value=
"$PROJECT_DIR$/vendor/laravel/octane"
/>
<path
value=
"$PROJECT_DIR$/vendor/_laravel_idea"
/>
<path
value=
"$PROJECT_DIR$/vendor/mkocansey/bladewind"
/>
</include_path>
</component>
<component
name=
"PhpInterpreters"
>
...
...
This diff is collapsed.
Click to expand it.
docker-init/php.ini
+
18
−
12
View file @
27b7fb69
...
...
@@ -1426,10 +1426,13 @@ session.use_trans_sid = 0
; Shorter length than default is supported only for compatibility reason.
; Users should use 32 or more chars.
; https://php.net/session.sid-length
; NOTE: Deprecated since PHP 8.4
; Default Value: 32
; Development Value: 26
; Production Value: 26
session.sid_length
=
2
6
;
session.sid_length =
3
2
; The URL rewriter will look for URLs in a defined set of HTML tags.
; <form> is special; if you include them here, the rewriter will
...
...
@@ -1466,7 +1469,10 @@ session.trans_sid_tags = "a=href,area=href,frame=src,form="
; Development Value: 5
; Production Value: 5
; https://php.net/session.hash-bits-per-character
session.sid_bits_per_character
=
5
; NOTE: Deprecated since PHP 8.4
; session.sid_bits_per_character = 5
; Enable upload progress tracking in $_SESSION
; Default Value: On
...
...
@@ -1882,13 +1888,13 @@ ldap.max_links = -1
; List of headers files to preload, wildcard patterns allowed.
;ffi.preload=
[xdebug]
zend_extension
=
xdebug.so
xdebug.mode
=
develop,coverage,debug,profile
xdebug.start_with_request
=
trigger
xdebug.discover_client_host
=
true
xdebug.idekey
=
docker
xdebug.log
=
/dev/stdout
xdebug.log_level
=
0
xdebug.client_port
=
9003
xdebug.client_host
=
host.docker.internal
\ No newline at end of file
;[xdebug]
;zend_extension=xdebug.so
;xdebug.mode=develop,coverage,debug,profile
;xdebug.start_with_request=trigger
;xdebug.discover_client_host=true
;xdebug.idekey=docker
;xdebug.log=/dev/stdout
;xdebug.log_level=0
;xdebug.client_port=9003
;
xdebug.client_host
=
host.docker.internal
\ No newline at end of file
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
sign in
to comment