Changes between Initial Version and Version 1 of Ticket #7556, comment 1
- Timestamp:
- Aug 2, 2017, 7:34:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7556, comment 1
initial v1 1 1 * These extra fields aren't in POSIX. PHP was patched to not need them. 2 * Adding hte flags without the functionality is confusing, at best, and possibly dangerous3 * Adding the functionality must be done carefully, as it could break BeOS compatibility (did BeOS support rusage?)2 * Adding the flags without the functionality is confusing, at best, and possibly dangerous 3 * Adding the functionality would break BeOS compatibility 4 4 5 5 Moving to R2 milestone since this is an ABI breakage. 6 It could still be done on non-gcc2 architectures, but witn an actual implementation for the added fields.