1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00
Files
archived-php-src/ext/standard
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-02-19 23:41:32 +00:00
2000-03-29 11:38:47 +00:00
2000-03-06 20:37:11 +00:00
1999-05-16 11:19:26 +00:00
2000-03-28 20:26:02 +00:00
2000-03-06 20:37:11 +00:00
2000-02-11 15:59:30 +00:00
1999-12-18 04:01:20 +00:00
2000-03-12 19:42:29 +00:00
2000-04-20 17:24:01 +00:00
2000-03-06 20:37:11 +00:00
2000-03-06 20:37:11 +00:00
1999-12-18 04:01:20 +00:00
2000-03-06 20:37:11 +00:00
2000-04-20 17:24:01 +00:00
2000-04-05 21:43:03 +00:00
2000-02-26 03:20:55 +00:00
2000-02-26 03:20:55 +00:00
1999-09-15 05:08:45 +00:00
2000-04-18 20:00:21 +00:00
2000-03-06 20:37:11 +00:00
2000-02-19 23:41:32 +00:00
1999-12-17 19:51:39 +00:00
2000-02-11 15:59:30 +00:00
2000-02-19 23:41:32 +00:00
2000-03-19 10:56:40 +00:00
1999-05-16 11:19:26 +00:00
2000-02-19 23:41:32 +00:00
1999-05-16 11:19:26 +00:00
2000-04-24 17:35:27 +00:00
2000-04-05 21:43:03 +00:00
2000-03-06 20:37:11 +00:00
2000-02-19 23:41:32 +00:00
2000-04-27 14:41:18 +00:00
2000-02-19 23:41:32 +00:00
1999-12-18 04:01:20 +00:00
2000-02-19 23:41:32 +00:00
1999-05-16 11:19:26 +00:00
2000-02-19 23:41:32 +00:00
2000-03-07 04:28:43 +00:00