57fe66b1 | 09-Aug-2023 |
Leonardo Poletto |
Fix code blocks overflowing content. (#777) |
a6d5888f | 04-Aug-2023 |
Ben Ramsey |
Announce PHP 8.0.30 |
4b4d55ac | 03-Aug-2023 |
Eric Mann |
Announce PHP 8.3.0beta2 |
0f45334d | 03-Aug-2023 |
Ben Ramsey |
Add ramsey to the PHP 8.0 GPG keys |
bf5edf36 | 03-Aug-2023 |
Ben Ramsey |
8.0.30 tarballs |
383943ae | 03-Aug-2023 |
Ben Ramsey |
Announce PHP 8.1.22 |
fe25ef3e | 03-Aug-2023 |
Sergey Panteleev |
8.2.9 tarballs (2nd tag) |
7478b7d3 | 01-Aug-2023 |
Ben Ramsey |
8.1.22 tarballs |
a3c0ba8b | 01-Aug-2023 |
Sergey Panteleev |
8.2.9 tarballs |
17a8f220 | 26-Jul-2023 |
Sergey Panteleev |
Fix the PHP version in the announcement |
542a8ec0 | 20-Jul-2023 |
Eric Mann |
Announce PHP 8.3.0beta1 |
542b8bab | 20-Jul-2023 |
Marcos Marcolin <48370677+marcosmarcolin@users.noreply.github.com> |
docs: adjust image size for PHP Velho Oeste 2023 (#797) docs: adjust image size to be proportionate on mobile for PHP Velho Oeste 2023 Co-authored-by: Marcos Marcolin <marcos@ixcsof
docs: adjust image size for PHP Velho Oeste 2023 (#797) docs: adjust image size to be proportionate on mobile for PHP Velho Oeste 2023 Co-authored-by: Marcos Marcolin <marcos@ixcsoft.com.br>
show more ...
|
fd738c0c | 19-Jul-2023 |
Sergey Panteleev |
Add Web Summer Camp 2023 Closes #761 |
74ee5bd3 | 19-Jul-2023 |
Alejandro Ibarra |
Add CakeFest 2023 Conference Announcement (#796) Co-authored-by: Sergey Panteleev <sergey@php.net> |
3a989b0b | 19-Jul-2023 |
Marcos Marcolin <48370677+marcosmarcolin@users.noreply.github.com> |
Add conference PHP Velho Oeste 2023 in Brazil (#795) |
f71b6c73 | 19-Jul-2023 |
Javier Eguiluz |
Add woff2 fonts and other font related tweaks (#752) The following changes are made in this commit: **(1)** Add the WOFF2 variant of web fonts. [WOFF2 standard](https://w3c.github.i
Add woff2 fonts and other font related tweaks (#752) The following changes are made in this commit: **(1)** Add the WOFF2 variant of web fonts. [WOFF2 standard](https://w3c.github.io/woff/woff2/) reduces the file sizes significantly. This is important to make our website more accessible to folks with limited Internet connections. 96% of browsers support WOFF2 ([source](https://caniuse.com/?search=woff2)) and we still have WOFF and TTF/OTF/EOT formats for those edge-cases which don't support it. Real examples of the file size reductions for php.net: ``` Fira Sans Regular: 183 KB (woff) -> 129 KB (woff2) --> 30% reduction in size Fira Mono Regular: 87 KB (woff) -> 65 KB (woff2) --> 35% reduction in size ``` **(2)** Use `font-display: swap` for web fonts (see [MDN Docs for font-display](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display)) This is recommended to not block the rendering the page for a long time if the web font is not available. Again, this is important for folks with suboptimal network connections. The `swap` value is also the default option in popular font services like [Google Fonts](https://fonts.google.com/). **(3)** Update the list of alternative font families. I updated the sans-serif and mono font stack used in the design. The new stacks are much longer (not a problem in practice thanks to CSS variables) but they cover all common browsing devices (including smartphones). I crafted the list from the recommended font stacks of the most popular CSS frameworks and the most popular websites for developers.
show more ...
|
0b55ec33 | 12-Jul-2023 |
Caleb Mazalevskis |
Fix PHP 8.1.21 release date (#792) |
b154a176 | 11-Jul-2023 |
Ian Littman |
Update Longhorn PHP 2023 CFP Deadline (#794) CFP was extended, so bumping the deadline for the post. Will add another post once the schedule is announced. |
a93d873b | 10-Jul-2023 |
Ben Ramsey |
Add PDF version of the Zend Grant document |
eead746d | 07-Jul-2023 |
Nathan Gibbs |
Fixed typo in mirroiring page (#791) |
62aa3bb1 | 06-Jul-2023 |
Patrick Allaert |
PHP 8.1.21 released |
79f9ec1c | 06-Jul-2023 |
Sergey Panteleev |
Announce PHP 8.2.8 |
44a295d4 | 06-Jul-2023 |
Jakub Zelenka |
Announce PHP 8.3.0alpha3 |
47c62c6a | 04-Jul-2023 |
Patrick Allaert |
8.1.21 tarballs |
bb87302e | 04-Jul-2023 |
Sergey Panteleev |
8.2.8 tarballs |