Bug in "buildfunc.inc.php"

There is a bug in /usr/local/lsws/admin/html.open/lib/util/build_php/buildfunc.inc.php

The issue occurs when trying to build php from “https://example.com:7080/index.php#view/compilePHP.php

The line in question is 692

$ver = 'memcache-' . BuildConfig::GetVersion(BuildConfig::MEMCACHE_VERSION8);

This should be corrected to: As referenced from /usr/local/lsws/admin/html.open/lib/util/build_php/BuildConfig.php

$ver = 'memcache-' . BuildConfig::GetVersion(BuildConfig::MEMCACHE8_VERSION);
1 Like

Do you have these two working files?
I might have messed up mine :confused:

Both files, temporary link

1 Like

Thanks it worked for php8.2.0 :slight_smile:
Now i have to try 8.2.5, since that is the latest.
But how do I get it to load into CyberPanel it self?
Or do I have to manually change it in VHost every time?

I think for now it’s manual until 8.2 is available in Cyberpanel.