the author of runkit seems dropped the dev for php7....
https://github.com/zenovich/runkit/issues/87
Modificar Constantes, Funciones, Clases y Métodos funciona con todas las distribuciones de PHP 4 y PHP 5. No se necesitan requisitos especiales.
Las Superglobales Personalizadas sólo están disponibles en PHP 4.2.0 o posterior.
El Aislamiento de Procesos (Sandboxing) requiere PHP 5.1.0 o posterior, o
PHP 5.0.0 con un parche TSRM especial aplicado.
Sin importar qué versión de PHP está en uso se debe compilar con la opción
--enable-maintainer-zts
.
Vea el archivo README
en el paquete de runkit para información adicional.
the author of runkit seems dropped the dev for php7....
https://github.com/zenovich/runkit/issues/87
It's worth noting that the runkit7 project noted in previous comments no longer has Sandboxing support as runkit did for PHP5.
Some one added runkit for php7 but not completed: https://github.com/runkit7/runkit7