Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: ae9eb81b1ef9bd71aaed7e9f710c4d955079482d https://github.com/phpmyadmin/phpmyadmin/commit/ae9eb81b1ef9bd71aaed7e9f710c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-02-26 (Sun, 02 February 2023) +01:00
Changed paths: M test/nginx.conf M test/php.ini
Log Message: ----------- Update server directory for Selenium CI tests
- Update php.ini from Debian's php 8.2 production ini file
```diff diff --git a/test/php.ini b/test/php.ini index 60b0020939..5a0439b7fb 100644 --- a/test/php.ini +++ b/test/php.ini @@ -317,3 +317,3 @@ serialize_precision = -1 ; https://php.net/open-basedir -open_basedir = /tmp/:%ROOT% +;open_basedir =
@@ -849,3 +849,3 @@ file_uploads = On ; https://php.net/upload-max-filesize -upload_max_filesize = 512M +upload_max_filesize = 2M
@@ -860,3 +860,3 @@ max_file_uploads = 20 ; https://php.net/allow-url-fopen -allow_url_fopen = Off +allow_url_fopen = On
@@ -1367,3 +1367,3 @@ session.save_handler = files ; https://php.net/session.save-path -session.save_path = "%DIR%/sessions" +;session.save_path = "/var/lib/php/sessions"
@@ -1376,3 +1376,3 @@ session.save_path = "%DIR%/sessions" ; https://wiki.php.net/rfc/strict_sessions -session.use_strict_mode = 1 +session.use_strict_mode = 0
@@ -1415,3 +1415,3 @@ session.cookie_domain = ; https://php.net/session.cookie-httponly -session.cookie_httponly = 1 +session.cookie_httponly =
@@ -1421,3 +1421,3 @@ session.cookie_httponly = 1 ; https://tools.ietf.org/html/draft-west-first-party-cookies-07 -session.cookie_samesite = Strict +session.cookie_samesite =
@@ -1434,3 +1434,3 @@ session.serialize_handler = php ; https://php.net/session.gc-probability -session.gc_probability = 1 +session.gc_probability = 0
@@ -1801,3 +1801,3 @@ ldap.max_links = -1 ; performance, but may break existing applications. -opcache.use_cwd=0 +;opcache.use_cwd=1
@@ -1805,3 +1805,3 @@ opcache.use_cwd=0 ; webserver for changes to the filesystem to take effect. -opcache.validate_timestamps=0 +;opcache.validate_timestamps=1
@@ -1817,3 +1817,3 @@ opcache.validate_timestamps=0 ; size of the optimized code. -opcache.save_comments=0 +;opcache.save_comments=1
@@ -1871,3 +1871,3 @@ opcache.save_comments=0 ; started from specified string. The default "" means no restriction -opcache.restrict_api=/disabled/ +;opcache.restrict_api= ```
Co-authored-by: William Desportes williamdes@wdes.fr Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 0c27254204ba973f7f82e3e0eafa7cd5e7c71bd0 https://github.com/phpmyadmin/phpmyadmin/commit/0c27254204ba973f7f82e3e0eafa... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-02-26 (Sun, 02 February 2023) -03:00
Changed paths: M test/nginx.conf M test/php.ini
Log Message: ----------- Merge pull request #18165 from MauricioFauth/selenium-public-dir
Update server directory for Selenium CI tests