php4-beta | 200004
Date: 04/30/00
- Next message: Sterling Hughes: "[PHP4BETA] cvs: /php4 NEWS"
- Previous message: Sterling Hughes: "[PHP4BETA] cvs: /php4/ext/swf php_swf.h"
- In reply to: Andi Gutmans: "[PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Next in thread: Andi Gutmans: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Reply: Andi Gutmans: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sterling Hughes: "[PHP4BETA] cvs: /php4 NEWS"
- Previous message: Sterling Hughes: "[PHP4BETA] cvs: /php4/ext/swf php_swf.h"
- In reply to: Andi Gutmans: "[PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Next in thread: Andi Gutmans: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Reply: Andi Gutmans: "Re: [PHP4BETA] cvs: /php4 php.h /php4/ext/standard file.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

