Author: natsuki ueda (natsuki-engr) Committer: GitHub (web-flow) Pusher: sy-records Date: 2025-10-09T13:21:32+08:00
Commit: https://github.com/php/web-php/commit/e79c606cf978c9b29899991278eed4b27b49adff Raw diff: https://github.com/php/web-php/commit/e79c606cf978c9b29899991278eed4b27b49adff.diff Add phpcon hiroshima 2025 (#1499) Changed paths: A archive/entries/2025-10-08-1.xml A images/news/phpconfHiroshima-2025.png M archive/archive.xml Diff: diff --git a/archive/archive.xml b/archive/archive.xml index c9e7f74fdb..a916b2339f 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/2025-10-08-1.xml"/> <xi:include href="entries/2025-10-03-1.xml"/> <xi:include href="entries/2025-09-25-3.xml"/> <xi:include href="entries/2025-09-25-2.xml"/> diff --git a/archive/entries/2025-10-08-1.xml b/archive/entries/2025-10-08-1.xml new file mode 100644 index 0000000000..834a275715 --- /dev/null +++ b/archive/entries/2025-10-08-1.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://php.net/ns/news"> + <title>PHP Conference Hiroshima 2025</title> + <id>https://www.php.net/archive/2025.php#2025-10-08-1</id> + <published>2025-10-08T09:10:53+00:00</published> + <updated>2025-10-08T09:10:53+00:00</updated> + <link href="https://www.php.net/conferences/index.php#2025-10-08-1" rel="alternate" type="text/html"/> + <link href="https://phpcon-hiroshima.jp/" rel="via" type="text/html"/> + <default:finalTeaserDate xmlns="http://php.net/ns/news">2025-10-11</default:finalTeaserDate> + <category term="conferences" label="Conference announcement"/> + <default:newsImage xmlns="http://php.net/ns/news" link="https://phpcon-hiroshima.jp/" title="PHP Conference Hiroshima 2025">phpconfHiroshima-2025.png</default:newsImage> + <content type="xhtml"> + <div xmlns="http://www.w3.org/1999/xhtml"> + <p>That technical problem you've been struggling with alone? Turns out the person next to you has been wrestling with the same thing. +Why not come to Hiroshima and experience that moment of discovery and sence of relief for yourself?</p> + <p>We hope this conference will be not only a place to gain knowledge, but also a place to meet like-minded peers. +Learn from others' experience, inspire each other, and share your own insights.</p> + <p>As this cycle of learning continues, connections are made, and the PHP community of tomorrow grows even stronger. Let's make that day together.</p> + <strong>Basic info</strong> + <ul> + <li>📅 10/11 2025</li> + <li>📍 Yale Yale A-kan 6th floor, Hiroshima, Japan</li> + </ul> + <strong>Links</strong> + <ul> + <li>HP: <a href="https://phpcon-hiroshima.jp">https://phpcon-hiroshima.jp</a></li> + <li>X: <a href="https://x.com/phpcon_hrsm">https://x.com/phpcon_hrsm</a></li> + <li>Tickets: <a href="https://fortee.jp/phpcon-hiroshima-2025/ticket-shop/index">https://fortee.jp/phpcon-hiroshima-2025/ticket-shop/index</a></li> + <li>TimeTable: <a href="https://fortee.jp/phpcon-hiroshima-2025/timetable">https://fortee.jp/phpcon-hiroshima-2025/timetable</a></li> + </ul> + </div> + </content> +</entry> diff --git a/images/news/phpconfHiroshima-2025.png b/images/news/phpconfHiroshima-2025.png new file mode 100644 index 0000000000..aeab1519fd Binary files /dev/null and b/images/news/phpconfHiroshima-2025.png differ
