Search results

  1. gdgsupport

    Request for XLS Padlock User ID

    The user ID is also now correctly displayed in the "My Account / Downloads" page on our website at https://www.xlspadlock.com
  2. gdgsupport

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

    ExeOutput for PHP 2025 being officially available, this thread is now closed.
  3. gdgsupport

    ION CUBE EXTENSION NOT WORKING on laravel app

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

    Add old php version to Exeoutput for php

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

    Pre-release - ExeOutput for PHP 2025

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

    Pre-release - ExeOutput for PHP 2025

    Thanks for the report. We'll check that.
  7. gdgsupport

    XLS Padlock 2025.1 Is Here - July 10, 2025

    You can remove it here:
  8. gdgsupport

    Request for XLS Padlock User ID

    The user ID was sent to you, please check your support ticket.
  9. 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...
  10. 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...
  11. 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.
  12. 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?
  13. 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...
  14. 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">
  15. 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.
  16. 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...
  17. 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...
  18. 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...
  19. 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)
Back
Top