PHP 8.4
php.net
PHP 8.4
1–10 of 337 posts
Re: PHP 8.4
#2Re: PHP 8.4
#3I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
Re: PHP 8.4
#4I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
As long as you do not use the new functionality, I'd claim that a new PHP version is no less stable than an older one. And on a contrary you would be missing out on some bugfixes that were deemed too risky to apply to an existing version.
Disclosure: I've got a commit-bit for PHP, so we had in-house expertise to diagnose issues ourselves.
Re: PHP 8.4
#5I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
Re: PHP 8.4
#6PHP:
- Easy to deploy: Upload files, done.
- Easy to develop: Reload page, see changes.
- Lots of HTTP tooling built in.
- Fast.
Python: - Great language.
- Great code reuse system: Modules.
- Nice framework: Django.
- Less breaking changes in recent years.Re: PHP 8.4
#7Re: PHP 8.4
#8I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
It also often fit with the current Laravel version (11).
Re: PHP 8.4
#9I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
I still have a PHP5 project that somehow still runs.
Re: PHP 8.4
#10No it’s not: it’s a MINOR update.