Search results

  1. gdgsupport

    🔥 ExeOutput for PHP 2025.0 Released with WebView2 Support – Sep 26, 2025

    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...
  2. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Code removed. BTW have you tested removing UTF-8 from the PHP.INI ? Tested your code and could not reproduce the issue...
  3. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    No, but try to remove the default charset in the PHP.ini or leave it empty.
  4. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Have you defined a default charset in the PHP.ini of your project in ExeOutput?
  5. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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...
  6. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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">
  7. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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.
  8. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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...
  9. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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...
  10. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    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...
  11. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Are you getting this error if you start the General Demo that ships with ExeOutput? (shortcut in the Start Menu or in the Menu of ExeOutput)
  12. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Make also sure that you have the latest Microsoft Visual C++ Redistributable version. https://aka.ms/vs/17/release/vc_redist.x86.exe
  13. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Which version of CEF have you selected in your project? And make sure to run the Web Update utility to replace old remaining versions that were not deleted by the installer.
  14. gdgsupport

    Loading Worksheet ends with no error (2025.1)

    Could you please check the Windows Event Viewer in case of a crash? If you have a DUMP file as well, that would be even better. Thank you.
  15. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Before the final release, here is a pre-release of ExeOutput for PHP 2025 with WebView2 support, for those who are interested. Before releasing the final installer, we still need to fix a few minor bugs and finalize our documentation. However, due to demand, we are publishing this version as...
  16. gdgsupport

    Open and Save Dialog Boxes Crash Secure Workbook

    Regarding the issue you described, we have not received any additional reports of similar behavior since your last message, and our internal tests with XLS Padlock under the latest Windows updates have not reproduced the problem. We regularly monitor Windows updates, and no recent changes have...
  17. gdgsupport

    Running Artisan commands

    We don't provide support for old versions though. You could create a stand-alone console app with ExeOutput that executes your artisan queue:work command. Then, with HEScript within your main app, you execute the console app in the background. Thus, it does not freeze your main app UI. To...
  18. gdgsupport

    Updating Staging Product URLs before Go‑live

    As XLS Padlock does not manage deployment environments or automatic switching of validation URLs, the responsibility for distinguishing between staging and production environments typically falls under your own deployment setup. Some hosting providers offer staging tools that allow you to...
  19. gdgsupport

    Run time error bypass to source code

    To prevent this, you can use the two VBA protection features of XLS Padlock: Lock VBA project and Prevent access to the VBE. Or even better, use our integrated VBA compiler to secure portions of your VBA code.
  20. gdgsupport

    Pre-release - ExeOutput for PHP 2025 - A Major Update is on the Horizon

    Thanks Susan. Note that there is still a lot of work. We want to polish the release before it goes live.
Back
Top