1
0
mirror of https://github.com/php/php-src.git synced 2026-04-12 02:23:18 +02:00
Files
archived-php-src/main
Andi Gutmans e13285ded7 - 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).
2000-04-30 16:32:36 +00:00
..
2000-04-15 14:37:28 +00:00
2000-04-20 22:52:37 +00:00
2000-04-19 23:18:15 +00:00
2000-02-11 15:59:30 +00:00
2000-04-18 20:00:21 +00:00
2000-04-15 13:53:20 +00:00
2000-03-04 19:58:59 +00:00
2000-03-19 10:56:40 +00:00
2000-04-20 16:38:08 +00:00
2000-03-24 11:16:24 +00:00
2000-04-14 13:40:27 +00:00
2000-04-20 16:38:08 +00:00
1999-12-17 19:16:50 +00:00