-
|
Hi actionscripters ! It's almost 2026 and I decided I had to do some actionscript like I (almost) used to 15 years ago ! Alas AMFPHP is not updated anymore and won't run with modern PHP8.x versions. I gave a try to modified version like this one https://github.com/gravity-ac/amfphp-custom but can't find any that will do the trick. Since I found using typed objects very useful when I was using AMFPHP, I secretly hope that one of you will say, "Yes, I managed to get AMFPHP working with PHP 8.x — here's how to do it!" And if not, well, what do we use in 2025 to connect an AS3 app to a MySQL database? Thanks for your suggestions and advice! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
We still use AMFPHP with some of our older applications. We have it running on an XAMP stack with PHP 7. Anytime we tried to update to 8 we ran into a series of issues and while we could get somethings working eventually just reverted to 7. (Been a while since I tried though). Must say any of our new projects we migrate towards a more common web API pattern (REST with JSON etc). |
Beta Was this translation helpful? Give feedback.
We still use AMFPHP with some of our older applications. We have it running on an XAMP stack with PHP 7. Anytime we tried to update to 8 we ran into a series of issues and while we could get somethings working eventually just reverted to 7. (Been a while since I tried though).
Must say any of our new projects we migrate towards a more common web API pattern (REST with JSON etc).