[PHP-DEV] Re: Registering variables From: Zeev Suraski (zeev <email protected>)
Date: 01/28/00

On Fri, 28 Jan 2000, Andrei Zmievski wrote:

> Zeev,
>
> I've looked through the changes you just committed. main.c does not
> register ini entry for "register_globals", is that an omission?

With a few hundred changes lines, you're bound to miss
something... gpc_globals should be renamed to register_globals.

> Also, why is there a function in main.c caleld zend_hash_environment?
> It's not part of zend so it should probably be renamed.

This remains from a long while ago, when the line between PHP and Zend was
pretty much non existent, and I added zend_*() to any function I wrote or
ported from PHP 3.0.

Zeev

-- 
Zeev Suraski <zeev <email protected>>
http://www.zend.com/

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>