On Wednesday 28 February 2001 22:58, you wrote:
> I am trying to get the expected behavior of:
> require("filename.gz");
> or
> require("filename.bz2");
> to work properly.
Why do you want to do that? If that file is just a normal include file,
compression just adds unneccessary overhead. If it's some file you don't
know the contents of, don't include it (that would mean executing
arbitrary code on your server)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
What luck for the rulers that men do not think.
- Adolf Hitler
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]