So sprach »Crawley« am 2001-09-13 um 19:17:18 +0100 :
> I take it php dosent have a dlopen func for opening shared librarys.  I
> suppose if you dont have one..... why ?

You suppose wrong.

-> php.net/dl

> Also can I turn off the output of headers, so that I can use it as a
> general-purpose scripting language.

You mean for shell scripts?

#!/usr/bin/php -q
<?php
echo "inside the script";
?>

That is, put a -q at the end of the first line or call php with the -q
parameter.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:       http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
                Uptime: 23 hours 57 minutes

--
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]

Reply via email to