Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal_cms
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_cms
Merge requests
!107
Fix with a patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix with a patch
issue/drupal_cms-3477135:3477135-double
into
0.x
Overview
10
Commits
9
Pipelines
18
Changes
1
2 unresolved threads
Hide all comments
Merged
Eirik Morland
requested to merge
issue/drupal_cms-3477135:3477135-double
into
0.x
8 months ago
Overview
10
Commits
9
Pipelines
18
Changes
1
2 unresolved threads
Hide all comments
Expand
Closes
#3477135
0
0
Merge request reports
Compare
0.x
version 8
a86f6665
8 months ago
version 7
ddcb3037
8 months ago
version 6
8b12c405
8 months ago
version 5
e860bbae
8 months ago
version 4
6eb4417c
8 months ago
version 3
12fdcb0b
8 months ago
version 2
0aa4a632
8 months ago
version 1
7d271361
8 months ago
0.x (base)
and
latest version
latest version
94c9b7f1
9 commits,
8 months ago
version 8
a86f6665
9 commits,
8 months ago
version 7
ddcb3037
7 commits,
8 months ago
version 6
8b12c405
6 commits,
8 months ago
version 5
e860bbae
5 commits,
8 months ago
version 4
6eb4417c
4 commits,
8 months ago
version 3
12fdcb0b
3 commits,
8 months ago
version 2
0aa4a632
2 commits,
8 months ago
version 1
7d271361
1 commit,
8 months ago
1 file
+
15
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
trial/artifact_assets/patches/npm/php-cgi-wasm+0.0.9-alpha-2.patch
+
15
−
4
Options
diff --git a/node_modules/php-cgi-wasm/PhpCgiBase.mjs b/node_modules/php-cgi-wasm/PhpCgiBase.mjs
diff --git a/node_modules/php-cgi-wasm/PhpCgiBase.mjs b/node_modules/php-cgi-wasm/PhpCgiBase.mjs
index 694680d..
407b4be
100644
index 694680d..
2296853
100644
--- a/node_modules/php-cgi-wasm/PhpCgiBase.mjs
--- a/node_modules/php-cgi-wasm/PhpCgiBase.mjs
+++ b/node_modules/php-cgi-wasm/PhpCgiBase.mjs
+++ b/node_modules/php-cgi-wasm/PhpCgiBase.mjs
@@ -307,19 +307,23 @@
export class PhpCgiBase
@@ -137,10 +137,6 @@
export class PhpCgiBase
const response = this.request(event.request);
return event.respondWith(response);
}
- else
- {
- return fetch(event.request);
- }
}
async _enqueue(callback, params = [])
@@ -307,19 +303,23 @@
export class PhpCgiBase
else
else
{
{
@@ -32,11 +43,11 @@ index 694680d..407b4be 100644
@@ -32,11 +43,11 @@ index 694680d..407b4be 100644
if(extension !== 'php' && extension !== 'phar')
if(extension !== 'php' && extension !== 'phar')
{
{
const aboutPath = php.FS.analyzePath(path);
const aboutPath = php.FS.analyzePath(path);
@@ -349,6 +3
53
,7 @@
export class PhpCgiBase
@@ -349,6 +3
49
,7 @@
export class PhpCgiBase
// Rewrite to index
// Rewrite to index
path = docroot + '/index.php';
path = docroot + '/index.php';
}
}
+ originalPath += url.search
+ originalPath += url.search
if(this.maxRequestAge > 0 && Date.now() - requestTimes.get(request) > this.maxRequestAge)
if(this.maxRequestAge > 0 && Date.now() - requestTimes.get(request) > this.maxRequestAge)
{
{
\ No newline at end of file
Loading