diff --git a/src/Pages/OpenSourcePage.php b/src/Pages/OpenSourcePage.php index 7041a8a..9ae77f3 100644 --- a/src/Pages/OpenSourcePage.php +++ b/src/Pages/OpenSourcePage.php @@ -55,7 +55,8 @@ class OpenSourcePage extends BasePage { 'conf' => 'PHP Tek 2026', 'loc' => 'Chicago, Illinois', 'date' => 'May 2026', - 'upcoming' => true, + 'slides' => '20260520 PHPTek PHP 8.6 presentation.pdf', + 'blog' => '20260525-phptek-2026', ], ], ], @@ -66,7 +67,8 @@ class OpenSourcePage extends BasePage { 'conf' => 'PHP Tek 2026', 'loc' => 'Chicago, Illinois', 'date' => 'May 2026', - 'upcoming' => true, + 'slides' => '20260521 PHPTek SemVer presentation.pdf', + 'blog' => '20260525-phptek-2026', ], ], ], @@ -120,7 +122,7 @@ class OpenSourcePage extends BasePage { 'link' => 'https://wiki.php.net/rfc/override_constants', 'date' => 'March 2026', 'desc' => 'Extend #[\Override] to target class constants', - 'status' => 'in voting', + 'status' => 'pending implementation / landing', ], 'ReflectionAttribute::getCurrent()' => [ 'name' => 'Add ReflectionAttribute::getCurrent()', diff --git a/tests/data/OpenSource.html b/tests/data/OpenSource.html index d0810d7..f884355 100644 --- a/tests/data/OpenSource.html +++ b/tests/data/OpenSource.html @@ -1,7 +1,7 @@ Open source
HomeRésuméOpen SourceWorkBlog

Open source contributions

I contribute to open-source projects on GitHub as @DanielEScherzer.

Conference Presentations

I have given a few presentation at various open-source-related conferences. The slides and my post-conference write-ups in my blog are listed below. Note that -even when a presentation is given multiple times, the content changes.

PHP

I started contributing to the PHP source in August 2024, working primarily on +even when a presentation is given multiple times, the content changes.

PHP

I started contributing to the PHP source in August 2024, working primarily on bug fixes, improvements to the Reflection extension and various cleanup. In March 2025, I requested and was granted access to make direct changes (and approve others' changes) to PHP. I also became the official maintainer of the reflection extension.

Also in March 2025, I volunteered to serve as one of the release managers for @@ -10,7 +10,7 @@ was one of the two "rookie" candidates chosen to help with the release. You can read more in my blog post. I subsequently volunteered to serve as the "veteran" release manager for the PHP 8.6 release cycle (blog post).

PHP uses a process of requests for comment when proposing and implementing major -changes; my RFCs include:

Packages

I also wrote multiple open-source PHP packages - though some are currently +changes; my RFCs include:

Packages

I also wrote multiple open-source PHP packages - though some are currently primarily used by me, I am a firm supporter of open-source code and figured that they might be useful to others. The packages that I have created so far are:

Website

The source code for my website is also public, in case the code is useful to others. The actual text about me is probably not going to be relevant, but my