1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

17 Commits

Author SHA1 Message Date
Gina Peter Banyard
f112cc1ec6 Fix some markup issues from 06313c3bb1
Also some few drive-by fixes of versions.xml
2025-03-06 13:38:24 +00:00
Tim Düsterhus
07ab08b4a2 Use full version for utf8_(de|en)code deprecation (#4011) 2024-11-05 22:58:35 +01:00
George Peter Banyard
57c83578be Document str_increment() and str_decrement() (#2797) 2023-10-06 12:59:18 +01:00
Rowan Tommins
b676d0b9c9 Deprecation and alternatives for utf8_encode and utf8_decode (#2107) 2023-05-16 21:47:16 +01:00
Rowan Tommins
99d758bd25 Improve documentation of string encoding conversion functions
- Move utf8_encode and utf8_decode into the strings chapter, since
  they were moved out of the XML extension in 7.2
- Recommend mb_convert_encoding, iconv, and UConverter::transcode
  when mentioning encoding in passing
- Document UConverter::transcode, based on examination of source
  and upstream ICU docs
- Make the language used more consistent, e.g. "convert" rather
  than "encode"/"decode", "encoding" rather than "charset"

Closes GH-1418.
2022-04-04 12:24:24 +02:00
Yoshinari Takaoka
0aeef38a9c Added PHP 8 into versions.xml for strings functions 2021-01-16 14:41:43 +01:00
Christoph Michael Becker
9737e4b259 Added documentation for the str_starts_with and str_ends_with functions based on https://php.watch/versions/8.0/str_starts_with-str_ends_with
Patch contributed by Emmanuel Okeke <emmanix2002@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351549 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 21:50:15 +00:00
Christoph Michael Becker
3bed8bca1c Added documentation for the str_contains function based on the RFC here: https://wiki.php.net/rfc/str_contains
Patch contributed by Emmanuel Okeke <emmanix2002@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351548 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-23 18:47:38 +00:00
Christoph Michael Becker
11a2f7bf48 Document some PHP 7.4.0 deprecations
Cf. <https://wiki.php.net/rfc/deprecations_php_7_4>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350986 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-25 14:43:31 +00:00
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Stanislav Malyshev
2aba10e8d0 fix versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323561 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:46:05 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner
ed67b3c502 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283839 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 09:08:43 +00:00
Philip Olson
df50bd494a Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275622 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 22:20:31 +00:00
Philip Olson
a67ff92b5e Added PHP/PECL version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275552 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-11 07:41:18 +00:00