Skip to content

Commit 4528453

Browse files
authored
Updated for PHP 8.3
1 parent eb4217d commit 4528453

39 files changed

+40
-90
lines changed

UniController/about_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object About: TAbout
1212
OnCreate = FormCreate
1313
Position = poOwnerFormCenter
1414
ShowInTaskBar = stNever
15-
LCLVersion = '2.0.10.0'
15+
LCLVersion = '2.2.2'
1616
object Image1: TImage
1717
Left = 20
1818
Height = 68

UniController/apache_basic_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object apache_basic: Tapache_basic
1111
OnShow = FormShow
1212
Position = poOwnerFormCenter
1313
ShowInTaskBar = stNever
14-
LCLVersion = '1.0.14.0'
14+
LCLVersion = '2.2.2'
1515
object GroupBox1: TGroupBox
1616
Left = 8
1717
Height = 272

UniController/apache_modules_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object apache_modules: Tapache_modules
1313
OnShow = FormShow
1414
Position = poOwnerFormCenter
1515
ShowInTaskBar = stNever
16-
LCLVersion = '1.0.8.0'
16+
LCLVersion = '2.2.2'
1717
object Apache_Modules_CheckListBox: TCheckListBox
1818
Left = 0
1919
Height = 400

UniController/apache_modules_form.pas

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
{#############################################################################
44
'# Name: default_config_vars.pas
55
'# Developed By: The Uniform Server Development Team
6-
'# Web: http://www.uniformserver.com
7-
'# Mike Gleaves V1.1.1 25-04-2014
8-
'#
6+
'# Web: https://www.uniformserver.com
97
'#
108
'# This form lists all Apache modules and shows modules selected.
119
'# A user can select or deselect modules. The Apache

UniController/command_line_start_up.pas

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
{#############################################################################
44
'# Name: command_line_start_up.pas
55
'# Developed By: The Uniform Server Development Team
6-
'# Web: http://www.uniformserver.com
7-
'# Mike Gleaves V1.1.1 25-04-2014
8-
'#
9-
'#
6+
'# Web: https://www.uniformserver.com
107
'#############################################################################}
118

129
{$mode objfpc}{$H+}

UniController/cron_form.pas

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
{#############################################################################
44
'# Name: cron_form.pas
55
'# Developed By: The Uniform Server Development Team
6-
'# Web: http://www.uniformserver.com
7-
'# Mike Gleaves V1.1.1 25-04-2014
8-
'#
9-
'#
6+
'# Web: https://www.uniformserver.com
107
'#############################################################################}
118

129
{$mode objfpc}{$H+}
@@ -129,7 +126,7 @@ procedure run_path_command(path:string);
129126
begin
130127

131128
//--Set paths
132-
// UENV_PHP_SELECT - PHP version selected php 70, php71, php 72, php 73, php80, php81
129+
// UENV_PHP_SELECT - PHP version selected php 70, php71, php 72, php 73, php80, php81, php82
133130
USF_PHP_EXE := UniConPath + '\core\'+ UENV_PHP_SELECT +'\php.exe'; // PHP command executable
134131
USF_PHP_INI_CLI := UniConPath + '\core\'+ UENV_PHP_SELECT +'\php-cli.ini'; // PHP command line config
135132

UniController/dtdns_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object dtdns: Tdtdns
1212
OnShow = FormShow
1313
Position = poOwnerFormCenter
1414
ShowInTaskBar = stNever
15-
LCLVersion = '1.0.14.0'
15+
LCLVersion = '2.2.2'
1616
object GB1: TGroupBox
1717
Left = 8
1818
Height = 208

UniController/dtdns_form.pas

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
{#############################################################################
44
'# Name: dtdns_form.pas
55
'# Developed By: The Uniform Server Development Team
6-
'# Web: http://www.uniformserver.com
7-
'# Mike Gleaves V1.1.1 25-04-2014
8-
'#
9-
'#
6+
'# Web: https://www.uniformserver.com
107
'#############################################################################}
118

129
{$mode objfpc}{$H+}

UniController/edit_php_basic_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object edit_php_basic: Tedit_php_basic
1111
OnShow = FormShow
1212
Position = poOwnerFormCenter
1313
ShowInTaskBar = stNever
14-
LCLVersion = '1.0.8.0'
14+
LCLVersion = '2.2.2'
1515
object Gb_production: TGroupBox
1616
Left = 216
1717
Height = 320

UniController/message_dlg_form.lfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object us_message_dlg: Tus_message_dlg
1212
FormStyle = fsStayOnTop
1313
OnClose = FormClose
1414
OnShow = FormShow
15-
LCLVersion = '1.2.2.0'
15+
LCLVersion = '2.2.2'
1616
object Panel1: TPanel
1717
Left = 0
1818
Height = 87

0 commit comments

Comments
 (0)