default change option : php_home_tmp_session_save_path=0 of Directadmin 1.61

Ohm J

Verified User
Joined
Aug 16, 2019
Messages
1,928
OS: Centos 7
I notice this because they have some old log session in my tmp_home_user last update is on : 22 May
they don't have any some session in now.

I find out php_home_tmp_session_save_path is default to 0 without update on change log
https://www.directadmin.com/versions.php
05/20/20 Version 1.61.0



Anyone have this same me ?
 
Thanks for the report. Bug found/fix:

It was not a change to the default value, but caused by how our defaults are set based on certain #define values.
With the change-over to use static binaries, the systemd define/check was off, so the fix was to simply set the default php_home_tmp_session_save_path based on the now dynamically set systemd value.

Pre-release binaries are now up. We'll likely be pushing 1.61.1 today.

John
 
Back
Top