|
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 GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
Fix: diff radius.c radius.jas 65c65 < function_entry radius_functions[] = { --- > static zend_function_entry radius_functions[] = {