Re: [PHP-DEV] new security related directive for php-4.3.4

2004-03-19 Thread Filip de Waard
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

Re: [PHP-DEV] Envairoment variables

2003-10-30 Thread Filip de Waard
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 --

Re: [PHP-DEV] superglobals inside of function declarations

2003-10-30 Thread 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

[PHP-DEV] superglobals inside of function declarations

2003-10-30 Thread Filip de Waard
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