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 |
bf7eff4a | 26-Jun-2023 |
Lu Fei <52o@qq52o.cn> |
Fix autoload redirect failure (#788) |
9e32ca8e | 23-Jun-2023 |
Kamil Tekiela |
Enable horizontal scroll bar for code blocks (#770) |
72d69120 | 22-Jun-2023 |
Eric Mann |
Announce PHP 8.3.0alpha2 |
fb4854a0 | 22-Jun-2023 |
cbrueckner |
Announce IPC Fall 2023 Munich (#786) |
558f2f93 | 22-Jun-2023 |
Thomas Jarrand |
Expose PHP version support states as JSON (#785) |
8a48cca4 | 22-Jun-2023 |
Remi Collet |
add CVE in ChangeLog |
e1dec69e | 09-Jun-2023 |
Peter Cowburn |
bump actions test runner (#784) |
3cb98164 | 08-Jun-2023 |
Jakub Zelenka |
Fix indent in PHP 8.3.0 Alpha 1 entry |
53d49c4e | 08-Jun-2023 |
Pierrick Charron |
Remove object replacement characters in 8.3.0alpha1 announcement |