WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.92k stars 972 forks source link

Update PHP files in Ubuntu 22.04.2 LTS #7812

Closed gbrn closed 1 year ago

gbrn commented 1 year ago

@DanielnetoDotCom There is an update in Ubuntu 22.04.2 LTS. It updates PHP and other files, among them it changes the PHP.INI file and its directory. Check the information provided and please check if there is any change in the installation or execution of the AVIDEO platform. Thanks.

 Modified configuration file ├─────────────────────┐
  │ php.ini: A new version (/usr/lib/php/8.2/php.ini-production) of         │
  │ configuration file /etc/php/8.2/apache2/php.ini is available, but the   │
  │ version installed currently has been locally modified.      

Line by line differences between versions
 │
 │ --- /etc/php/8.2/apache2/php.ini root.root 0644 2023-01-29 23:06:49
 │ +++ /usr/lib/php/8.2/php.ini-production root.root 0644 2023-03-16
 │ 11:34:48
 │ @@ -425,6 +425,11 @@
 │  ; How many GET/POST/COOKIE input variables may be accepted
 │  ;max_input_vars = 1000
 │
 │ +; How many multipart body parts (combined input variable and file
 │ uploads) may
 │ +; be accepted.
 │ +; Default Value: -1 (Sum of max_input_vars and max_file_uploads)
 │ +;max_multipart_body_parts = 1500
 │ +
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.