amakrkr Posted December 7, 2010 Share Posted December 7, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/220920-compile-php-exe/ Share on other sites More sharing options...
amakrkr Posted December 8, 2010 Author Share Posted December 8, 2010 Noone has a solution? Quote Link to comment https://forums.phpfreaks.com/topic/220920-compile-php-exe/#findComment-1144289 Share on other sites More sharing options...
trq Posted December 8, 2010 Share Posted December 8, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/220920-compile-php-exe/#findComment-1144294 Share on other sites More sharing options...
amakrkr Posted December 8, 2010 Author Share Posted December 8, 2010 ahh damn .... ok thank you for replay... i ll try with mr.google some more. Quote Link to comment https://forums.phpfreaks.com/topic/220920-compile-php-exe/#findComment-1144339 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.