Re: [PHP] problem with shared object file

2007-05-02 Thread Richard Lynch
On Wed, May 2, 2007 5:10 pm, Tijnema ! wrote: > On 5/3/07, Richard Lynch <[EMAIL PROTECTED]> wrote: >> On Sat, April 28, 2007 6:15 pm, Tijnema ! wrote: >> > You have exactly the same problem as i have. My shared hosting has >> > safe_mode off en dl on, so i could load them :) >> > But i don't have

Re: [PHP] problem with shared object file

2007-05-02 Thread Tijnema !
On 5/3/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Sat, April 28, 2007 6:15 pm, Tijnema ! wrote: > You have exactly the same problem as i have. My shared hosting has > safe_mode off en dl on, so i could load them :) > But i don't have access to write to the php.ini file. > Maybe we should cre

Re: [PHP] problem with shared object file

2007-05-02 Thread Richard Lynch
On Sat, April 28, 2007 6:15 pm, Tijnema ! wrote: > You have exactly the same problem as i have. My shared hosting has > safe_mode off en dl on, so i could load them :) > But i don't have access to write to the php.ini file. > Maybe we should create such workaround as you provided? Some script > tha

Re: [PHP] problem with shared object file

2007-04-28 Thread Tijnema !
On 4/28/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Fri, April 27, 2007 5:49 pm, Tijnema ! wrote: >> Also, I think dl() is going away in PHP 6, so you may want to >> re-think >> this from the get-go... > > Yes, if seen it is deprecated, but how could somebody include dynamic > library without

Re: [PHP] problem with shared object file

2007-04-28 Thread Richard Lynch
On Fri, April 27, 2007 5:49 pm, Tijnema ! wrote: >> Also, I think dl() is going away in PHP 6, so you may want to >> re-think >> this from the get-go... > > Yes, if seen it is deprecated, but how could somebody include dynamic > library without editing php.ini? I was a little bit shocked when i > r

Re: [PHP] problem with shared object file

2007-04-27 Thread Tijnema !
On 4/27/07, Richard Lynch <[EMAIL PROTECTED]> wrote: On Thu, April 26, 2007 5:48 am, Marten Lehmann wrote: > Hello, > > I'm trying to include a shared object file with the function dl(). But > I > always get: > > Warning: dl() [function.dl]: Unable to load dynamic library > '/homepages/xyz/util.s

Re: [PHP] problem with shared object file

2007-04-27 Thread Richard Lynch
On Thu, April 26, 2007 5:48 am, Marten Lehmann wrote: > Hello, > > I'm trying to include a shared object file with the function dl(). But > I > always get: > > Warning: dl() [function.dl]: Unable to load dynamic library > '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared > objec

Re: [PHP] problem with shared object file

2007-04-26 Thread Tijnema !
On 4/26/07, Marten Lehmann <[EMAIL PROTECTED]> wrote: Hello, I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No suc

Re: [PHP] problem with shared object file

2007-04-26 Thread Stut
Marten Lehmann wrote: I'm trying to include a shared object file with the function dl(). But I always get: Warning: dl() [function.dl]: Unable to load dynamic library '/homepages/xyz/util.so' - /homepages/xyz/util.so: cannot open shared object file: No such file or directory in /homepages/xyz