diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-10 07:06:04 +0200 |
commit | ec74b33a0cbeed9fd2635e1e18027e759221eee9 (patch) | |
tree | 2e89173e85840d3369c2b782fbc24d32901cb883 /lzf-php54.patch |
repo reorg
Diffstat (limited to 'lzf-php54.patch')
-rw-r--r-- | lzf-php54.patch | 11 |
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) |