Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!4933
Resolve
#3375693
"assert_options() PHP 8.3"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3375693
"assert_options() PHP 8.3"
issue/drupal-3375693:3375693-assert_options_8.3
into
11.x
Overview
20
Commits
6
Pipelines
13
Changes
13
Closed
Andrey Postnikov
requested to merge
issue/drupal-3375693:3375693-assert_options_8.3
into
11.x
1 year ago
Overview
18
Commits
6
Pipelines
13
Changes
13
Expand
Closes
#3375693
Draft as default CI run changed to speed-up CI temporary
0
0
Merge request reports
Compare
11.x
version 12
07aaab04
1 year ago
version 11
426196a3
1 year ago
version 10
48958205
1 year ago
version 9
e76a1b1e
1 year ago
version 8
7a5daeed
1 year ago
version 7
d0e8c280
1 year ago
version 6
66e83892
1 year ago
version 5
da46fade
1 year ago
version 4
c4a21f0e
1 year ago
version 3
d775e7dc
1 year ago
version 2
dfc528fb
1 year ago
version 1
1b7a0eda
1 year ago
11.x (base)
and
latest version
latest version
68d7e09e
6 commits,
1 year ago
version 12
07aaab04
5 commits,
1 year ago
version 11
426196a3
5 commits,
1 year ago
version 10
48958205
4 commits,
1 year ago
version 9
e76a1b1e
3 commits,
1 year ago
version 8
7a5daeed
3 commits,
1 year ago
version 7
d0e8c280
2 commits,
1 year ago
version 6
66e83892
2 commits,
1 year ago
version 5
da46fade
2 commits,
1 year ago
version 4
c4a21f0e
3 commits,
1 year ago
version 3
d775e7dc
3 commits,
1 year ago
version 2
dfc528fb
3 commits,
1 year ago
version 1
1b7a0eda
3 commits,
1 year ago
13 files
+
32
−
82
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
core/assets/scaffold/files/example.settings.local.php
+
0
−
4
Options
@@ -29,11 +29,7 @@
* It is strongly recommended that you set zend.assertions=1 in the PHP.ini file
* (It cannot be changed from .htaccess or runtime) on development machines and
* to 0 or -1 in production.
*
* @see https://wiki.php.net/rfc/expectations
*/
assert_options
(
ASSERT_ACTIVE
,
TRUE
);
assert_options
(
ASSERT_EXCEPTION
,
TRUE
);
/**
* Enable local development services.
Loading