Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
WCMS
uw_wcms_ohana
Merge requests
!157
Something went wrong on our end
Feature/istwcms 6636 ebremner ohana php81
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/istwcms 6636 ebremner ohana php81
feature/ISTWCMS-6636-ebremner-ohana-php81
into
1.0.x
Overview
0
Commits
18
Pipelines
0
Changes
1
Merged
Eric Bremner
requested to merge
feature/ISTWCMS-6636-ebremner-ohana-php81
into
1.0.x
1 year ago
Overview
0
Commits
18
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0b59dab5
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0b59dab5
ISTWCMS-6636: adding fix for core extension null array
· 0b59dab5
Eric Bremner
authored
1 year ago
build_ohana.sh
+
1
−
0
Options
@@ -76,6 +76,7 @@ cp ../php8fix-package_run1.json ./package.json
npm
install
cp
../php8fix-package.json ./package.json
npm
install
sed
-i
'/foreach ($array as $k => $v)/iif (empty($array)) return $r;'
node_modules/@basalt/twig-renderer/vendor/twig/twig/src/Extension/CoreExtension.php
echo
"**************************************************************************************"
echo
"Done running npm install."
Loading