Add patch files for php 5.6 installation.
This commit is contained in:
11
php-5.6-reentrancy.patch
Normal file
11
php-5.6-reentrancy.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- main/reentrancy.c.bak 2026-03-03 20:45:56.822721495 +0100
|
||||
+++ main/reentrancy.c 2026-03-03 20:46:22.066607624 +0100
|
||||
@@ -136,7 +136,7 @@
|
||||
(HPUX returns 0 on success whereas Solaris returns non-zero)
|
||||
*/
|
||||
entry->d_name[0] = '\0';
|
||||
- readdir_r(dirp, entry);
|
||||
+ readdir_r(dirp, entry, result);
|
||||
|
||||
if (entry->d_name[0] == '\0') {
|
||||
*result = NULL;
|
||||
Reference in New Issue
Block a user