summaryrefslogtreecommitdiffstats
path: root/radius-php54.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-10 07:06:04 +0200
commit7f22c6effe80d64456efcb93c777737d404ac121 (patch)
treed92e5c9daa6d8381146844fcb497e6844e342e35 /radius-php54.patch
repo reorg
Diffstat (limited to 'radius-php54.patch')
-rw-r--r--radius-php54.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/radius-php54.patch b/radius-php54.patch
new file mode 100644
index 0000000..bdee0ee
--- /dev/null
+++ b/radius-php54.patch
@@ -0,0 +1,11 @@
+--- pecl/radius/trunk/radius.c 2008/03/31 10:09:40 256497
++++ pecl/radius/trunk/radius.c 2010/03/31 20:39:48 297236
+@@ -62,7 +62,7 @@
+ *
+ * Every user visible function must have an entry in radius_functions[].
+ */
+-function_entry radius_functions[] = {
++zend_function_entry radius_functions[] = {
+ PHP_FE(radius_auth_open, NULL)
+ PHP_FE(radius_acct_open, NULL)
+ PHP_FE(radius_close, NULL)