For IonCube loader DLLs, you must configure ExeOutput for PHP to consider them as ZEND extensions.
See our documentation here:
https://www.exeoutput.com/help/phpextensions
Search for ioncube.
You must also use the 32-bit (x86) non thread safe (NTS) version of the DLL file for ExeOutput.
ExeOutput for PHP 2025 brings support for PHP 5. You can get it with the Web Update tool.
For other 7.x versions, check our blog at https://www.exeoutput.com/blog
You can report the false positive in your app here:
[email protected]
ExeOutput 2025 is quite new, so some antivirus companies will have to fix their false positives.
We’re glad to unveil the release of ExeOutput for PHP 2025.0, a major milestone packed with brand-new features and performance boosts for your PHP-to-EXE projects!
👉 Grab the latest version of our PHP to EXE compiler here.
Highlights of Version 2025.0
All-New WebView2 Rendering Engine: Choose...
The "about:blank#blocked" issue has been fixed on our side for certain scenarios. For example, internal URLs such as hescript://UserMain.Procedure1|Param1 are no longer accepted in recent Chromium updates. You’ll need to encode the | character for it to work properly.
On your side, please check...
There is no issue actually. You must include an HTML meta tag charset set to UTF-8 and it will work.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Indeed, we'll automatically configure ExeOutput for PHP to add this flag --do-not-de-elevate if the "Run as admin" option is enabled in ExeOutput.
Thanks!
Regarding WebView2 moving or minimizing, it's a strange behavior indeed.
The packages were not made public. This is fixed, please try the web update again.
It looks like there is a known problem in the last CEF versions regarding administrator privileges:
https://github.com/chromiumembedded/cef/issues/3960
So you'll have to use a lower CEF or switch to WebView2...
Received and tested. But the app starts for us.
So it looks like a local problem on your PC with the latest CEF files (139).
Some ideas to troubleshoot:
a) try to unckeck this:
b) in "Rendering Engine" of ExeOutput, try to change to a lower CEF version, such as the last one for Windows 7, to...
Thanks for the test results. It looks like there may be some setting in your project causing this unexpected error, or maybe some interference (have you other DLL files into your project directory?).
If possible, it would be great if you provide us with your EXOP project file (you can zip it to...