5 Commits

Author SHA1 Message Date
Leo Khoa
22a8e74950 Improve MySQL Reliability 2026-03-14 19:59:17 +01:00
Leo Khoa
5994c1c1ea Improve Nginx Portability (8.6.3) 2026-03-09 12:44:39 +01:00
Leo Khoa
fc550b173f Improve Nginx and Warm-up Apache 2026-03-08 21:16:27 +01:00
Leo Khoa
f512989907 Update Apache and phpMyAdmin 2026-03-02 20:43:59 +01:00
Leo Khoa
aec2bef189 Update to Laragon 8.6.1 2026-03-02 20:43:05 +01:00
2 changed files with 7 additions and 3 deletions

Binary file not shown.

View File

@@ -1,6 +1,7 @@
# PHP # PHP
# https://windows.php.net/download/ # https://windows.php.net/download/
# NTS = Non Thread Safe # NTS = Non Thread Safe
*PHP-8.4=https://windows.php.net/downloads/releases/archives/php-8.4.12-nts-Win32-vs17-x64.zip *PHP-8.4=https://windows.php.net/downloads/releases/archives/php-8.4.12-nts-Win32-vs17-x64.zip
*PHP-8.3=https://windows.php.net/downloads/releases/archives/php-8.3.28-nts-Win32-vs16-x64.zip *PHP-8.3=https://windows.php.net/downloads/releases/archives/php-8.3.28-nts-Win32-vs16-x64.zip
*PHP-8.2=https://windows.php.net/downloads/releases/archives/php-8.2.28-nts-Win32-vs16-x64.zip *PHP-8.2=https://windows.php.net/downloads/releases/archives/php-8.2.28-nts-Win32-vs16-x64.zip
@@ -10,10 +11,11 @@
--- ---
# Web Servers # Web Servers
Apache-2.4.66=https://www.apachelounge.com/download/VS18/binaries/httpd-2.4.66-260107-Win64-VS18.zip Apache-2.4.66=https://www.apachelounge.com/download/VS18/binaries/httpd-2.4.66-260223-Win64-VS18.zip
Apache-2.4.65=https://www.apachelounge.com/download/VS17/binaries/httpd-2.4.65-250724-Win64-VS17.zip Apache-2.4.65=https://www.apachelounge.com/download/VS17/binaries/httpd-2.4.65-250724-Win64-VS17.zip
Apache-2.4.57=https://www.apachelounge.com/download/VS16/binaries/httpd-2.4.57-win64-VS16.zip Apache-2.4.57=https://www.apachelounge.com/download/VS16/binaries/httpd-2.4.57-win64-VS16.zip
Nginx-1.29.4=https://nginx.org/download/nginx-1.29.4.zip ---
Nginx-1.29.5=https://nginx.org/download/nginx-1.29.5.zip
--- ---
@@ -29,7 +31,7 @@ node-22.21=https://nodejs.org/dist/v22.21.1/node-v22.21.1-win-x64.zip
# phpMyAdmin # phpMyAdmin
# After download, visit -> http://localhost/phpmyadmin # After download, visit -> http://localhost/phpmyadmin
phpmyadmin-6.0snapshot=https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0+snapshot-english.tar.xz phpmyadmin-6.0snapshot=https://files.phpmyadmin.net/snapshots/phpMyAdmin-6.0+snapshot-english.tar.xz
phpmyadmin=https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-english.zip phpmyadmin=https://files.phpmyadmin.net/phpMyAdmin/5.2.3/phpMyAdmin-5.2.3-english.zip
# DB Tools # DB Tools
DBeaver=https://dbeaver.io/files/dbeaver-ce-latest-win32.win32.x86_64.zip DBeaver=https://dbeaver.io/files/dbeaver-ce-latest-win32.win32.x86_64.zip
@@ -38,6 +40,7 @@ DBeaver=https://dbeaver.io/files/dbeaver-ce-latest-win32.win32.x86_64.zip
# MySQL # MySQL
# https://dev.mysql.com/downloads/mysql/ # https://dev.mysql.com/downloads/mysql/
mysql-9.6=https://dev.mysql.com/get/Downloads/MySQL-9.6/mysql-9.6.0-winx64.zip
mysql-9.4=https://dev.mysql.com/get/Downloads/MySQL-9.4/mysql-9.4.0-winx64.zip mysql-9.4=https://dev.mysql.com/get/Downloads/MySQL-9.4/mysql-9.4.0-winx64.zip
mysql-8.4=https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.6-winx64.zip mysql-8.4=https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-8.4.6-winx64.zip
mysql-8.0=https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.40-winx64.zip mysql-8.0=https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.40-winx64.zip
@@ -47,6 +50,7 @@ mysql-5.7=https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.39-winx64.zip
# PostgreSQL # PostgreSQL
# https://www.enterprisedb.com/download-postgresql-binaries # https://www.enterprisedb.com/download-postgresql-binaries
postgresql-18.2=https://sbp.enterprisedb.com/getfile.jsp?fileid=1260010
postgresql-18.0=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259741 postgresql-18.0=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259741
postgresql-17.2=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259294 postgresql-17.2=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259294
postgresql-16.6=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259297 postgresql-16.6=https://sbp.enterprisedb.com/getfile.jsp?fileid=1259297