doc-en
doc-en copied to clipboard
English PHP documentation
Remove personalization Add constant tags Reorder fetch modes in a more logical way Update an example and make it runnable Remove useless wrapping `` Use `` when possible Now I...
From manual page: https://php.net/datetimezone.listidentifiers --- The DateTimeZone class in PHP is not returning canonical timezone names when using valid alias/legacy identifiers such as: - US/Eastern (expected: America/New_York) - US/Central (expected:...
From manual page: [](https://php.net/install.unix.source) --- Following [The PHP Interpreter - Installation](https://github.com/php/php-src/blob/master/README.md), I have: ``` $ brew install autoconf bison re2c libiconv libxml2 sqlite $ ./buildconf $ ./configure --enable-debug --with-iconv=$(brew --prefix...
…e handling The description says we should see different times for local vs GMT, but both lines print the same. Also, using English locale doesn't really show what `gmstrftime` can...
### Affected page https://www.php.net/manual/en/class.locale.php ### Issue description The documentation needs to be updated to reflect the addition of Locale::isRightToLeft in PHP 8.5. ### Steps to reproduce _No response_ ### Suggested...
Changelog: https://pecl.php.net/package-info.php?package=ssh2&version=1.4
When trying to build on a Debian 12 installation with docker 20.10.24 I get multiple errors: ``` $ make docker run --rm -v .:/var/www/en -w /var/www -u 1000:1000 php/doc-en docker:...
Fix issue [(https://github.com/php/doc-en/issues/4947)]
Add manual for grapheme_levenshtein function in 8.5 RFC: - https://wiki.php.net/rfc/grapheme_levenshtein - https://wiki.php.net/rfc/grapheme_add_locale_for_case_insensitive