Date: 11/20/00
- Next message: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Previous message: root <email protected>: "[PHP-DEV] CVS Account Request"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Calling symbol table patch"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Reply: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Reply: André Langhorst: "Re: [PHP-DEV] Calling symbol table patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 10:56 PM 11/20/00 +0200, Andi Gutmans wrote:
>Hmm I thought it did so :) I was against making it modifiable but it's OK
>to create a copy and it would solve Andrei's problem. zval_copy_ctor()
>would do.
Before I go to bed :)
I think probably an acceptable solution is to have another function like
get_local_vars_and_values() (we can think of a cooler name) which gives you
a copy of the local symbol table which you could then pass on to a function.
As Zeev says it needs to be R/O and there might be issues with it still
(references and so on).
I don't like it too much but if there's a decent patch which makes sense it
should be OK. I'm not sure it's that easy to do in a decent fashion. Are
you sure it's needed? :)
Andi
--- Andi Gutmans <andi <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: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Previous message: root <email protected>: "[PHP-DEV] CVS Account Request"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Calling symbol table patch"
- Next in thread: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Reply: Sterling Hughes: "Re: [PHP-DEV] Calling symbol table patch"
- Reply: André Langhorst: "Re: [PHP-DEV] Calling symbol table patch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

