php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #62058
Patch radius-php54.patch revision 2012-05-18 13:29 UTC by dkozlowski at sevone dot com

Patch radius-php54.patch for radius Bug #62058

Patch version 2012-05-18 13:29 UTC

Return 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)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC