Christoph Michael Becker
83b55322c4
improved example (by Matthew Farren)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338513 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 18:15:00 +00:00
Christoph Michael Becker
fba532ed30
integrated user note 118552
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338476 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-13 21:02:15 +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
Thomas Punt
c72e6502c8
Resolve doc bug #69013 with additional information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338312 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 22:18:56 +00:00
Thomas Punt
e799d1da87
Resolve doc bug #69013
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338311 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 21:50:39 +00:00
Christoph Michael Becker
2cca895c8f
documented default $limit of explode()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338293 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 10:05:45 +00:00
Bob Weinand
7e3e160e1b
Fix typo in earlier strcspn patch
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338016 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-22 01:43:15 +00:00
Pieter Hordijk
ba9c10d8e2
Removed note about whitespace, because it wasn't correct
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337709 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 14:51:58 +00:00
Pieter Hordijk
b5d217a336
Fixed remark about > 5.4.3 ignoring self closing tags in the allowable_tags param
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337708 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 14:22:17 +00:00
Christoph Michael Becker
756b6457b6
str_pad() never trims input string
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337681 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-31 21:00:41 +00:00
Christoph Michael Becker
33bb5e19ae
hash("crc32b", $str) is not necessarily equal to dechex(crc32($str))
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337619 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-25 01:15:28 +00:00
Christoph Michael Becker
5fb277d606
improve strspn/strcspn documentation (contributed by francois)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337482 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 14:43:21 +00:00
Christoph Michael Becker
1f705a6620
updated substr() documentation for PHP 7 (see #69931 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337321 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-07 12:49:48 +00:00
Christoph Michael Becker
7279eb69e5
typo fixes by anon users
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337307 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 22:59:13 +00:00
Ferenc Kovacs
84fd583940
document the second optional delimiters argument for ucwords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337118 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-07 16:20:58 +00:00
Christoph Michael Becker
610080f273
fixed markup ( fixes #69505 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336949 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:14:16 +00:00
Christoph Michael Becker
a706ea6af5
fixed typos, grammar, expression
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336939 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:22:45 +00:00
Maciej Sobaczewski
f9bf9b2045
Document PHP 7 changes for setlocale()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336805 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-20 05:03:42 +00:00
Peter Cowburn
a8eb6731a7
Remove confusing and unnecessary detail.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336762 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-14 07:55:58 +00:00
Pasindu De Silva
2ee8e560cb
Fix bug #64092 , Added description and example for parameter "cut" is false and word is long than width.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336614 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-22 14:25:37 +00:00
Maciek Sokolewicz
6320f8eb30
fixed quoting the literal period character (was: backtick, period, quote; now it's just a literal period).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336416 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-06 22:04:45 +00:00
Maciej Sobaczewski
ad8e015131
Eliminate few more PHP 4 changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336339 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-03 07:48:13 +00:00
Maciek Sokolewicz
c29a20388c
fixed incorrect use of i.e. instead of e.g.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336247 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 20:44:32 +00:00
Martin Meredith
ef7842a787
Add note to str_split that it is multibyte-unsafe.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336210 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-26 17:50:22 +00:00
Adam Harvey
fba5aebcd8
Document stripos() as returning mixed, since it does.
...
Fixes doc bug #67613 (Inconsistency in the documentation); patch by Patrick
Schwisow.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336195 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-25 20:23:58 +00:00
Adam Harvey
9e898bb9ca
I parenthesis good.
...
Fixes doc bug #69157 (typo).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336026 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-02 18:04:08 +00:00
Peter Cowburn
531f2bac34
added comma for clarity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336019 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-28 14:34:58 +00:00
Adam Harvey
1f448a8a45
Fix strip_tags() documentation around XHTML allowable tags.
...
Fixes doc bug #69023 (Documentation problem).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335964 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-19 23:25:53 +00:00
Rasmus Lerdorf
79b535ef8b
List HHVM alongside other threaded SAPIs here
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335801 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-25 20:18:15 +00:00
Dan Ackroyd
11418b6522
Clarified that padding char is optional
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335743 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 15:07:34 +00:00
Dan Ackroyd
1220101ce4
Added detail about padding character for bug 61532
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335742 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-14 14:55:44 +00:00
Adam Harvey
20d255c120
Added changelog notes for a BC break to undocumented crypt() behaviour.
...
Nobody should be relying on this anyway, but since Horde apparently was...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335700 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-08 19:26:09 +00:00
Jean-Sebastien Hedde
3f69d9b08b
Simply fixes a typo.
...
--
Provided by anonymous 53037 (tpunt@hotmail.co.uk )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335494 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 13:02:22 +00:00
Jean-Sebastien Hedde
204bc2974d
Anonymous contributions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335457 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-29 12:49:12 +00:00
Alexander Moskaliov
d6d8413117
Fix argument and result definition
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335376 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-26 17:47:24 +00:00
Ferenc Kovacs
9122d3efcd
this was fixed in 5.4.4 not in 5.4.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335217 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-26 16:48:54 +00:00
Maciej Sobaczewski
e4742710ff
Change parameter name to make it consistent with:
...
- strtoupper() documentation
- <parameter> used in inline text
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334895 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-17 03:21:50 +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
Chris Wright
98751e689d
Proper noun casing fix
...
--
Provided by anonymous 48275
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334702 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-01 16:21:45 +00:00
Adam Harvey
da75c15e02
Update the changed functions list, and integrate the changes into the text.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334639 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 05:47:47 +00:00
Adam Harvey
b0f439fdc0
Suggest hash_equals() on the crypt() page.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334629 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 03:45:57 +00:00
Adam Harvey
d45a16b5f9
Improve documentation for default_charset in PHP 5.6.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334627 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 03:36:23 +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
Maciej Sobaczewski
8b5940cade
Remove changelogs for PHP 4 - 2nd round
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334605 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 14:28:17 +00:00
Maciej Sobaczewski
afc3f34c68
Remove changelogs for PHP 4 - 1st round
...
Useful changelogs entries remain untouched.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334592 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-23 17:55:23 +00:00
Peter Cowburn
eda3b067eb
no more "FIXME PHP_6" todo comments
...
These mostly were about unicode, which probably won't come
with PHP <next major number here>, and FILE_TEXT/FILE_BINARY.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334374 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-24 12:28:07 +00:00
Anthony Ferrara
925468837b
Revert 334297 and 334297, as:
...
1) there was no discussion prior to edits (even in #66564 )
2) It is incorrect, misleading and not the overall sentiment that needs to be communicated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334309 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-17 22:14:11 +00:00
Yasuo Ohgaki
d2940da2ef
Add note for crypt()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334296 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-17 01:20:14 +00:00
Yasuo Ohgaki
68d22233ea
Fixed bug #66800
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334153 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-07 05:04:34 +00:00
Ferenc Kovacs
3fb1e0bf88
removing the misleading sentence (reported by Solar Designer, also pointed out by Michal Špaček previously in a comment for #66564 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333973 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-27 15:00:47 +00:00