Anna Filina
Anna Filina
Ah that's wonderful. I'll look into both of these. Nobody legit ever left a message longer than 5 minutes.
@kenna Thanks. I hope I didn't miss any important messages by inputting max_length earlier. I changed it on 2 systems.
@kenna Yeah, I got plenty of those 1h robocalls eating up all my money. I'll ask my associate to check the Twilio account. Thanks for the link.
In case this helps someone, I had the same problem when copying skeleton code to an existing project. I solved it by adding this to composer.json: ```json "autoload": { "psr-4":...
I also sponsored the project with my own money instead of hoping it wins the lottery :P
@ondrejmirtes If you're interested in supporting PHP 5 code analysis, I can open a whole lot more tickets. Let me know if that's ok. I haven't yet had a chance...
> Ideally, we'd love to be able to convert these in-place on Docker Hub, but there's a lot of complexity in doing so that currently prevents the possibility. Is it...
Note for whoever stumbles upon this thread: although images for legacy PHP revisions display the error (e.g. `php:5.3.29-apache`), minor versions do seem to work just fine (e.g. `php:5.3-apache`).
Please assign [Soft-Deprecate __sleep() and __wakeup()](https://wiki.php.net/rfc/soft-deprecate-sleep-wakeup) to me. I'll tinker on my own as best I can and reach out if I have questions.
I would like to work on [The NumberFormatter::TYPE_CURRENCY constant](https://wiki.php.net/rfc/deprecations_php_8_3#the_numberformattertype_currency_constant) please. Edit: opened PR for this: https://github.com/PHPCompatibility/PHPCompatibility/pull/1975