Tagged Questions
The runkit tag has no wiki summary.
4
votes
1answer
225 views
PHP - Alternatives to runkit for intercepting method calls
I have some very test-unfriendly code (to say the least) that I need to test. Refactoring unfortunately is not an option. I have to test the code as it is, without the possibility of changing it.
To ...
0
votes
1answer
71 views
PHP Runkit support on shared hosts
I'm trying to decide whether I should use the runkit php extension for my scripts. The problem is that these scripts should work on the majority of hosts, including shared hosts. I couldn't find any ...
0
votes
1answer
248 views
Can someone compile PHP runkit DLL extension for me?
I give up. I've asked this question some time ago but I'm again into that issue. I'm still stuck with compilation errors / missing files / other stuff that I can't / don't have time to fix. Don't get ...
0
votes
2answers
240 views
PHP - runkit redefine method
all my websites share a common starter, that deals with urls, file locations, etc.. There are 3 cases that need to be handled - is directory, file exists and file does not exist. Each application has ...
0
votes
1answer
548 views
Where can I get runkit DLL extensions for PHP 5.3+?
That is a quick question: Where can I get PHP's runkit extension for version 5.3+? Manual for it:
http://php.net/manual/en/book.runkit.php
I am searching for DLL version, as I am trying to play with ...
0
votes
1answer
641 views
Runkit : does not work on a linux server
I have a problem with PECL::Runkit with this little example
index.php contain <?php
runkit_import('a.php');
runkit_import('b.php');
Doublon::get();
a.php et b.php each contain the same code
...
0
votes
1answer
1k views
PHP Startup: Timezone database is corrupt
I have juste updated my CentOS server. PHP is now at the 5.2.10 version (php-5.2.10-1.el5.remi.i386), and I have installed PECL Runkit. tzdata was updated too (tzdata-2009i-2.el5.noarch). Since the ...