gravity-ac / amfphp-custom
There is no license information available for the latest version (dev-master) of this package.
dev-master
2023-10-25 11:41 UTC
This package is not auto-updated.
Last update: 2024-11-06 01:58:14 UTC
README
- Last version from Silex Labs (author) was 2.2.2
- This version would be equivalent of 2.2.3
- This version is updated for PHP 8.1/8.2
Set Services directory here:
amfphp/index.php
$serviceFolderLocation = "/var/www/help.museapp.ai/services/";
Uncomment and set log location here:
amfphp/Plugins/AmfphpLogger/AmfphpLogger.php
const LOG_FILE_PATH = '/var/log/amfphp.log';
MAKE SURE LOG FILE EXISTS OR AMFPHP WILL FAIL