Pull Request: https://github.com/php/web-php/pull/1081
Author: takaram
This PR introduces a new class, `LangChooser`, replacing the
`language_choose_code()` function.
The goal is to make `/releases/8.3/index.php` respect users' language
preferences, similar to the manual pages. I init
Pull Request: https://github.com/php/web-php/pull/1098
Author: takaram
Follow up of #1081
`/releases/8.3/index.php` detects the browser's preferred language and
redirects to the page of the language if available.
If the language is not available, it falls back to English.
Pull Request: https://github.com/php/web-php/pull/1171
Author: takaram
The action of clicking a parameter link in manual pages was broken, as it
always scrolls to the first parameter instead of clicked one.
This PR fixes the bug.
Pull Request: https://github.com/php/web-php/pull/1147
Author: takaram
Pull Request: https://github.com/php/web-php/pull/1154
Author: takaram
PHP 8.4 has accepted two RFCs with similar titles, and they seem to be mixed up.
- https://wiki.php.net/rfc/pdo_driver_specific_subclasses
- https://wiki.php.net/rfc/pdo_driver_specific_parsers
This PR also adds `Pdo\Pgsql
Pull Request: https://github.com/php/web-php/pull/1157
Author: takaram
Apply #1154 to Japanese page