PHP PEAR Packages

eL_

Well-known member
On my PHP PEAR Packages it say:
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

  • Screenshot_1.webp
    Screenshot_1.webp
    31.3 KB · Views: 10
Last edited:
You should install PEAR via a package manager like yum or apt.
I have PEAR installed. I just got those messages and I don`t know where to put them.
ini_set("include_path", '/home/likepro/php:' . ini_get("include_path") );
I made that folder '/home/likepro/php:', but the rest two I do`t know where to set them.
 
Top Bottom