d4c58109 | 06-Jan-2023 |
Sergey Panteleev |
Add 2023 archive (#745) |
8544770e | 05-Jan-2023 |
Gabriel Caruso |
Announce PHP 8.0.27 |
68a3f8e0 | 05-Jan-2023 |
Pierrick Charron |
Announce PHP 8.2.1 |
678f3a67 | 05-Jan-2023 |
Ben Ramsey |
Announce PHP 8.1.14 |
68a95797 | 04-Jan-2023 |
Ben Ramsey |
8.1.14 tarballs |
b7bccc40 | 04-Jan-2023 |
Christoph M. Becker |
Properly handle whitespace in PHP examples PhD no longer renders NBSPs, but regular spaces instead[1]. To retain the desired indentation, we set the CSS propery `white-space:pre`. H
Properly handle whitespace in PHP examples PhD no longer renders NBSPs, but regular spaces instead[1]. To retain the desired indentation, we set the CSS propery `white-space:pre`. However, we cannot do that for the `.phpcode` class directly, because `highlight_string()` emits additional line breaks at the top and the bottom of the examples, so we use a more specific selector to avoid this "padding". [1] <https://github.com/php/phd/commit/87f794bafe22631f9886adb37db0bdf0006da3dd>
show more ...
|
fa9eb3d8 | 03-Jan-2023 |
Pierrick Charron |
8.2.1 tarballs |
35430003 | 03-Jan-2023 |
Christoph M. Becker |
Revert "Apply white-space:pre to .phpcode and div.classsynopsis" This reverts commit 65fc7be9a60e164fe941761688820a8d8b34a3d1. |
65fc7be9 | 03-Jan-2023 |
Christoph M. Becker |
Apply white-space:pre to .phpcode and div.classsynopsis This is currently unnecessary, since PhD renders NBSPs instead of regular space there, but if that changes, the layout needs to be
Apply white-space:pre to .phpcode and div.classsynopsis This is currently unnecessary, since PhD renders NBSPs instead of regular space there, but if that changes, the layout needs to be preserved. Closes GH-744.
show more ...
|
8e8bed3a | 03-Jan-2023 |
Christoph M. Becker |
Add fallback redirects for recently renamed classes Cf. <https://github.com/php/doc-en/pull/2126> |
eb0296ab | 19-Dec-2022 |
Daniel Londero |
Add phpday 2023 CFP Closes GH-743. |
462e7d12 | 14-Dec-2022 |
Protocol Corporation |
Fix pt_BR translation Closes GH-737. |
b3a97000 | 14-Dec-2022 |
Gemorroj |
Update common.js (#740) some minor improvements |
0ba137a0 | 13-Dec-2022 |
Christoph M. Becker |
PHP 7.4 is EOL |
c3a06f62 | 13-Dec-2022 |
issa <12658523+issakujitsuk@users.noreply.github.com> |
Fixed Japanese translation. (#739) |
ae1f7aee | 10-Dec-2022 |
RaisaSampaio <105328695+RaisaSampaio@users.noreply.github.com> |
Added PHP 8.2 portuguese release page (#736) |
8bf0f3fc | 09-Dec-2022 |
沈唁 <52o@qq52o.cn> |
Fix typo (#735) |
dede794d | 09-Dec-2022 |
沈唁 <52o@qq52o.cn> |
Chinese translation of PHP 8.2 release page (#734) |
2fdcef34 | 09-Dec-2022 |
Nikita Popov |
Simplify stand-alone type example (#733) |
bb530230 | 08-Dec-2022 |
Christoph M. Becker |
Fix news2html truncation If there are NEWS entries referring to a certain PHP version, these are interpreted as belonging to that PHP version. Since the lines actually delimiting PH
Fix news2html truncation If there are NEWS entries referring to a certain PHP version, these are interpreted as belonging to that PHP version. Since the lines actually delimiting PHP versions are supposed to have comma after the date, we enforce that now. Closes GH-730.
show more ...
|
2782af2f | 08-Dec-2022 |
Christoph M. Becker |
Fix trait constant example As has been pointed out by Robert Landers[1], the PHP 8.2 example does not error. And even the pre PHP 8.2 example does not error where indicated. It doe
Fix trait constant example As has been pointed out by Robert Landers[1], the PHP 8.2 example does not error. And even the pre PHP 8.2 example does not error where indicated. It does not appear to be useful to show the pre PHP 8.2 behavior (where it was not allowed to declare constants in traits); so instead we show only a PHP 8.2 example which matches the description. [1] <https://externals.io/message/119096#119100> Closes GH-732.
show more ...
|
b1cf7f8f | 08-Dec-2022 |
Christoph M. Becker |
Simplify DNF example As has been pointed out by Thomas Gutbier[1], the PHP 8.2 code doesn't need the special handling for `null`, so we remove it, and accordingly merge the special c
Simplify DNF example As has been pointed out by Thomas Gutbier[1], the PHP 8.2 code doesn't need the special handling for `null`, so we remove it, and accordingly merge the special case handling in the pre PHP 8.2 snippet as well. [1] <https://externals.io/message/119096#119097> Closes GH-731.
show more ...
|
e8fde3b8 | 08-Dec-2022 |
Sergey Panteleev |
Fix PHP 8.2.0 date Fix #729 |
bb44d519 | 08-Dec-2022 |
Sergey Panteleev |
Fix PHP 8.2.0 changelog |
c3298b35 | 08-Dec-2022 |
Yoshinari Takaoka |
added PHP 8.2 Japanese release page. (#727) |