alternative to this closed source functionality, instead of reinventing
open_basedir.
Regards,
Filip de Waard
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, 2003-10-30 at 15:18, Ivan Rodriguez wrote:
> I want to make a code that gives the MAC address of the visitor
The MAC address is only available on the same network, but you could
always read the headers (php.net/getallheaders). This is the wrong list,
BTW.
Regards, Filip de Waard
--
Andy,
I know the current possibilities and limitations, but i'm wondering why
superglobals can't be used in function declarations. Is there a
particular reason for this?
Regards,
Filip de Waard
On Thu, 2003-10-30 at 11:35, Andi Gutmans wrote:
> Hi,
>
> In general you are
s to circumvent this problem that have the same
result, but require more code. IMHO allowing globals inside of function
declarions will create interesting possibilities that could result in
more efficient code.
Regards,
Filip de Waard
Net Collective
www.netcollective.nl
--
PHP Internals - PHP Ru