Forum Moderators: phranque

Message Too Old, No Replies

php value include path question

         

jlehman

8:06 pm on Nov 16, 2006 (gmt 0)

10+ Year Member



I am curious does anyone know how to include the path that is already set in the php.ini so that I am just adding to and not just having to repeat for every <Directory> container the same thing plus the addition.

Thanks for any assistance.

coopster

10:06 pm on Nov 20, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, jlehman.

No can do in httpd.conf. I'm with you though, it sure would be nice to have an "append" type feature for exactly the same reason you mention. You can do it with ini_set during runtime (see the message titled Control your included files [webmasterworld.com]), but not in the conf files. Such is life.