1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
archived-php-src/ext/opcache
Tyson Andre 149588280b Fix opcache optimizer info for time_nanosleep (again)
Fixes my earlier PR #4617

If I remember correctly,
The F0 macro is used for return values that are guaranteed to not be
reference counted.
The F1 macro is used for return values that may have up to 1 reference
(i.e. MAY_BE_RC1).

I didn't notice that time_nanosleep needed to be F1 since it could
return an array, and that array is reference counted.
2019-09-03 09:31:01 +02:00
..
2019-07-18 02:13:32 +02:00
2019-08-26 16:05:01 +02:00
2019-08-26 16:05:01 +02:00
2019-02-05 10:33:28 +03:00
2019-07-17 19:52:49 +02:00
2019-08-30 14:50:22 +02:00
2019-07-19 10:10:50 +03:00
2019-02-05 10:33:28 +03:00
2019-07-19 10:10:50 +03:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2019-08-06 13:58:29 +03:00
2019-08-30 14:50:22 +02:00