1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 23:23:03 +02:00
Files
archived-php-src/ext/opcache
Adam Saponara b35acd30f2 Fix misleading error message in ZendAccelerator.c.
Currently this error emits something like...

`Error Cannot kill process 12345: Success!`

...due to calling `time` before `strerror` which clears `errno`. This
patch adds an error log immediately after both `kill` calls which gives
us better indication of what exactly failed.
2019-12-02 10:06:32 +01:00
..
2019-12-01 12:28:19 +01:00
2019-11-18 11:29:38 +03:00
2019-10-08 10:49:30 +02:00
2019-10-03 02:18:16 +03:00
2019-02-05 10:33:28 +03:00
2019-11-08 15:15:48 +01:00
2019-02-05 10:33:28 +03:00
2019-11-08 15:15:48 +01:00
2019-11-08 15:15:48 +01:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2019-09-03 14:23:44 +03:00