gdgsoft.info
There is no issue actually. You must include an HTML meta tag charset set to UTF-8 and it will work.The encoding issue in the new version hasn’t been resolved yet.
php protection
I'm creating a test script and enabling protection — the text stops displaying correctly. I tried both UTF-8 and UTF-8 without BOM for the file encoding.gdgsoft.info
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
Hello everyone,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:
![]()
Cannot launch CEF 138 as administrator on Windows · Issue #3960 · chromiumembedded/cef
After upgrade from 137 to 138 CEF fails to launch as admin. The call to browser_runner_->Initialize in CefUIThread::InitializeBrowserRunner returns the new CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVA...github.com
So you'll have to use a lower CEF or switch to WebView2. Since you said WebView2 works for you, is there any special reason why you don't want to switch to?
I did try to pull over the
Hello everyone,
I'm just about to start testing the new 2025 version and I'm still getting the same error as app-user above when trying to download the Win7 CEF version.
View attachment 3201I did try to pull over the
I tried pulling over the Win7 CEF from the old ExeOut 2024 install but as I expected, it didn't work and throws an error on execution of the exe:
View attachment 3200
Also I've noticed there's no option to install any version of PHP7 - I still need the ability to use PHP 7.4 at this end.
With the exception of a few minor deprecation notices my main app is now fully upgraded for PHP 8.4 and does work okay on both Win7 and Win10 (it took a long time to upgrade all the code for PHP8+ but I got there eventually!) However, I've noticed PHP8 tends to eat more memory which can be an issue at times, so I'm still best sticking with PHP 7.4 for a bit longer, until the ability to create 64bit apps arrives at some point in a future version. (or when I have a lot more time on my hands to debug the occasionaly memory issues with PHP8!)
I'm happy to pull in the PHP 7.4 from the 2024 EOut install if that's okay? - although the version in EOut 2024 seem to be 7.4.16, whereas the final 7.4 release was 7.4.33, so it would be great if we could have that final version of 7.4 available to use. I'm obviously well aware 7.4 is technically out of its support period, but I think it is important to have available - even just for compiling old apps that have not yet been upgraded for PHP8.
So would it be possible to have a PHP 7.4.33 available to download for the 2025 version?
I'll get back to you with some more feedback once the above is sorted - but as far as I can tell ref the WebView2 support, when compiling with PHP8 and the latest CEF, most things seemed to work okay right off the bat which I was very impressed with - there were a few issues though, possibly WebView setup errors on my part, so I'll experiment a bit more and leave those for another post ;-) - I do need to stick with CEF & PHP 7.4 for the moment though as I simply don't have enough time on my hands at the mo for debugging the annoying memory issues I get with PHP 8 at times!
There is no issue actually. You must include an HTML meta tag charset set to UTF-8 and it will work.
HTML:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8">

Have you defined a default charset in the PHP.ini of your project in ExeOutput?I tried to specify the encoding in both HTML and PHP, but still, when the protection is enabled, the text is displayed in the form of hieroglyphs.
View attachment 3205
If you will provide some of your code / php that is loading the garbled characters, will see what I can figure out. Maybe help maybe not but will try...Were you able to reproduce the issue?
If you will provide some of your code / php that is loading the garbled characters, will see what I can figure out. Maybe help maybe not but will try...
<?php include "xray.php" ?>
<?php include "xray.php" ?><!DOCTYPE html>
Privacy - removed
<?php include "xray.php" ?>
<?php include("menu.php"); ?>
<?php include("version.php"); ?>

We use essential cookies to make this site work, and optional cookies to enhance your experience.