La parole est aux speakers : Gabriel Caruso

Publié le

Jusqu’au Forum PHP 2020, retrouvez nos interviews de speakers pour mieux comprendre leur parcours et le sujet qu’ils ou elles aborderont lors de leur conférence !

La conférence

PHP 8: a new version, a new era

PHP 8 is coming, and you might be wondering: what are the new features? Have they fixed that weird bug? Is my application getting any faster? Can I support both PHP 7 and 8 versions in my library or framework?

In this talk, we are going to spend some time looking at everything that has changed in PHP 8, both internally and externally, either new features and changes of behavior (Break Compatibility, you know them).

As one of the Release Managers, Gabriel Caruso is going to tell you all about it, giving you the resources to get the latest major version of PHP, that is scheduled for November 2020, up and running!

Katherine Johnson
22/10/2020
11:25-12:05

In your opinion, which feature is the most interesting in PHP 8?

Choosing one among the best features in PHP 8.0, I’d say https://wiki.php.net/rfc/union_types_v2. The main reason is that now, with this feature on PHP 8.0, methods, properties, and everything else that had an annotation to indicate it, can be replaced with actual types, and we’ll have much cleaner codebases.

How long have you been with the PHP core team and how did you get into it?

My first PR to php-src was back in 2018 (https://github.com/php/php-src/pull/2995). I consider that my starting point and date in PHP.

I started contributing with it just for study purposes, I was studying about Open Source and Compilers, and PHP filled those topics.

As a PHP core team member, what would you advise to a developer who’d like to contribute to PHP?

You can contribute with PHP via a number of ways:

– Documentation: https://github.com/php/doc-en
– Report bugs (so we can fix them): https://bugs.php.net
– Write new tests: https://phptestfest.org

But if you really want to contribute to PHP’s source code, one advise: in the end of the day, PHP is just a bunch of code put together. Go step by step, line by line, debug it and understand the code as you’d understand the codebase of a new company you are joining.

Une conférence présentée par

Gabriel CARUSO
Gabriel CARUSO
For the past 4 years, Gabriel has worked with software development in general, mostly focus in web development with PHP and related technologies. Engaged with Open Source, he is involved with Doctrine, PHP's Internals, Code Sniffers, and Static Analyzers. As a speaker, he wants to show how development can be fun and not complicated. His goal is to prove that anyone can code, and everyone should code.

Autres interviews