[presentations] master: Confoo PHP talk
[email protected] (Derick Rethans) Tue, 13 Feb 2024 14:25:36 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2024-02-13T13:10:31Z Commit: https://github.com/php/presentations/commit/b296eb7fe10108a57c86a846c4fc2e8bccda81eb Raw diff: https://github.com/php/presentations/commit/b296eb7fe10108a57c86a846c4fc2e8bccda81eb.diff Confoo PHP talk Changed paths: A php-confoo24.xml M slides/internals/php84-pdo-subclass.xml Diff: diff --git a/php-confoo24.xml b/php-confoo24.xml new file mode 100644 index 00000000..7dc27dee --- /dev/null +++ b/php-confoo24.xml @@ -0,0 +1,165 @@ +<?xml version="1.0" encoding="utf-8"?> +<presentation css="derick.css"> +<topic>PHP</topic> +<title>What's New in PHP 8.[123]?</title> +<event>ConFoo 2024</event> +<location>Montréal, Canada</location> +<date>February 21st, 2024</date> +<speaker>Derick Rethans</speaker> +<email>[email protected]</email> +<twitter>derickr</twitter> +<mastodon>@[email protected]</mastodon> +<url>https://derickrethans.nl/talks/php-confoo24</url> +<joindin></joindin> +<slide>slides/xdebug/title.xml</slide> +<slide>slides/mongodb/me.xml</slide> + +Readonly properties 2.0 (https://wiki.php.net/rfc/readonly_properties_v2) +<slide>slides/internals/php81-readonly.xml</slide> + +https://wiki.php.net/rfc/readonly_classes +<slide>slides/internals/php82-readonly.xml</slide> + +https://wiki.php.net/rfc/readonly_amendments +<slide>slides/internals/php83-readonly.xml</slide> + + +Mixed Type v2 +<!-- <s lide>slides/internals/php80-mixed-types.xml</slide> --> + +PHP 8.0: +https://wiki.php.net/rfc/static_return_type +static return type +<!-- <s lide>slides/internals/php80-static-return.xml</slide> --> + +Constructor Property Promotion +<!-- <s lide>slides/internals/php80-cpp-without.xml</slide> --> +<!-- <s lide>slides/internals/php80-cpp-with.xml</slide> --> + +<slide>slides/internals/php80-named-without.xml</slide> +<slide>slides/internals/php80-named-with.xml</slide> + +<!-- BIG NEW FEATURES --> +Enumerations (https://wiki.php.net/rfc/enumerations) +<!-- +<sl ide>slides/internals/php81-enums-1.xml</slide> +<sl ide>slides/internals/php81-enums-2.xml</slide> +<sl ide>slides/internals/php81-enums-3.xml</slide> +<sl ide>slides/internals/php81-enums-4.xml</slide> +<sl ide>slides/internals/php81-enums-5.xml</slide> +<sl ide>slides/internals/php81-enums-6.xml</slide> +<sl ide>slides/internals/php81-enums-7.xml</slide> +--> +https://wiki.php.net/rfc/fetch_property_in_const_expressions +<slide>slides/internals/php82-enums-1.xml</slide> + +<!-- +Noreturn type (https://wiki.php.net/rfc/noreturn_type) (never) +<sl ide>slides/internals/php81-never-type.xml</slide> +--> + +Array unpacking with string keys (https://wiki.php.net/rfc/array_unpacking_string_keys) +<slide>slides/internals/php81-array-unpacking.xml</slide> + +Fibers (https://wiki.php.net/rfc/fibers) +<!-- <s lide>slides/internals/php81-fibers.xml</slide> --> + +First Class Callable (https://wiki.php.net/rfc/first_class_callable_syntax) +<slide>slides/internals/php81-fcc.xml</slide> + +PHP 8.2: + +https://wiki.php.net/rfc/null-false-standalone-types +'null' and 'false' as standalone +<slide>slides/internals/php82-null-false-standalone.xml</slide> + +https://wiki.php.net/rfc/true-type +'true' type +<slide>slides/internals/php82-true.xml</slide> + +Pure Intersection Types (https://wiki.php.net/rfc/pure-intersection-types) +<slide>slides/internals/php81-pure-intersection.xml</slide> + +https://wiki.php.net/rfc/dnf_types +? Disjunctive Normal Form Types +<slide>slides/internals/php82-dnf-types.xml</slide> + +https://wiki.php.net/rfc/rng_extension +<slide>slides/internals/php82-random.xml</slide> + +https://wiki.php.net/rfc/randomizer_additions +<slide>slides/internals/php83-random.xml</slide> + +https://wiki.php.net/rfc/deprecate_dynamic_properties +<slide>slides/internals/php82-deprecate-dynamic-properties.xml</slide> + +https://wiki.php.net/rfc/redact_parameters_in_back_traces +<slide>slides/internals/php82-redact-parameters.xml</slide> + +PHP 8.3: + +Syntax additions: + +https://wiki.php.net/rfc/marking_overriden_methods +<slide>slides/internals/php83-marking-overridden-methods.xml</slide> + +https://wiki.php.net/rfc/typed_class_constants +<slide>slides/internals/php83-typed-class-constants.xml</slide> + +https://wiki.php.net/rfc/dynamic_class_constant_fetch +<slide>slides/internals/php83-dynamic-class-constant-fetch.xml</slide> + +https://wiki.php.net/rfc/arbitrary_static_variable_initializers +<slide>slides/internals/php83-arbitrary-static-var-initialisers.xml</slide> + + +Minor improvements: + +https://wiki.php.net/rfc/json_validate +<slide>slides/internals/php83-json_validate.xml</slide> + +https://wiki.php.net/rfc/datetime-exceptions +<slide>slides/internals/php83-datetime-exceptions.xml</slide> + + +PHP 8.4: + +Major additions: + +https://wiki.php.net/rfc/domdocument_html5_parser +<slide>slides/internals/php84-dom-html5.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/improve_callbacks_dom_and_xsl + +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/mb_trim + +https://wiki.php.net/rfc/bcrypt_cost_2023 + +https://wiki.php.net/rfc/rfc1867-non-post + +https://wiki.php.net/rfc/http-last-response-headers + + +Deprecations: + +https://wiki.php.net/rfc/unbundle_imap_pspell_oci8 + + + + +<slide>slides/internals/questions-new.xml</slide> +<slide>slides/xdebug/resources.xml</slide> + +</presentation> diff --git a/slides/internals/php84-pdo-subclass.xml b/slides/internals/php84-pdo-subclass.xml index 6cb7ab04..ace89c94 100644 --- a/slides/internals/php84-pdo-subclass.xml +++ b/slides/internals/php84-pdo-subclass.xml @@ -6,7 +6,7 @@ <blurb>%PDODBLib%, %PDOFirebird%, %PDOOCI%, %PDOODBC% are just children, without any changes.</blurb> <blurb>%PDOMySQL% has %getWarningCount()% defined on it</blurb> -<blurb>%PDOPgSQL% and %PDOSQLite have a whole bunch of constants and methods</blurb> +<blurb>%PDOPgSQL% and %PDOSQLite% have a whole bunch of constants and methods</blurb> <break lines="2"/> <blurb>A new factory method, %PDO::connect% returns an object representing one of the new subclasses:</blurb>