Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 2a29302

Browse files
authored
Merge pull request #44 from modulusphp/feature/core-dumped-bug-fix
Feature/core dumped bug fix
2 parents 9469fc1 + 919ca42 commit 2a29302

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Response.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ public static function make(Upstart $app)
4343
/**
4444
* Avoid "Segmentation fault (core dumped)"
4545
*/
46-
echo '';
46+
echo ' ';
47+
48+
/**
49+
* Return nothing
50+
*/
51+
return null;
4752
}
4853
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "modulusphp/framework",
33
"description": "Framework component for Modulus",
4-
"version": "1.9.9.0",
4+
"version": "1.9.9.1",
55
"license": "MIT",
66
"type": "package",
77
"authors": [{

0 commit comments

Comments
 (0)