Christoph Michael Becker
8f1674d579
Add information about the new MBString constants available in PHP 7.3
...
--
Provided by anonymous 93866 (giantcrabby@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345714 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-29 11:51:48 +00:00
Christoph Michael Becker
761bd0ba2d
Some of the aliases for encodings were marked as such ("(alias:...)") but others weren't (just "(...)"). Added "alias:" to those missing it for (a) consistency and (b) at least one person (see user notes) didn't understand that "(...)" represented an alias.
...
--
Provided by anonymous 92003 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345173 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-19 15:10:34 +00:00
Christoph Michael Becker
7fe8548cfe
Document missing mbregex config options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344615 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-04 12:53:10 +00:00
Christoph Michael Becker
049bcd5a1f
--with-libmbfl
is removed as of PHP 7.3.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344614 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-04 12:25:59 +00:00
Peter Cowburn
0dad2268d5
add missing svn properties, svn:eol-style and svn:keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Christoph Michael Becker
8bbef51787
Document that $additional_headers may now be an array
...
Cf. <https://github.com/php/php-src/blob/PHP-7.2.4/UPGRADING#L219-L225 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344497 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-13 17:59:10 +00:00
Christoph Michael Becker
7644e2087c
Improve mb_strwidth() docs
...
* clarify the meaning of "width" in this context
* fix character width info (cf.
https://github.com/php/php-src/blob/master/ext/mbstring/libmbfl/mbfl/eaw_table.h )
* remove the misinformation that multibyte characters would usually be
twice as wide than single byte characters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344481 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-11 15:42:33 +00:00
Jakub Vrana
0745cfbf0f
Link mb_regex_set_options (bug #75401 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344083 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 22:51:33 +00:00
Jakub Vrana
3df65c988d
Add new INI entries
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344076 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 21:38:11 +00:00
Jakub Vrana
3e9734391f
Add new functions to versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Jakub Vrana
7f097de6d1
Add mb_ord, mb_chr and mb_scrub
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344014 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-28 17:06:02 +00:00
Jakub Vrana
b8758b0605
Use entities in initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
fa994a739c
Fix function signatures
...
Some of these probably deserve an entry in changelog, please add it if you have energy.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343898 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:03:56 +00:00
Christoph Michael Becker
3322cc1ac2
Clarify mbstring.substitute_character
...
We link to the mb_substitute_character() man page, where the details
are already explained.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343157 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-28 17:48:25 +00:00
Christoph Michael Becker
1266a49f87
Fix parameter name
...
Sometimes it has been written as "substrchar" and sometimes as "substchar".
The latter makes more sense since there is no "r" in "substitute", so we
use it throughout.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343156 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-28 17:42:59 +00:00
Christoph Michael Becker
ff2d928f5c
Properly escape entity
...
The example value is supposed to be displayed as HTML entity, so we have
to escape the ampersand. We also mark the example results as literals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343155 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-28 17:39:56 +00:00
Andrey Andreev
028513e94b
Document PHP 7.2 deprecations as the result of https://wiki.php.net/rfc/deprecations_php_7_2
...
Also, simplify the first paragraph of 'Traditional assertions' in assert() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342126 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-14 11:30:59 +00:00
Maciej Sobaczewski
95bdd6883b
Another round of PHP 4 content removal (mostly inline mentions)
...
Review is welcome
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341282 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-05 10:17:07 +00:00
Maciej Sobaczewski
bd7f3aaf26
Missed that yesterday - fix changelog entry format
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340961 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-12 07:15:14 +00:00
Maciej Sobaczewski
3906c681cd
Fix inconsistent changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340948 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-11 12:55:45 +00:00
Christoph Michael Becker
57304345e7
Fix parameter name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340219 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:29:25 +00:00
Christoph Michael Becker
d225d89995
Update manual wrt. < https://wiki.php.net/rfc/negative-string-offsets >
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340032 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-14 11:53:33 +00:00
Christoph Michael Becker
4ad69796da
Add missing encodings
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339803 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 13:25:44 +00:00
Christoph Michael Becker
a70d5fcf20
Update docs wrt. to bugfix #72711
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339793 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-05 11:46:53 +00:00
Christoph Michael Becker
19320e6c5f
Match description of $regs and return value of (mb_)ereg(i)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339748 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-31 10:44:26 +00:00
Christoph Michael Becker
4fb3622c90
Document 'e' modifier deprecation (PHP 7.1)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339738 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-28 12:41:57 +00:00
Christoph Michael Becker
68b263e63d
Minor improvements by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339703 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-22 16:33:15 +00:00
Thomas Punt
35699a52ac
Resolve doc bug #71866
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338834 c90b9560-bf6c-de11-be94-00142212c4b1
2016-03-27 22:02:39 +00:00
Christoph Michael Becker
0245c2d9fa
fixed #71496 : mb_ereg & mb_eregi definitions are missing & symbol on $regs parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338566 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-03 18:51:20 +00:00
TAKAGI Masahiro
bae77bed95
Fix default value
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338519 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-17 22:20:07 +00:00
TAKAGI Masahiro
3380c3b4c8
Correct misleading parameter description
...
Close #71357
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338480 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-13 22:28:05 +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
Yasuo Ohgaki
131216c813
Revert: 338292. I will change mb_check_encoding() behavior to match documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338331 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-19 23:21:37 +00:00
Yasuo Ohgaki
456e9a04a6
Fix bug #68842 mb_check_encoding() behavior does not match document
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338292 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 10:02:05 +00:00
Yasuo Ohgaki
5dce0583ce
Fix bug #61062 no explanation given about parameter $convmap in mb_decode_numericentity(). Example code is taken from my blog. http://blog.ohgaki.net/javascript-string-escape
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338291 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 09:46:58 +00:00
Christoph Michael Becker
9a4f5c4096
typo fix by Glamus Development
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337310 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 23:30:10 +00:00
Christoph Michael Becker
d4d54d7bb6
fixed documentation wrt. $start and $length parameters ( fixes #70177 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337268 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-31 17:10:28 +00:00
Peter Cowburn
64fbd19c62
ArmSCII8
...
--
Patch by hayk
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336884 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-08 22:07:44 +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
Maciej Sobaczewski
f1177c82c0
Remove PHP 4 functions
...
It is mostly cleanup of versions.xml because most of PHP 4 functions were already removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334644 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 08:41:15 +00:00
Adam Harvey
b58a71d289
Add deprecation warnings for 5.6 deprecated iconv and mbstring options.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334636 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 04:53:06 +00:00
Maciej Sobaczewski
e41aab5eca
Remove changelogs for PHP 4 - 3rd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334621 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 17:46:13 +00:00
Andrea Faulds
9804d75897
Clarified function of mb_http_output and the http_output setting
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334422 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-30 15:05:00 +00:00
Yasuo Ohgaki
47718fa3b4
Fixed bug #67373
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334133 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-06 00:10:13 +00:00
Alexey Zakhlestin
54d64fe32a
there are 4 function related to calculating lengths of strings.
...
added cross-links between them via "see also" section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333972 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 14:40:20 +00:00
Philip Olson
0aa774414a
Removed removed duplicated duplicated words words
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333548 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-16 20:12:19 +00:00
Yasuo Ohgaki
9a2d38b9b8
Add changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333513 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-12 05:49:08 +00:00
Peter Cowburn
5e40759423
Move example to examples section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333192 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:54:57 +00:00
Yasuo Ohgaki
556fb71ea4
Add changes needed for https://wiki.php.net/rfc/default_encoding
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332850 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-14 04:46:43 +00:00
Yasuo Ohgaki
f23fa0e5e7
Mention obsolete mbstring.script_encoding INI
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332745 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-28 02:44:43 +00:00