1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:27:46 +00:00

Ports: Add PHP

This commit is contained in:
Jelle Raaijmakers 2021-06-04 01:59:23 +02:00 committed by Andreas Kling
parent e483de93ce
commit 280785f0fa
6 changed files with 67 additions and 0 deletions

View 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;