Author: Roman Pronskiy (pronskiy) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2026-05-06T14:44:18+02:00
Commit: https://github.com/php/web-php/commit/a0c3228061373f9c0183d25f6f4b0b59711f11aa Raw diff: https://github.com/php/web-php/commit/a0c3228061373f9c0183d25f6f4b0b59711f11aa.diff Add announcement for PHPverse 2026 conference (#1896) Changed paths: A archive/entries/2026-05-04-1.xml A images/news/phpverse_2026.png M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index 703155ce0c..56ba94cf00 100644 --- a/archive/archive.xml +++ b/archive/archive.xml @@ -9,6 +9,7 @@ <uri>http://php.net/contact</uri> <email>[email protected]</email> </author> + <xi:include href="entries/2026-05-04-1.xml"/> <xi:include href="entries/2026-04-09-2.xml"/> <xi:include href="entries/2026-04-09-1.xml"/> <xi:include href="entries/2026-03-12-2.xml"/> diff --git a/archive/entries/2026-05-04-1.xml b/archive/entries/2026-05-04-1.xml new file mode 100644 index 0000000000..631f525187 --- /dev/null +++ b/archive/entries/2026-05-04-1.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>JetBrains PHPverse 2026</title> + <id>https://www.php.net/archive/2026.php#2026-05-04-1</id> + <published>2026-05-04T10:00:00+00:00</published> + <updated>2026-05-04T10:00:00+00:00</updated> + <link href="https://www.php.net/conferences/index.php#2026-05-04-1" rel="alternate" type="text/html"/> + <link href="https://lp.jetbrains.com/phpverse-2026/?utm_source=php.net&utm_medium=referral&utm_campaign=phpverse2026" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2026-06-09</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://lp.jetbrains.com/phpverse-2026/?utm_source=php.net&utm_medium=referral&utm_campaign=phpverse2026" title="JetBrains PHPverse 2026">phpverse_2026.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p> + Join us for <strong>JetBrains PHPverse 2026</strong> on June 9 – a global live streaming event dedicated to modern PHP practices and the future of the language. + </p> + <p> + This year's lineup features talks by renowned voices in the PHP community, including Larry Garfield, Fabien Potencier, Nils Adermann, Elizabeth Barron, and more. You can tune in for the whole day or drop in for the talks that interest you most. <a href="https://lp.jetbrains.com/phpverse-2026/?utm_source=php.net&utm_medium=referral&utm_campaign=phpverse2026#program">See the full program here</a>. + </p> + <p> + 📅 <strong>June 9, 2026</strong> <br/> + 📍 <strong><a href="https://lp.jetbrains.com/phpverse-2026/?utm_source=php.net&utm_medium=referral&utm_campaign=phpverse2026">Online</a></strong> – free and open to everyone + </p> + <p> + In 2025, PHPverse reached over 55,000 developers worldwide — be part of it this year! <strong><a href="https://lp.jetbrains.com/phpverse-2026/?utm_source=php.net&utm_medium=referral&utm_campaign=phpverse2026">Register now</a></strong>. + </p> + </div> + </content> +</entry> diff --git a/images/news/phpverse_2026.png b/images/news/phpverse_2026.png new file mode 100644 index 0000000000..fa753c8334 Binary files /dev/null and b/images/news/phpverse_2026.png differ
