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 Link to comment https://forums.phpfreaks.com/topic/189265-why-wont-rename_function-work/ 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 Link to comment https://forums.phpfreaks.com/topic/189265-why-wont-rename_function-work/#findComment-999167 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. Link to comment https://forums.phpfreaks.com/topic/189265-why-wont-rename_function-work/#findComment-999274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.