https://github.com/walofz/php5withdocker
Nginx + PHP 5.6-FPM + Opcache + Extension
https://github.com/walofz/php5withdocker
docker php56 php56-docker php56-fpm
Last synced: 3 months ago
JSON representation
Nginx + PHP 5.6-FPM + Opcache + Extension
- Host: GitHub
- URL: https://github.com/walofz/php5withdocker
- Owner: Walofz
- Created: 2022-12-12T06:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T03:22:31.000Z (over 2 years ago)
- Last Synced: 2025-01-19T18:43:43.438Z (4 months ago)
- Topics: docker, php56, php56-docker, php56-fpm
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Readme**
-
**Nginx + PHP 5.6-FPM + Opcache + Extension****PHP PDO Extension**
-
**Base on :: php:5.6-fpm**
- mysql
- sqlite
- ldap
- dblib
- freetds**NGINX Config**
-
- base from [nginx](https://www.digitalocean.com/community/tools/nginx)**PHP Config**
-
- memory_limit = 512M
- max_execution_time = 600**PHP-FPM Config**
-
- request_terminate_timeout = 900**OP Cache**
-- opcache.enable=1
- opcache.memory_consumption=512
- opcache.interned_strings_buffer=64
- opcache.max_accelerated_files=524521
- opcache.max_wasted_percentage=15
- opcache.save_comments=1
- opcache.mmap_base=0x20000000