Files
moodle/lib/mlbackend/php/phpml/readme_moodle.txt
Meirza 89131a73c2 MDL-76415 lib: Fixed ${var} string interpolation deprecations in php-ml
Since PHP 8.2, placing the dollar sign outside the curly brace is deprecated when
the expression inside the braces resolves to a variable or an expression.
2023-02-13 19:51:46 +07:00

14 lines
440 B
Plaintext

Current version is 0.8.0
# Download latest stable version from https://github.com/jorgecasas/php-ml
# Remove all files but:
* src/
* LICENSE
# Copy content of src/ to /path/to/moodle/lib/mlbackend/php/phpml/src/Phpml
# Copy LICENSE file to /path/to/moodle/lib/mlbackend/php/phpml
# Applied patch https://github.com/jorgecasas/php-ml/pull/5
2023/01/26
----------
- Changing the repository URL to https://github.com/jorgecasas/php-ml