Re: [PHP] Re: Source Guardian

2003-01-10 Thread michael kimsal
Sean Malloy wrote: Keep in mind the "Works out of the box with no changes to your server" requires the use of the function dl() Good point - had forgotten that may have issues for some people. However - in our case we've used 'protected' versions only for demos, which people generally aren't ru

RE: [PHP] Re: Source Guardian

2003-01-10 Thread Sean Malloy
Keep in mind the "Works out of the box with no changes to your server" requires the use of the function dl() according to the PHP docs; dl() is not supported in multithreaded Web servers. Use the extensions statement in your php.ini when operating under such an environment. However, the CGI and