FAQ: I get "Call to undefined function, ....". What's up?
Quote: |
I am trying to use xxxx functions in phpEd. However, when debugging, I get an error message saying: "Call to undefined function, ....".
It says in the manual that phpEd is using version 4.3.6 of php, so the xxx functionality should be there - right? |
PhpED comes with many php extensions but most of them are not loaded by default. If you need XXX functions, please first find what particular extension they belong to, then make sure the extension is loaded in php.ini via extension= statement. Don't forget to make sure you work with proper php.ini file. To do it just run phpinfo() and see full file name of php.ini in the topmost header.