Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find the bcompiler dll for xampp 1.8.2(PHP 5.4.X)

I am using xampp 1.8.2 on windows xp and bcompiler dll is not present in the ext directory. I installed older xampp(1.7.1) on windows XP and bcompiler dll was included in the ext directory. where can I find the bcompiler dll for xampp 1.8.2(PHP 5.4.X).

The latest dll I could found on internet was for PHP 5.3.X. I saw some posts talking about compiling it using Microsoft SDK incuding Microsoft compilers, but I have no idea about it.

Can somebody compile it and make it available for download and point me to url where I can find it.

Thanks in advance

like image 497
rakeshjain Avatar asked Aug 22 '13 07:08

rakeshjain


1 Answers

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 You can use Facebook Hiphop's function to compile PHP into C++, so it might be worth checking out...

Facebook HipHop

Another one known as Roadsend PHP Raven can be used to compile php in c++

Roadsend PHP Raven

If you want to encrypt your code then go for BLENC Extension for PHP. It is supported up to php 5.5

Blenc Encryption

Compiled DLLs for BLENC can be found here

like image 60
Umair Aziz Avatar answered Oct 09 '22 01:10

Umair Aziz