command line interface - Is it possible to set PHP CLI include_path from environment? -


is there way set (or add to) php include_path environment variable when running cli php? i'm looking php analog java's classpath or perl 5's perl5lib. gut tells me should there, can't find it.

if there no such thing, guess follow-up is: there best practice achieving this? keep in mind that, in case, include_path should not same users, or every application.


Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -