runkit icon indicating copy to clipboard operation
runkit copied to clipboard

Runkit (official PECL PHP Runkit extension)

Results 10 runkit issues
Sort by recently updated
recently updated
newest added

Hello, is there a plan for php 7 support? I use your module and recently I installed php 7 so I can start testing my apps and I would really...

feature request

I just tested it with php-5.6 `./bin/php path/to/test.php` works as expected, but with php-fpm , it kills fpm process: ``` [24-Mar-2016 18:15:46] WARNING: [pool www] child 23016 exited on signal...

Hello, I get the next error: $ pecl install runkit (...) /root/tmp/pear/runkit/runkit_functions.c:482: warning: dereferencing type-punned pointer will break strict-aliasing rules make: **\* [runkit_functions.lo] Error 1 ERROR: `make' failed Using php...

Is it possible to dynamically rename a class?

feature request

There is some docs at php.net but they seems to be outdated. Can you update it, maybe with a "getting started" guide and some example? Thanks.

Even if flag runkit.internal_override=1. Is it possible to enable it?

feature request

I wrote a unit test to examine the options of runkit. When renaming a method to and fro the test simply breaks when trying to call the method again. ```...

disable_functions/classes is a great thing for sandboxing, but actually it is impossible to remember all the dangerous functions/classes. Maybe you can also introduce whitelisting? So all the features are disabled,...

The test_helpers plugin provides useful functionality that I'd love to see here in runkit. Is there a way you can grab its code to overload the `new` operator and `exit`...

feature request

This will help prevent people from committing files generated by the build process.