Date: 01/28/00
- Next message: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Previous message: Andrei Zmievski: "[PHP-DEV] Registering variables"
- In reply to: Andrei Zmievski: "[PHP-DEV] Registering variables"
- Next in thread: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Reply: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Previous message: Andrei Zmievski: "[PHP-DEV] Registering variables"
- In reply to: Andrei Zmievski: "[PHP-DEV] Registering variables"
- Next in thread: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Reply: Andrei Zmievski: "[PHP-DEV] Re: Registering variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

