Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Alexandre Bertails
2010/8/27 Emil Ong e...@caucho.com: Hi Alexandre, Sorry, I still don't understand one point.  What are you expecting ${RESIN} to be?  Are you setting this as an environment variable or is that something you think the container should set? Aside from that point, relative include paths are

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Emil Ong
Hi Alexandre, That's much clearer -- I got thrown by the word RESIN and that you planned to use Jetty. Unfortunately the variable isn't available at in php.ini at the moment. Of course you're right that the include path is relative to the current script, so that's not a real solution. I've

Re: [Resin-interest] php.ini and include_path

2010-08-30 Thread Alexandre Bertails
2010/8/30 Emil Ong e...@caucho.com: Hi Alexandre, That's much clearer -- I got thrown by the word RESIN and that you planned to use Jetty.  Unfortunately the variable isn't available at in php.ini at the moment.  Of course you're right that the include path is relative to the current script,

Re: [Resin-interest] php.ini and include_path

2010-08-27 Thread Emil Ong
Hi Alexandre, Sorry, I still don't understand one point. What are you expecting ${RESIN} to be? Are you setting this as an environment variable or is that something you think the container should set? Aside from that point, relative include paths are interpreted relative to the root directory

Re: [Resin-interest] php.ini and include_path

2010-08-26 Thread Emil Ong
Hi, I don't think we support the ${RESIN} variable in php.ini at the moment, but out of curiosity, why do you need the Resin root if you're using Jetty? Thanks, Emil On Wed, Aug 25, 2010 at 07:57:48PM -0400, Alexandre Bertails wrote: Hi all, I have this worky partial web.xml: [[ servlet

Re: [Resin-interest] php.ini and include_path

2010-08-26 Thread Alexandre Bertails
2010/8/26 Emil Ong e...@caucho.com: Hi, I don't think we support the ${RESIN} variable in php.ini at the moment, but out of curiosity, why do you need the Resin root if you're using Jetty? I'm trying to write a Java/Scala wrapper for some existing code in PHP. The first step is to make

[Resin-interest] php.ini and include_path

2010-08-25 Thread Alexandre Bertails
Hi all, I have this worky partial web.xml: [[ servlet servlet-nameQuercus Servlet/servlet-name servlet-classcom.caucho.quercus.servlet.QuercusServlet/servlet-class init-param param-nameini-file/param-name param-valueWEB-INF/php.ini/param-value /init-param /servlet