1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext
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-11-07 21:31:47 +01:00
2019-11-11 12:56:55 +01:00
2019-11-21 10:04:03 +01:00
2019-11-18 12:44:38 +01:00
2019-11-19 19:48:13 +01:00
2019-11-29 17:01:11 +01:00
2019-11-11 15:57:42 +01:00
2019-11-04 21:36:36 +01:00
2019-11-07 21:31:47 +01:00
2019-11-18 12:53:36 +01:00
2019-11-22 19:30:43 +01:00
2019-11-18 12:38:10 +01:00
2019-11-02 10:19:56 +01:00
2019-11-18 12:38:10 +01:00
2019-11-01 15:26:52 +01:00
2019-11-07 21:31:47 +01:00
2019-11-07 21:31:47 +01:00
2019-11-07 21:31:47 +01:00
2019-11-21 13:40:36 +01:00
2019-11-07 21:31:47 +01:00
2019-11-07 21:31:47 +01:00
2019-11-27 14:05:47 +01:00
2019-11-07 21:31:47 +01:00
2019-11-18 12:44:38 +01:00
2019-11-07 21:31:47 +01:00
2019-10-06 13:47:21 +02:00
2019-11-07 21:31:47 +01:00
2019-11-08 15:15:48 +01:00