Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c From: Sterling Hughes (sterling <email protected>)
Date: 04/30/00

Andi Gutmans wrote:
>
> andi Sun Apr 30 09:32:37 2000 EDT
>
> Modified files:
> /php4 php.h
> /php4/ext/standard file.c
> Log:
> - Take Sascha's advice and create on V_OPEN() which replaces open().
> - Unlike the other macros its argument has to have braces around it, for
> - example, open(filename, flags) becomse V_OPEN((filename, flags))
> - Made small conversion to new Zend macros. The ugly (*foo)->value.str.val
> - now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist
> - single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).

Is this the start of the Perlifying the internals:

SvPv(foo) -- Perl
Z_STRVAL_PP(foo) -- Zend

?

Sterling

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