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

11
php-5.6-wddx.patch Normal file
View File

@@ -0,0 +1,11 @@
--- ext/wddx/wddx.c.bak 2026-03-03 19:30:38.762247898 +0100
+++ ext/wddx/wddx.c 2026-03-03 19:26:11.139426331 +0100
@@ -467,7 +467,7 @@
/* OBJECTS_FIXME */
zval **ent, *fname, **varname;
zval *retval = NULL;
- const char *key;
+ char *key;
ulong idx;
char tmp_buf[WDDX_BUF_LEN];
HashTable *objhash, *sleephash;