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

java - Ebean enhancement ignores a model -

javascript - Reference error while trying to encapsulate an animation function -

SQL php on different pages to Insert (mysqli) -