mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
Ports: Add PHP
This commit is contained in:
parent
e483de93ce
commit
280785f0fa
6 changed files with 67 additions and 0 deletions
11
Ports/php/patches/php_fopen_wrapper.c.patch
Normal file
11
Ports/php/patches/php_fopen_wrapper.c.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- php-8.0.6/ext/standard/php_fopen_wrapper.c 2021-05-04 19:26:18.000000000 +0200
|
||||
+++ php-8.0.6-patched/ext/standard/php_fopen_wrapper.c 2021-06-04 01:04:07.104126109 +0200
|
||||
@@ -317,7 +317,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
-#if HAVE_UNISTD_H
|
||||
+#if !HAVE_UNISTD_H
|
||||
dtablesize = getdtablesize();
|
||||
#else
|
||||
dtablesize = INT_MAX;
|
Loading…
Add table
Add a link
Reference in a new issue