Add patch files for php 5.6 installation.

This commit is contained in:
2026-03-10 23:45:13 +01:00
parent cf814e9adf
commit 4b2d7262c6
10 changed files with 136 additions and 0 deletions

10
php-5.6-mkstemp.patch Normal file
View File

@@ -0,0 +1,10 @@
--- ext/zip/lib/mkstemp.c.bak 2019-01-09 10:54:13.000000000 +0100
+++ ext/zip/lib/mkstemp.c 2026-03-03 19:48:02.521698567 +0100
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#ifndef O_BINARY
#define O_BINARY 0