Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_layouts/quote.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<path d="M6 0H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3H2a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Zm10 0h-4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v1a3 3 0 0 1-3 3h-1a1 1 0 0 0 0 2h1a5.006 5.006 0 0 0 5-5V2a2 2 0 0 0-2-2Z"/>
</svg>
<blockquote>
<p class="text-xl italic text-gray-900">“{{ quote }}”</p>
<p class="text-xl italic text-gray-900">“{{ quote | striptags | raw | nl2br }}”</p>
</blockquote>
<figcaption class="flex items-center justify-center mt-3 space-x-3 rtl:space-x-reverse">
<img class="w-10 h-10 rounded-full" src="{{ image }}" alt="profile picture">
<div class="flex items-center">
<cite class="pl-0.5 font-medium text-gray-900">{{ name }}, </cite>
<cite class="pl-0.5 text-gray-500">{{ title }}</cite>
<cite class="pl-1 text-gray-500">{{ title | raw }}</cite>
</div>
</figcaption>
</figure>
83 changes: 83 additions & 0 deletions source/_posts/2024-09-30-call-fo-sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@

---
title: 'The PHP Foundation Calls for Sponsors: Help&nbsp;Shape the Future of PHP'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using HTML entities breaks the RSS feed as it does not expect HTML in its title.

This should have use the Yaml \_ escape sequence instead to add a non-breaking space in a plain-text string.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks for noticing!
I tried escaping as you said, but it didn't work. So I fixed differently here #169

layout: post
tags:
- update
author:
- name: Roman Pronskiy
url: https://twitter.com/pronskiy
published_at: 30 September 2024

---

Hey there, PHP enthusiasts and tech leaders\! It's that time of the year again when everyone's crunching numbers and deciding on budgets. We've got an opportunity for you to make a real impact on the PHP ecosystem. Let's dive in.

## Join us\! Fund the Future of Web Development

We just opened applications for PHP core language contributors: [The PHP Foundation application form for 2025 is now open](https://thephp.foundation/blog/2024/09/17/application-form-2025/).

Here's the deal: **the more sponsors we get, the more ambitious we can be with our plans**. At a minimum, we finance maintenance and security support, but with more funding, we can continue high-reaching projects.

Your sponsorship could help us:

* **Tackle long-standing bugs** that have been bothering developers for ages.
* **Implement cool new features** that will make PHP even more awesome.
* **Improve performance and security** (because who doesn't want a faster PHP).

And if we get enough sponsors, we might even venture into some experimental territory. Your support could lead to the next big breakthrough in PHP development.

{{ include('quote.html', {
name: 'Kévin Dunglas',
title: 'author of [FrankenPHP](https://frankenphp.dev/)',
image: '/assets/post-images/2024/report-2023/kevin_dunglas.png',
quote: 'To achieve exceptional performance and simplify application deployment, FrankenPHP pushes the PHP engine to its limits and uses it in atypical ways (ZTS, musl libc, specific timeout management...).

This would not be possible without the excellent work done by the&nbsp;PHP&nbsp;Foundation\'s team: they correct the problems we report, continuously improve performance and make the engine always more generic and modular, which not only enables us to innovate in FrankenPHP, but also benefits the entire ecosystem by making PHP faster and more reliable.

By sponsoring the foundation, you\'re investing in the future of PHP!'
}) }}

## 2025: The Year PHP Turns 30 (and It's Going to Be Epic\!)

PHP is turning 30 in 2025, and we're planning a special celebration\! By sponsoring the PHP Foundation, you'll be front and center for this milestone year. Here's what we've got cooking:

* A massive collaboration with the marketing teams from Laravel, JetBrains, and Zend by Perforce. It's like the Avengers of the PHP world coming together.
* A much-needed facelift for php.net. Let's make it shine for PHP’s 30th birthday\!

Imagine your company being visible as a part of this historic moment. Pretty cool, right?

## Why Sponsor the PHP Foundation?

You might be wondering, "Why should I sponsor the PHP Foundation?" Let us list some of the reasons:

1. **Visibility:** Your brand will be seen by millions of developers worldwide. That's a lot of eyeballs.
2. **Influence:** Help shape the future of one of the most widely used programming languages on the web.
3. **Security:** Without sufficient funding, the PHP language will lack the resources to promptly address bugs your company runs into.
4. **Recruitment:** Attract top PHP talent by showing your commitment to the language.
5. **Giving Back:** If PHP has helped your business grow, here's your chance to return the favor.
6. **Tech Cred:** Nothing says "we're serious about web development" like sponsoring a major programming language.

## Ready to Jump In?

Here's how you can get started:

1. Check out our sponsorship tiers on our website: [thephp.foundation/sponsor](https://thephp.foundation/sponsor/).
2. Reach out to us at [contact@thephp.foundation](mailto:contact@thephp.foundation).
3. Let's chat about how we can make this partnership beneficial for both of us.
Office hours call: [cal.com/pronskiy/php-foundation-office-hours](http://cal.com/pronskiy/php-foundation-office-hours)

## Stay in the Loop

Don't miss out on any PHP Foundation news. Follow us on:

* LinkedIn: [PHP Foundation](https://www.linkedin.com/company/phpfoundation)
* Twitter/X: [@ThePHPF](https://x.com/thephpf)
* Mastodon: [@thephpf@phpc.social](https://phpc.social/@thephpf)


And for those who prefer their news in their inbox, subscribe to our email newsletter. We send ~1–2 emails a month – just the good stuff about PHP and the Foundation.

{% include "newsletter.html" %}

P.S. If you have any questions or wild ideas about how you'd like to support PHP, don't hesitate to reach out. We're all ears.
2 changes: 1 addition & 1 deletion source/_views/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content_wrapper %}
<div class="bg-white px-6 lg:px-8 my-16" itemscope itemtype="https://schema.org/Article">
<div class="mx-auto max-w-3xl text-base leading-7 text-gray-700">
<h1 class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl" itemprop="name">{{ page.title }}</h1>
<h1 class="mt-2 text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl" itemprop="name">{{ page.title | raw}}</h1>

<div class="flex items-center gap-x-4 text-xs mt-2">
{% if page.author.name is defined%}
Expand Down
Loading