496b7de5 | 07-Jan-2021 |
Gabriel Caruso |
New year, new page. Welcome 2021 |
511182cf | 07-Jan-2021 |
Christoph M. Becker |
Update releases.inc to fix website |
65ad56cf | 07-Jan-2021 |
Gabriel Caruso |
Announce 8.0.1 |
9abff046 | 07-Jan-2021 |
Christoph M. Becker |
8.0.1 tarballs |
b89b60f5 | 07-Jan-2021 |
Christoph M. Becker |
Announce 7.3.26 |
1ca5f5d1 | 07-Jan-2021 |
Derick Rethans |
Go with 7.4.14 |
ab08ce77 | 05-Jan-2021 |
Derick Rethans |
7.4.14 tarballs |
019f279c | 30-Dec-2020 |
Christoph M. Becker |
Replace "Edit" with "Submit a Pull Request" link Since the documentation has moved from SVN to Git, we replace the "Edit" links in the manual with links to the respective GH mirrors.
Replace "Edit" with "Submit a Pull Request" link Since the documentation has moved from SVN to Git, we replace the "Edit" links in the manual with links to the respective GH mirrors. Closes GH-389.
show more ...
|
28820a8c | 26-Dec-2020 |
Kevin Reinders <30635447+GreeenPeppper@users.noreply.github.com> |
Small grammar and semantic amendments Closes GH-388. |
996de6e8 | 24-Dec-2020 |
Sergey Panteleev |
docs(ru): Updated PHP 8 announcement page |
3308dd45 | 18-Dec-2020 |
Anna Filina |
Add link to hosted legacy docs Closes GH-387. |
365cf2be | 18-Dec-2020 |
Anna Filina |
Parse page id even when .php is missing |
c5530f2f | 06-Dec-2020 |
Benjamin Eberlei |
Add link to dom api improvements Co-authored-by: Anna Filina <afilina@gmail.com> Closes GH-382. |
0626e2e9 | 06-Dec-2020 |
Sergey Panteleev |
Updated Russian doc-link "Doc" to "Документация' Closes GH-383. |
d56830df | 11-Dec-2020 |
Anna Filina |
Display custom 404 page when legacy manuals found Closes GH-385. |
497e5778 | 10-Dec-2020 |
Christoph M. Becker |
Allow to access symlinked docs Since `realpath()` resolves links, symlinked docs as suggested by the "Setting up Documentation environment" page[1] are incompatible with the router s
Allow to access symlinked docs Since `realpath()` resolves links, symlinked docs as suggested by the "Setting up Documentation environment" page[1] are incompatible with the router script. Of course, the Webserver can be run without the router script, but in that case shortcuts (e.g. `/json_decode`) won't work. Thus, we remove the `realpath()` resolution. There is no more need for the `strncmp()` check. This suggest that we can get rid of the `$afilename` and `$len` variables; hopefully, they are not used by any of the included files. [1] <http://doc.php.net/tutorial/local-setup.php>
show more ...
|
4d141780 | 09-Dec-2020 |
lpd-au |
Fix typo in changelog Closes GH-384. |
00d27f28 | 06-Dec-2020 |
Benjamin Eberlei |
Add links to attributes doc pages. Closes GH-381 |
3f5d3d34 | 05-Dec-2020 |
Kamil Tekiela |
Fix typo Credit goes to https://chat.stackoverflow.com/transcript/message/51088407 Closes GH-379. |
1addae28 | 28-Nov-2020 |
Yoshinari Takaoka |
Japanese translation of the PHP 8 Announcement Page Closes GH-372. |
446f1d59 | 02-Dec-2020 |
Christoph M. Becker |
Translate strings in German example |
8d5d1db6 | 01-Dec-2020 |
Tom Van Looy |
Translate PHP 8 release announcement to Dutch Closes GH-371. |
cbfbfd61 | 02-Dec-2020 |
Christoph M. Becker |
Translate "Turkish" in the language switcher |
a13561a9 | 30-Nov-2020 |
Christoph M. Becker |
Use own language selection for PHP 8 release page The general language selection capability of php.net is nice, but it does not allow to have translations of the PHP 8 release page which
Use own language selection for PHP 8 release page The general language selection capability of php.net is nice, but it does not allow to have translations of the PHP 8 release page which do not have active doc translations. To circumvent this limitation, we use an own super simple language selection capability for the PHP 8 release page. We do not even bother to support non JS enabled clients, since that was not supported before, although it could be done. Closes GH-375.
show more ...
|
a5872f02 | 30-Nov-2020 |
蝦米 |
improve chinese translation Closes GH-374. |