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-29 17:43:36 +03: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-11-11 14:54:55 +01:00
2019-11-11 14:54:55 +01:00
2019-06-12 16:47:48 +02:00
2019-02-05 10:33:28 +03:00
2019-03-11 10:19:35 +01:00
2019-11-15 09:46:58 +01:00
2019-06-27 16:11:58 +02:00
2019-02-05 10:33:28 +03:00
2019-11-26 09:29:27 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-02-05 10:33:28 +03:00
2019-10-30 16:05:20 +01:00
2019-02-05 10:33:28 +03:00
2019-11-08 15:15:48 +01:00
2019-10-14 16:50:23 +02: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-04-01 10:27:11 +03:00
2019-12-02 10:06:32 +01:00
2019-09-03 14:23:44 +03:00