- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
873 B
Markdown
29 lines
873 B
Markdown
Symfony Polyfill / Php72
|
|
========================
|
|
|
|
This component provides functions added to PHP 7.2 core:
|
|
|
|
- [`spl_object_id`](https://php.net/spl_object_id)
|
|
- [`stream_isatty`](https://php.net/stream_isatty)
|
|
|
|
On Windows only:
|
|
|
|
- [`sapi_windows_vt100_support`](https://php.net/sapi_windows_vt100_support)
|
|
|
|
Moved to core since 7.2 (was in the optional XML extension earlier):
|
|
|
|
- [`utf8_encode`](https://php.net/utf8_encode)
|
|
- [`utf8_decode`](https://php.net/utf8_decode)
|
|
|
|
Also, it provides constants added to PHP 7.2:
|
|
- [`PHP_FLOAT_*`](https://php.net/reserved.constants#constant.php-float-dig)
|
|
- [`PHP_OS_FAMILY`](https://php.net/reserved.constants#constant.php-os-family)
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|