summaryrefslogtreecommitdiffstats
path: root/lzf-php54.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lzf-php54.patch')
-rw-r--r--lzf-php54.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/lzf-php54.patch b/lzf-php54.patch
new file mode 100644
index 0000000..5261288
--- /dev/null
+++ b/lzf-php54.patch
@@ -0,0 +1,11 @@
+--- LZF-1.5.2-zts/lzf.c 2011-11-18 18:13:03.415507463 +0100
++++ LZF-1.5.2/lzf.c 2011-11-18 18:13:46.263652148 +0100
+@@ -37,7 +37,7 @@
+ *
+ * Every user visible function must have an entry in lzf_functions[].
+ */
+-function_entry lzf_functions[] = {
++zend_function_entry lzf_functions[] = {
+ PHP_FE(lzf_compress, NULL)
+ PHP_FE(lzf_decompress, NULL)
+ PHP_FE(lzf_optimized_for, NULL)