taith Posted January 21, 2010 Share Posted January 21, 2010 just wondering why this function never works? Fatal error: Call to undefined function rename_function() in /var/www/rename.php on line 2 when it clearly is part of php http://ca3.php.net/rename_function Quote Link to comment Share on other sites More sharing options...
teamatomic Posted January 21, 2010 Share Posted January 21, 2010 Read line #2 http://ca3.php.net/rename_function then go here http://pecl.php.net/package/apd HTH Teamatomic Quote Link to comment Share on other sites More sharing options...
salathe Posted January 21, 2010 Share Posted January 21, 2010 Just to reiterate what teamatomic said, do you have the APD PECL package installed because it doesn't look like it is. The function is part of an extension to PHP (in the PECL repository, which is why it is documented in the manual) and not the "core" that everyone has. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.