Open chobie opened 12 years ago
prevent SEGV when some php codes raised Fatal error.
uv_read_start($stream, function($stream, $nread, $buffer) { // raised Fatal error });
currently, php-uv caused SEGV as clean up failed.
prevent SEGV when some php codes raised Fatal error.
currently, php-uv caused SEGV as clean up failed.