PHP Conference 2024: Main Announcements and Innovations

Online Python Trainer for Beginners

Learn Python easily without overwhelming theory. Solve practical tasks with automatic checking, get hints in Russian, and write code directly in your browser — no installation required.

Start Course

PHP Conference 2024: Main Announcements That Will Change Web Development



This year, the annual PHP conference, which brought together leading developers from around the world, presented many surprises. The event, held in a hybrid format, served as a platform for announcing key innovations that will determine the development of the language for the coming years. We have gathered for you the most important announcements that you cannot miss.



PHP 8.4: What's New?

The main event of the conference was the preliminary announcement of PHP 8.4. The core language developers presented a roadmap and several experimental features that are already available for testing in the alpha version.

  • Improved JIT compiler (Just-In-Time): A complete overhaul of the JIT mechanism, promising a performance increase of up to 30% for complex calculations compared to PHP 8.3.
  • Second-generation asynchronous iterators: New support for Fiber-based iterators will allow more efficient work with data streams without blocking the main execution thread.
  • Stable attribute support for all types: Attributes can now be applied to closures, arrow functions, and variable parameters.


Frameworks and Ecosystem: Key Releases

The conference also featured updates to the largest PHP frameworks, which will directly impact developers' daily work.

  • Laravel 12: Integration with a new memory-based caching mechanism and improved out-of-the-box WebSockets support were announced.
  • Symfony 7.2: A new component for generating API documentation, "Symfony OpenAPI," was introduced, which automatically creates OpenAPI specifications based on your code.
  • Composer 3.0: The updated dependency manager will support parallel package downloads and integrity verification via SHA-256.


Enhanced Security and Performance

A separate section was dedicated to security. Speakers noted that PHP 8.4 plans to introduce built-in protection against timing attacks when working with passwords and tokens. Additionally, a new tool, "PHP Profiler 3.0," was presented — it integrates into code without changes and shows detailed tracing of each request in real time.

Also worth noting is the announcement of the "PHP FFI 2.0" extension, which simplifies calling functions from libraries written in C and Rust, paving the way for even higher-performance applications.



Conclusion

The 2024 conference showed that PHP is not standing still. The focus on performance, asynchronicity, and security makes the language even more attractive for building modern web applications. Follow the updates on our portal — we will keep you informed of all the latest news from the world of PHP.

Recommended Libraries