[PRES] [presentations] master: New presentations for 24/25
[email protected] (Derick Rethans) Mon, 24 Feb 2025 11:48:46 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2025-02-24T11:40:32Z Commit: https://github.com/php/presentations/commit/5c5efadc5970dc25bea92b48efd279d17abff858 Raw diff: https://github.com/php/presentations/commit/5c5efadc5970dc25bea92b48efd279d17abff858.diff New presentations for 24/25 Changed paths: A php-brasil24.xml A php-confoo25.xml A php-phpuk25.xml A xdebug-confoo25.xml Diff: diff --git a/php-brasil24.xml b/php-brasil24.xml new file mode 100644 index 00000000..6331bf81 --- /dev/null +++ b/php-brasil24.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="utf-8"?> +<presentation css="derick.css"> +<topic>PHP</topic> +<title>What's New in PHP 8.4!</title> +<event>PHP Conference Brasil</event> +<location>Virtual Brasil</location> +<date>Nov 21st, 2024</date> +<speaker>Derick Rethans</speaker> +<email>[email protected]</email> +<twitter>derickr</twitter> +<mastodon>@[email protected]</mastodon> +<url>https://derickrethans.nl/talks/phpbrasil-24</url> +<joindin></joindin> +<slide>slides/xdebug/title.xml</slide> +<slide>slides/mongodb/me.xml</slide> + + +Syntax: + +https://wiki.php.net/rfc/asymmetric-visibility-v2 +<slide>slides/internals/php84-asymmetric-visibility.xml</slide> +<slide>slides/internals/php84-asymmetric-visibility-2.xml</slide> + +https://wiki.php.net/rfc/property-hooks +<slide>slides/internals/php84-property-hooks.xml</slide> +<slide>slides/internals/php84-property-hooks-example-1.xml</slide> +<slide>slides/internals/php84-property-hooks-example-2.xml</slide> +<slide>slides/internals/php84-property-hooks-example-3.xml</slide> +<slide>slides/internals/php84-property-hooks-example-4.xml</slide> + +https://wiki.php.net/rfc/new_without_parentheses +<slide>slides/internals/php84-new-without-parentheses.xml</slide> + + + +Major additions: + +https://wiki.php.net/rfc/domdocument_html5_parser +<slide>slides/internals/php84-dom-html5.xml</slide> + +<!-- +https://wiki.php.net/rfc/improve_callbacks_dom_and_xsl +<sl ide>slides/internals/php84-dom-callbacks.xml</slide> +--> + +https://wiki.php.net/rfc/lazy-objects +<slide>slides/internals/php84-lazy-objects.xml</slide> + + +https://wiki.php.net/rfc/jit-ir +<slide>slides/internals/php80-jit.xml</slide> +<slide>slides/internals/php84-jit.xml</slide> + +Minor additions: + +https://wiki.php.net/rfc/deprecated_attribute +<slide>slides/internals/php84-deprecated-attribute.xml</slide> + +https://wiki.php.net/rfc/pdo_driver_specific_subclasses +<slide>slides/internals/php84-pdo-subclass.xml</slide> + +https://wiki.php.net/rfc/new_rounding_modes_to_round_function +<slide>slides/internals/php84-round-modes.xml</slide> + +https://wiki.php.net/rfc/bcrypt_cost_2023 +<slide>slides/internals/php84-bcrypt-cost.xml</slide> + +https://wiki.php.net/rfc/grapheme_str_split +<slide>slides/internals/php84-grapheme-str-split.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-2.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-3.xml</slide> + +Deprecations: + +https://wiki.php.net/rfc/deprecate-implicitly-nullable-types +<slide>slides/internals/php84-deprecate-implicitly-nullable-types.xml</slide> + +https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + + +Policy: + +https://wiki.php.net/rfc/policy-repository +<slide>slides/internals/php84-policy-repository.xml</slide> + +https://wiki.php.net/rfc/release_cycle_update +<slide>slides/internals/php84-release-cycle.xml</slide> + +<slide>slides/internals/questions-new.xml</slide> +<slide>slides/xdebug/resources.xml</slide> + +</presentation> diff --git a/php-confoo25.xml b/php-confoo25.xml new file mode 100644 index 00000000..1633c05f --- /dev/null +++ b/php-confoo25.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="utf-8"?> +<presentation css="derick.css"> +<topic>PHP</topic> +<title>What's New in PHP 8.4!</title> +<event>ConFoo 2025</event> +<location>Montréal, Canada</location> +<date>Wed 25 Feb, 2025</date> +<speaker>Derick Rethans</speaker> +<email>[email protected]</email> +<twitter>derickr</twitter> +<mastodon>@[email protected]</mastodon> +<url>https://derickrethans.nl/talks/php-confoo25</url> +<joindin></joindin> +<slide>slides/xdebug/title.xml</slide> +<slide>slides/mongodb/me.xml</slide> + + +Syntax: + +https://wiki.php.net/rfc/asymmetric-visibility-v2 +<slide>slides/internals/php84-asymmetric-visibility.xml</slide> +<slide>slides/internals/php84-asymmetric-visibility-2.xml</slide> + +https://wiki.php.net/rfc/property-hooks +<slide>slides/internals/php84-property-hooks.xml</slide> +<slide>slides/internals/php84-property-hooks-example-1.xml</slide> +<slide>slides/internals/php84-property-hooks-example-2.xml</slide> +<slide>slides/internals/php84-property-hooks-example-3.xml</slide> +<slide>slides/internals/php84-property-hooks-example-4.xml</slide> + +https://wiki.php.net/rfc/new_without_parentheses +<slide>slides/internals/php84-new-without-parentheses.xml</slide> + + + +Major additions: + +https://wiki.php.net/rfc/domdocument_html5_parser +<slide>slides/internals/php84-dom-html5.xml</slide> + +<!-- +https://wiki.php.net/rfc/improve_callbacks_dom_and_xsl +<sl ide>slides/internals/php84-dom-callbacks.xml</slide> +--> + +https://wiki.php.net/rfc/lazy-objects +<slide>slides/internals/php84-lazy-objects.xml</slide> + + +https://wiki.php.net/rfc/jit-ir +<slide>slides/internals/php80-jit.xml</slide> +<slide>slides/internals/php84-jit.xml</slide> + +Minor additions: + +https://wiki.php.net/rfc/deprecated_attribute +<slide>slides/internals/php84-deprecated-attribute.xml</slide> + +https://wiki.php.net/rfc/pdo_driver_specific_subclasses +<slide>slides/internals/php84-pdo-subclass.xml</slide> + +https://wiki.php.net/rfc/new_rounding_modes_to_round_function +<slide>slides/internals/php84-round-modes.xml</slide> + +https://wiki.php.net/rfc/bcrypt_cost_2023 +<slide>slides/internals/php84-bcrypt-cost.xml</slide> + +https://wiki.php.net/rfc/grapheme_str_split +<slide>slides/internals/php84-grapheme-str-split.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-2.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-3.xml</slide> + +Deprecations: + +https://wiki.php.net/rfc/deprecate-implicitly-nullable-types +<slide>slides/internals/php84-deprecate-implicitly-nullable-types.xml</slide> + +https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + + +Policy: + +https://wiki.php.net/rfc/policy-repository +<slide>slides/internals/php84-policy-repository.xml</slide> + +https://wiki.php.net/rfc/release_cycle_update +<slide>slides/internals/php84-release-cycle.xml</slide> + +<slide>slides/internals/questions-new.xml</slide> +<slide>slides/xdebug/resources.xml</slide> + +</presentation> diff --git a/php-phpuk25.xml b/php-phpuk25.xml new file mode 100644 index 00000000..975118c2 --- /dev/null +++ b/php-phpuk25.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="utf-8"?> +<presentation css="derick.css"> +<topic>PHP</topic> +<title>What's New in PHP 8.4!</title> +<event>PHP UK Conference</event> +<location>London, UK</location> +<date>Wed 19 Feb, 2025</date> +<speaker>Derick Rethans</speaker> +<email>[email protected]</email> +<twitter>derickr</twitter> +<mastodon>@[email protected]</mastodon> +<url>https://derickrethans.nl/talks/php-phpuk25</url> +<joindin></joindin> +<slide>slides/xdebug/title.xml</slide> +<slide>slides/mongodb/me.xml</slide> + + +Syntax: + +https://wiki.php.net/rfc/asymmetric-visibility-v2 +<slide>slides/internals/php84-asymmetric-visibility.xml</slide> +<slide>slides/internals/php84-asymmetric-visibility-2.xml</slide> + +https://wiki.php.net/rfc/property-hooks +<slide>slides/internals/php84-property-hooks.xml</slide> +<slide>slides/internals/php84-property-hooks-example-1.xml</slide> +<slide>slides/internals/php84-property-hooks-example-2.xml</slide> +<slide>slides/internals/php84-property-hooks-example-3.xml</slide> +<slide>slides/internals/php84-property-hooks-example-4.xml</slide> + +https://wiki.php.net/rfc/new_without_parentheses +<slide>slides/internals/php84-new-without-parentheses.xml</slide> + + + +Major additions: + +https://wiki.php.net/rfc/domdocument_html5_parser +<slide>slides/internals/php84-dom-html5.xml</slide> + +<!-- +https://wiki.php.net/rfc/improve_callbacks_dom_and_xsl +<sl ide>slides/internals/php84-dom-callbacks.xml</slide> +--> + +https://wiki.php.net/rfc/lazy-objects +<slide>slides/internals/php84-lazy-objects.xml</slide> + + +https://wiki.php.net/rfc/jit-ir +<slide>slides/internals/php80-jit.xml</slide> +<slide>slides/internals/php84-jit.xml</slide> + +Minor additions: + +https://wiki.php.net/rfc/deprecated_attribute +<slide>slides/internals/php84-deprecated-attribute.xml</slide> + +https://wiki.php.net/rfc/pdo_driver_specific_subclasses +<slide>slides/internals/php84-pdo-subclass.xml</slide> + +https://wiki.php.net/rfc/new_rounding_modes_to_round_function +<slide>slides/internals/php84-round-modes.xml</slide> + +https://wiki.php.net/rfc/bcrypt_cost_2023 +<slide>slides/internals/php84-bcrypt-cost.xml</slide> + +https://wiki.php.net/rfc/grapheme_str_split +<slide>slides/internals/php84-grapheme-str-split.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-2.xml</slide> +<slide>slides/internals/php84-grapheme-str-split-3.xml</slide> + +Deprecations: + +https://wiki.php.net/rfc/deprecate-implicitly-nullable-types +<slide>slides/internals/php84-deprecate-implicitly-nullable-types.xml</slide> + +https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + + +Policy: + +https://wiki.php.net/rfc/policy-repository +<slide>slides/internals/php84-policy-repository.xml</slide> + +https://wiki.php.net/rfc/release_cycle_update +<slide>slides/internals/php84-release-cycle.xml</slide> + +<slide>slides/internals/questions-new.xml</slide> +<slide>slides/xdebug/resources.xml</slide> + +</presentation> diff --git a/xdebug-confoo25.xml b/xdebug-confoo25.xml new file mode 100644 index 00000000..bd7782ee --- /dev/null +++ b/xdebug-confoo25.xml @@ -0,0 +1,90 @@ +<?xml version="1.0" encoding="utf-8"?> +<presentation css="derick.css"> +<topic>Debugging</topic> +<title>Better Debugging with Xdebug</title> +<event>ConFoo 2025</event> +<location>Montréal, Canada</location> +<date>February 27th, 2025</date> +<speaker>Derick Rethans</speaker> +<email>[email protected]</email> +<mastodon>@[email protected]</mastodon> +<twitter>derickr</twitter> +<url>https://derickrethans.nl/talks/xdebug-confoo25</url> +<joindin>https://xdebug.org</joindin> +<slide>slides/xdebug/title.xml</slide> +<slide>slides/mongodb/me.xml</slide> + +Code reorganisation +Modes +- only do what is needed +Reduce Configuration Options +Code Improvements (algorithms, memory, etc) +<!--<s lide>slides/xdebug/code-reorgnisation.xml</slide>--> +<!--< slide>slides/xdebug/modes.xml</slide>--> +<!--<s lide>slides/xdebug/config-settings-3.xml</slide>--> +<!--<s lide>slides/xdebug/config-settings-3b.xml</slide>--> +<!--<s lide>slides/xdebug/xdebug-3-speedup-1.xml</slide>--> + +- xdebug_info() (demo, VS Code or PhpStorm) + + - an API through xdebug_info() for mode detection (VS Code or PhpStorm) + 'mode' + 'extension-flags' + +<slide>slides/xdebug/xdebug_info.xml</slide> +<slide>slides/xdebug/xdebug_info-2.xml</slide> + +- xdebug_notify() (demo, VS Code) + +<slide>slides/xdebug/xdebug_notify.xml</slide> + +- file_link_format (demo, PhpStorm) + +<!-- <s lide>slides/xdebug/xdebug_file_link_format.xml</slide>--> + + + -> ticket + +<!--<s lide>slides/xdebug/diagnostic-log.xml</slide> (Also console output) --> + +<slide>slides/xdebug/xdebug-recent-new-features.xml</slide> +Step debugging improvements +Step debugging improvements + +<slide>slides/xdebug/breakpoint_resolving.xml</slide> +- breakpoint resolving (demo, PhpStorm) + +<slide>slides/xdebug/return_value.xml</slide> +- return value debugging (demo, VS Code or PhpStorm) + +<slide>slides/xdebug/breakpoint_not_resolving.xml</slide> +- Xdebug will now also log a warning if an IDE attempts to set a breakpoint on + a file that does not exist on the file system. (demo, PhpStorm) + +<slide>slides/xdebug/xdebug_connect_to_client.xml</slide> +- xdebug_connect_to_client() (demo, PhpStorm) + +<slide>slides/xdebug/xdebug_pseudo_hosts.xml</slide> +- xdebug://gateway and xdebug://nameserver (explain) + +<slide>slides/xdebug/xdebug-recent-new-features.xml</slide> + +<slide>slides/xdebug/xdebug-control-socket.xml</slide> + +<slide>slides/xdebug/xdebug-future-features.xml</slide> + +<slide>slides/xdebug/xdebug-native-path-mapping.xml</slide> +<slide>slides/xdebug/restaurant.xml</slide> + +<slide>slides/xdebug/xdebug-cloud-announcement.xml</slide> + +<slide>slides/xdebug/donate.xml</slide> +<slide>slides/xdebug/business-support.xml</slide> +<slide>slides/xdebug/transparency.xml</slide> + + +<!-- <s lide>slides/xdebug/phpinternalsnews.xml</slide> --> +<slide>slides/mongodb/questions.xml</slide> +<slide>slides/xdebug/resources.xml</slide> + +</presentation>