Line 49: |
Line 49: |
| ===Limitation=== | | ===Limitation=== |
| | | |
− | If you use scl_php56 or scl_php54 or scl_php55) for the whole server, You can add also specific values (MemoryLimit,UpMaxFileSize,PostMaxSize,MaxExecTime,AllowUrlfOpen) per Ibay (either by db command or by the contrib smeserver-webhosting) because apache is the handler of php. | + | If you use scl_php56/scl_php54/scl_php55 for the whole server, You can add also specific values (MemoryLimit,UpMaxFileSize,PostMaxSize,MaxExecTime,AllowUrlfOpen) per Ibay (either by db command or by the contrib smeserver-webhosting) because apache is the handler of php. |
| | | |
| If you use php56,php55,php54 per ibay, then you use php with a cgi application and you cannot add specific setting to apache with php_admin_flag or php_admin_value. Then if you want to add a specific setting like above you must use it for the whole php applications by the command you can find in [[PHP_Software_Collections#Usage]] | | If you use php56,php55,php54 per ibay, then you use php with a cgi application and you cannot add specific setting to apache with php_admin_flag or php_admin_value. Then if you want to add a specific setting like above you must use it for the whole php applications by the command you can find in [[PHP_Software_Collections#Usage]] |
Line 59: |
Line 59: |
| * PHP SCL for the whole server -> all settings can be set per Ibay normally with db or with smeserver-webhosting | | * PHP SCL for the whole server -> all settings can be set per Ibay normally with db or with smeserver-webhosting |
| * PHP SCL per Ibay -> all settings must be set in each php{54,55,56} properties like in [[PHP_Software_Collections#Usage]] | | * PHP SCL per Ibay -> all settings must be set in each php{54,55,56} properties like in [[PHP_Software_Collections#Usage]] |
| + | |
| ===Usage=== | | ===Usage=== |
| When you want to change the version of php, you can use the panel (Php-Scl versions), either for changing the php version for an Ibay or for the whole server. | | When you want to change the version of php, you can use the panel (Php-Scl versions), either for changing the php version for an Ibay or for the whole server. |