| Patch radius-php54.patch for radius Bug #62058Patch version 2012-05-18 13:29 UTCReturn to Bug #62058 |
Download this patch Patch Revisions:
 Developer: dkozlowski@sevone.com
--- radius.c	2012-04-27 00:14:40.000000000 +0000
+++ radius.c	2012-04-27 00:14:09.000000000 +0000
@@ -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)
 |