Skip to content

Commit

Permalink
deploy: dc753b8
Browse files Browse the repository at this point in the history
  • Loading branch information
pronskiy committed Aug 19, 2024
1 parent e981ba5 commit 68c8e39
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 15 deletions.
9 changes: 8 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title><![CDATA[The PHP Foundation]]></title>
<link href="https://thephp.foundation/atom.xml" rel="self"/>
<link href="https://thephp.foundation/"/>
<updated>2024-08-19T16:54:34+00:00</updated>
<updated>2024-08-19T17:55:52+00:00</updated>
<id>https://thephp.foundation/</id>
<generator uri="http://sculpin.io/">Sculpin</generator>
<entry>
Expand Down Expand Up @@ -489,6 +489,13 @@ g($a); // error
<li>If reified generics turn out to be infeasible, would the dedicated collections syntax shown here be acceptable?</li>
<li>Would "erased generics now, and we can <em>probably</em> convert them to reified in the future" be an acceptable strategy, if it is determined to be feasible?</li>
</ul>
<h1 id="discussions">Discussions</h1>
<ul>
<li><a href="https://externals.io/message/125049">PHP Internals mailing list</a></li>
<li><a href="https://www.reddit.com/r/PHP/comments/1ew7hik/state_of_generics_and_collections/">Reddit</a></li>
</ul>
]]></content>
</entry>
<entry>
Expand Down
7 changes: 7 additions & 0 deletions blog/2024/08/19/state-of-generics-and-collections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,13 @@ <h1 id="conclusion">Conclusion</h1>
<li>If erased generics are included, would that necessitate an official linter to validate them, or continue to leave that to user-space tooling?</li>
<li>If reified generics turn out to be infeasible, would the dedicated collections syntax shown here be acceptable?</li>
<li>Would "erased generics now, and we can <em>probably</em> convert them to reified in the future" be an acceptable strategy, if it is determined to be feasible?</li>
</ul>

<h1 id="discussions">Discussions</h1>

<ul>
<li><a href="https://externals.io/message/125049">PHP Internals mailing list</a></li>
<li><a href="https://www.reddit.com/r/PHP/comments/1ew7hik/state_of_generics_and_collections/">Reddit</a></li>
</ul>

</div>
Expand Down
9 changes: 8 additions & 1 deletion rss/arnaud_le_blanc.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<p>In this article we will be exploring the different approaches, and what their current state is.</p>
Expand Down Expand Up @@ -477,4 +477,11 @@ g($a); // error
<li>If reified generics turn out to be infeasible, would the dedicated collections syntax shown here be acceptable?</li>
<li>Would "erased generics now, and we can <em>probably</em> convert them to reified in the future" be an acceptable strategy, if it is determined to be feasible?</li>
</ul>
<h1 id="discussions">Discussions</h1>
<ul>
<li><a href="https://externals.io/message/125049">PHP Internals mailing list</a></li>
<li><a href="https://www.reddit.com/r/PHP/comments/1ew7hik/state_of_generics_and_collections/">Reddit</a></li>
</ul>
]]></content><link href="https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/"/><id>https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/</id><updated>Mon, 19 Aug 2024 00:00:00 +0000</updated></entry></feed>
2 changes: 1 addition & 1 deletion rss/ayesh_karunaratne.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Ayesh Karunaratne</name><uri>https://aye.sh</uri></author><title type="html"><![CDATA[PHP Core Roundup #10]]></title><content type="html"><![CDATA[<p>Welcome back to the tenth in the PHP Core Roundup series. As February comes to end we have plenty of PHP developments to write about. February was a month full of new RFCs for upcoming PHP 8.3, merged changes, security releases for PHP 8.2, 8.1, and 8.0, as well as several discussions in the mailing list about improving PHP.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Ayesh Karunaratne</name><uri>https://aye.sh</uri></author><title type="html"><![CDATA[PHP Core Roundup #10]]></title><content type="html"><![CDATA[<p>Welcome back to the tenth in the PHP Core Roundup series. As February comes to end we have plenty of PHP developments to write about. February was a month full of new RFCs for upcoming PHP 8.3, merged changes, security releases for PHP 8.2, 8.1, and 8.0, as well as several discussions in the mailing list about improving PHP.</p>

<blockquote>
<p>The PHP Foundation currently supports six part-time PHP contributors who work on maintenance and new features for PHP. Maintenance is not limited to fixing bugs, but also includes work to reduce technical debt, making life easier for everyone working on PHP. The contributors funded by the PHP Foundation collaborate with other contributors on code, documentation, and discussions.</p>
Expand Down
9 changes: 8 additions & 1 deletion rss/derick_rethans.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<p>In this article we will be exploring the different approaches, and what their current state is.</p>
Expand Down Expand Up @@ -477,4 +477,11 @@ g($a); // error
<li>If reified generics turn out to be infeasible, would the dedicated collections syntax shown here be acceptable?</li>
<li>Would "erased generics now, and we can <em>probably</em> convert them to reified in the future" be an acceptable strategy, if it is determined to be feasible?</li>
</ul>
<h1 id="discussions">Discussions</h1>
<ul>
<li><a href="https://externals.io/message/125049">PHP Internals mailing list</a></li>
<li><a href="https://www.reddit.com/r/PHP/comments/1ew7hik/state_of_generics_and_collections/">Reddit</a></li>
</ul>
]]></content><link href="https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/"/><id>https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/</id><updated>Mon, 19 Aug 2024 00:00:00 +0000</updated></entry></feed>
9 changes: 8 additions & 1 deletion rss/larry_garfield.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Arnaud Le Blanc</name><uri>https://github.com/arnaud-lb</uri></author><author><name>Derick Rethans</name><uri>https://derickrethans.nl</uri></author><author><name>Larry Garfield</name><uri>https://www.garfieldtech.com/</uri></author><title type="html"><![CDATA[State of Generics and Collections]]></title><content type="html"><![CDATA[<p>Generics have been on the list of wanted features for a long time by numerous PHP developers. The topic is often brought up in "What's New in PHP?" talks as well during Q&amp;A.</p>
<p>In this article we will be exploring the different approaches, and what their current state is.</p>
Expand Down Expand Up @@ -477,4 +477,11 @@ g($a); // error
<li>If reified generics turn out to be infeasible, would the dedicated collections syntax shown here be acceptable?</li>
<li>Would "erased generics now, and we can <em>probably</em> convert them to reified in the future" be an acceptable strategy, if it is determined to be feasible?</li>
</ul>
<h1 id="discussions">Discussions</h1>
<ul>
<li><a href="https://externals.io/message/125049">PHP Internals mailing list</a></li>
<li><a href="https://www.reddit.com/r/PHP/comments/1ew7hik/state_of_generics_and_collections/">Reddit</a></li>
</ul>
]]></content><link href="https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/"/><id>https://thephp.foundation/blog/2024/08/19/state-of-generics-and-collections/</id><updated>Mon, 19 Aug 2024 00:00:00 +0000</updated></entry></feed>
2 changes: 1 addition & 1 deletion rss/nils_adermann.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Roman Pronskiy</name><uri>https://twitter.com/pronskiy</uri></author><author><name>Nils Adermann</name><uri>https://twitter.com/naderman</uri></author><title type="html"><![CDATA[We Are Looking for Developers to Join the PHP Foundation]]></title><content type="html"><![CDATA[<p>Working on an open-source project which is used by millions of developers and which is trusted by hundreds of thousands of businesses around the world. Getting paid for this work and not having a burnout. Sounds like a dream, doesn't it? But this is exactly the opportunity that the PHP Foundation provides to those who would like to develop and maintain the PHP language.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Roman Pronskiy</name><uri>https://twitter.com/pronskiy</uri></author><author><name>Nils Adermann</name><uri>https://twitter.com/naderman</uri></author><title type="html"><![CDATA[We Are Looking for Developers to Join the PHP Foundation]]></title><content type="html"><![CDATA[<p>Working on an open-source project which is used by millions of developers and which is trusted by hundreds of thousands of businesses around the world. Getting paid for this work and not having a burnout. Sounds like a dream, doesn't it? But this is exactly the opportunity that the PHP Foundation provides to those who would like to develop and maintain the PHP language.</p>
<p>The PHP Foundation is a non-profit organization, started in 2021 by Acquia, Automattic, Craft CMS, JetBrains, Laravel, PrestaShop, Private Packagist, Symfony, Tideways, and Zend by Perforce with a mission to support, advance, and develop the PHP language.</p>
Expand Down
2 changes: 1 addition & 1 deletion rss/roman_pronskiy.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Roman Pronskiy</name><uri>https://twitter.com/pronskiy</uri></author><title type="html"><![CDATA[PHP Foundation Update, May 2022]]></title><content type="html"><![CDATA[<p><code>&lt;?php echo 'Hello world!';</code></p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Roman Pronskiy</name><uri>https://twitter.com/pronskiy</uri></author><title type="html"><![CDATA[PHP Foundation Update, May 2022]]></title><content type="html"><![CDATA[<p><code>&lt;?php echo 'Hello world!';</code></p>
<p>This time our regular update is short. Check the <a href="https://thephp.foundation/blog/2022/05/30/php-core-roundup-2/">PHP Core Roundup</a> series for a detailed development log.</p>
Expand Down
2 changes: 1 addition & 1 deletion rss/sebastian_bergmann.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Sebastian Bergmann</name><uri>https://github.com/sebastianbergmann</uri></author><title type="html"><![CDATA[Interview with Core Developers]]></title><content type="html"><![CDATA[<p>The initial group of sponsored developers has now been "at it" for a month, and we thought that you might be interested in who they are and what they work on. I got the opportunity to (virtually) sit down with Derick Rethans, Gina Peter Banyard, Ilija Tovilo, Jakub Zelenka, Máté Kocsis, and Arnaud Le Blanc for an interview.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Sebastian Bergmann</name><uri>https://github.com/sebastianbergmann</uri></author><title type="html"><![CDATA[Interview with Core Developers]]></title><content type="html"><![CDATA[<p>The initial group of sponsored developers has now been "at it" for a month, and we thought that you might be interested in who they are and what they work on. I got the opportunity to (virtually) sit down with Derick Rethans, Gina Peter Banyard, Ilija Tovilo, Jakub Zelenka, Máté Kocsis, and Arnaud Le Blanc for an interview.</p>
<h4 id="%2A%2Asebastian%3A%2A%2A-let%27s-start-with-a-round-of-introductions.-who-are-you%3F"><strong>Sebastian:</strong> Let's start with a round of introductions. Who are you?</h4>
Expand Down
2 changes: 1 addition & 1 deletion rss/sergey_panteleev.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T16:54:34+00:00</updated><entry><author><name>Ayesh Karunaratne</name><uri>https://aye.sh</uri></author><author><name>Sergey Panteleev</name><uri>https://sergeypanteleev.com</uri></author><title type="html"><![CDATA[PHP Core Roundup #17]]></title><content type="html"><![CDATA[<p>Welcome back to <a href="/blog/tag/roundup/">PHP Core Roundup</a> series! This is post #17, where we highlight and celebrate the improvements made to PHP during the month past by the PHP development team, members of the PHP Foundation, and more.</p>
<feed xmlns="http://www.w3.org/2005/Atom"><title><![CDATA[The PHP Foundation]]></title><description><![CDATA[Supporting, Advancing, and Developing the PHP Language]]></description><updated>2024-08-19T17:55:53+00:00</updated><entry><author><name>Ayesh Karunaratne</name><uri>https://aye.sh</uri></author><author><name>Sergey Panteleev</name><uri>https://sergeypanteleev.com</uri></author><title type="html"><![CDATA[PHP Core Roundup #17]]></title><content type="html"><![CDATA[<p>Welcome back to <a href="/blog/tag/roundup/">PHP Core Roundup</a> series! This is post #17, where we highlight and celebrate the improvements made to PHP during the month past by the PHP development team, members of the PHP Foundation, and more.</p>
<blockquote>
<p>The PHP Foundation is a collective of PHP contributors, veterans, and companies that collaborate to ensure the long-term sustainability of the PHP programming language. The foundation currently supports six contributors focused on PHP's maintenance, debt reduction, and feature development. These contributors work closely with others on coding, documentation, and discussions.</p>
Expand Down
12 changes: 6 additions & 6 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,37 +212,37 @@
</url>
<url>
<loc>https://thephp.foundation/branding</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://thephp.foundation/code-of-conduct</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://thephp.foundation/contact</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://thephp.foundation/get-involved</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://thephp.foundation/privacy-policy</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://thephp.foundation/sponsor</loc>
<lastmod>2024-08-19T16:54:33+00:00</lastmod>
<lastmod>2024-08-19T17:55:51+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
Expand Down

0 comments on commit 68c8e39

Please sign in to comment.