Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.