On Tue, 15 Jul 2003, Andi Gutmans wrote: > I don't quite remember Andrei's reason for choosing zval * instead of zval > ** but it probably does make sense to change 'z' to return a zval ** > instead of adding a new character ('Z') for returning zval **. > The downside is that we'd have to fix all of the extensions which sucks but > is quite doable. We've done it in the past for other changes.
If you want to touch all extensions' code which are under your control, you can also do the minimal z->Z change without breaking the API for the rest of the world. - Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php