eL_
Well-known member
On my PHP PEAR Packages it say:
In witch file I have to add
QUESTION: Is that the php.ini file ?
Please any advice?
Thank you.
Code:
Using Your PHP Extension(s) and Application(s)
You will need to add “/home/likepro/php” to the include path. You can do this by adding the following code to your script:
ini_set("include_path", '/home/likepro/php:' . ini_get("include_path") );
In witch file I have to add
ini_set("include_path", '/home/likepro/php:' . ini_get("include_path") );
?QUESTION: Is that the php.ini file ?
Please any advice?
Thank you.
Attachments
Last edited: