Jump to content

Compile .php -> exe


amakrkr

Recommended Posts

Hello all,

 

i was googling for few days now and couldnt solve my problem.

 

What am i trying to do is compile my script.php to a stand alone script.exe.

 

I tried with mayn different compilers out there but every single one of them return almost exact msg : "XY function is not declared", like curl_init.

 

What i suspect is that compiler does not "take" all the extension files into my exe file....

 

Has anyone ever tried anything like it?  Do you have any tipes for me how to bypass this problem?

 

Thank you for reading!

 

 

Regards

Link to comment
https://forums.phpfreaks.com/topic/220920-compile-php-exe/
Share on other sites

All the php compilers around use there own versions of php built specifically for the task. You will need to find one that has the functions you want built in.

 

Ive had some success with experimentations with roadsend, however I have no idea if it has the curl extension built in. It's not exactly a common task, so I'd say your on your own.

Link to comment
https://forums.phpfreaks.com/topic/220920-compile-php-exe/#findComment-1144294
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.