Author Topic: Anti-Change Log  (Read 711 times)

0 Members and 1 Guest are viewing this topic.

Offline
*****
Anti-Change Log
« on: November 10, 2024, 06:50:45 PM »
I know CWP is probably still busy with tweaking CWP for AL9, but again, PHP came out with 8.2.25 and 8.3.13 on 2024-10-24 (a little over 2 weeks ago), but no update as of yet for CWP.

We've noticed another uptick in PHP attacks.

I know you can manually compile PHP, to do in mass is time consuming, but at this point might be an option.

Offline
***
Re: Anti-Change Log
« Reply #1 on: November 11, 2024, 12:49:26 PM »
Edit the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php-fpm_selector/versions.ini
(add the necessary PHP versions)
and then try to compile PHP-FPM.

Offline
*****
Re: Anti-Change Log
« Reply #2 on: November 11, 2024, 03:19:27 PM »
Thanks for the PHP-FPM tip.

We use allot of just PHP-CGI, which uses the main PHP Selector.
Using Sandeep's method we can update manually.

I don't know how much coding is required on the CWP backend to add new version when they come out.
Sometime they are on top of it, other times they skip a point release, and then add 2 when it updates again.


Offline
***
Re: Anti-Change Log
« Reply #3 on: November 11, 2024, 05:58:25 PM »
1. You just need to add the version number and nothing else.

2. For main php version (php switcher) modify the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php_switcher/versions.ini

Offline
*****
Re: Anti-Change Log
« Reply #4 on: November 21, 2024, 03:05:38 PM »
PHP 8.4.1 just got released today (2024-11-21)

Along with 8.1.31, 8.3.14 and 8.2.26

Anyone planning on deploying 8.4 yet?

Offline
*****
Re: Anti-Change Log
« Reply #5 on: January 22, 2025, 12:22:45 AM »
Well PHP released on 2025-01-17:

8.4.3
8.3.16

Both of which have bug fixes/patches.
Thankfully no CVE's.

Offline
*****
Re: Anti-Change Log
« Reply #6 on: January 22, 2025, 12:27:48 AM »
1. You just need to add the version number and nothing else.

2. For main php version (php switcher) modify the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php_switcher/versions.ini

Trying this with 8.3.16, will also try with 8.4, and create that .ini from a copy of 8.3

Offline
*
Re: Anti-Change Log
« Reply #7 on: January 22, 2025, 01:41:43 AM »
Edit the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php-fpm_selector/versions.ini
(add the necessary PHP versions)
and then try to compile PHP-FPM.

Nice but it fails to download the php.

Offline
*****
Re: Anti-Change Log
« Reply #8 on: January 22, 2025, 01:48:58 AM »
1. You just need to add the version number and nothing else.

2. For main php version (php switcher) modify the file:
/usr/local/cwpsrv/htdocs/resources/conf/el9/php_switcher/versions.ini

Tried, but didn't work. :/