0

I would like to run a php script on a IIS 8 server with php 5.5 which is compiled with bcompiler.

Sadly there is no way I can get the original source code and the developer won't recompile it with any other PHP 5.5 compatible solution like Blenc or SourceGuardian I hate these kind of behaivor specially if you paid for something and it wasn't cheap.

So is there any solution to run the script on php 5.5?

Oh and I don't want to spend more money on decoding because as I said the script wasn't cheap.

Laci K
  • 585
  • 2
  • 8
  • 24
  • The need for IIS because the company has other server based softwares that can run only on Windows and we didn't wanted to build a new server for our webpages so we went with IIS. I think it would be cheaper to pay for decoding than invest in a new webserver :) but I trying to avoid spending more money into this project. If there is no solution than I will put it on hold and when I have time I will write code my selve. – Laci K Dec 06 '13 at 00:02
  • ^ You can edit that addendum into your question, rather than adding extra notes in the comments `:)`. – halfer Dec 06 '13 at 00:20
  • 1
    I wrote that as an answer to a comment which is apparently deleted since than :) – Laci K Dec 06 '13 at 00:28

1 Answers1

0

No, You can't ....

BCompiler is supported upto PHP 5.3 only...

You need to wait for or request bcompiler support team to upgrade it's support...

Moreover if you need to compile your code with php 5.5 there are other options too see my answer here

You need original source to run with php 5.5 or shift to php 5.3 you can see php change log for versions details to decide whether php 5.3 satisfies your needs

Community
  • 1
  • 1
Umair Aziz
  • 1,518
  • 1
  • 19
  • 29