|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
  [2012-05-09 14:34 UTC] josh dot campbell at acsn dot co dot uk
 Description: ------------ /root/radius-1.2.5/radius.c:65: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âradius_functionsâ /root/radius-1.2.5/radius.c:102: error: âradius_functionsâ undeclared here (not in a function) make: *** [radius.lo] Error 1 Test script: --------------- N/A PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 UTC | 
Fix: diff radius.c radius.jas 65c65 < function_entry radius_functions[] = { --- > static zend_function_entry radius_functions[] = {