I am trying to encode project old cca 3-4 years writter in 4.2-5.0 era with Nu-Coder 3.0 (Build 3036), using licence and php 5.0 and higher, no obfuscation, no headers. I've tried all possible option combinations but I cannot get this encoded project to run. I cannot encode it with 4.4 setting, but I can with 5.0 v4 gives too much dramatic errors which are not worth of fixing.
Project encodes successfully, with couple of deprecated errors like this (in some libs):
Strict Standards: var: Deprecated. Please use the public/private/protected modifiers at xxx.php(269) |
I am doing encoding in windows 7, and testing on ubuntu with latest phpexpress x84_64 plugin installed.
php on server is PHP 5.3.2-1ubuntu4.10 with Suhosin-Patch
there are no other accelerators or optimizers on the system
The errors seen in apache error.log are always the same - complaining that some methods from some classes do not exist. That's hardly likely because those classes are core classes and they are loaded and executet much higher in execution chain. All that lead me to believe that project is executed by php/phpexpress partialy.
I can make the project run again if I replace half of it with non encoded files, but that's just something I tried to avoid by encoding files in first place.
Thanks in advance!