Christoph Michael Becker
72bc373e47
Document dev element of stat() array on Windows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350100 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-03 08:30:39 +00:00
Christoph Michael Becker
3b325dcb9a
Document different behavior of readlink() on Windows
...
Cf. <https://github.com/php/php-src/pull/3825#issuecomment-467837181 >.
While we're at it, we also fix the order of the "returnvalues" and "changelog" sections.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350097 c90b9560-bf6c-de11-be94-00142212c4b1
2020-07-02 13:25:03 +00:00
Christoph Michael Becker
047e515775
Clarify meaning of negative default_socket_timeout
...
Cf. <https://github.com/php/php-src/pull/5693 >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350020 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-09 17:13:21 +00:00
Christoph Michael Becker
0536573944
Updates regarding text/binary mode
...
On Windows, 'b' is the default as of PHP 5.0.0.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350008 c90b9560-bf6c-de11-be94-00142212c4b1
2020-06-04 10:35:17 +00:00
Christoph Michael Becker
2c1763402c
Fix return values documentation on linkinfo() function
...
Patch provided by Reinard Dolleschel.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349726 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-30 07:13:38 +00:00
Christoph Michael Becker
cd0fe35bb9
Document that chown() and chgrp() are basically unsupported on Windows
...
This integrates user note 124790 and 124791.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349320 c90b9560-bf6c-de11-be94-00142212c4b1
2020-03-05 13:40:22 +00:00
Christoph Michael Becker
58d190bce3
Fix #79071 : Undocumented truncation of tempnam() second parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349191 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-09 14:25:30 +00:00
Nikita Popov
74a2325f95
Remove the incorrect pattern "..." in glob()
...
Patch by colshrapnel.
Closes php/doc-en#36 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349153 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-06 14:22:03 +00:00
Christoph Michael Becker
9c882d0b96
Remove whitespace
...
Patch has been provided by Oskar Stark.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349109 c90b9560-bf6c-de11-be94-00142212c4b1
2020-02-03 14:30:43 +00:00
Christoph Michael Becker
19822bcfa1
Fix #79017 : Can delete files in use by other processes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348727 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-29 12:46:35 +00:00
Christoph Michael Becker
929cec1734
Clarify that fgetss() is stateful
...
We also add related functionality in the see-also section.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348386 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-01 13:03:14 +00:00
Christoph Michael Becker
4349bb7a7c
allow_url_include has been deprecated
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348373 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-30 14:17:30 +00:00
Karoly Negyesi
3c8132d824
documented stat mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348349 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-26 01:44:25 +00:00
George Peter Banyard
8cb7482bf8
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348336 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 04:27:46 +00:00
Christoph Michael Becker
2131be1bfc
Fix typo
...
Patch provided by anonymous user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347829 c90b9560-bf6c-de11-be94-00142212c4b1
2019-08-09 15:51:40 +00:00
George Peter Banyard
f6981153ef
Fix Doc Bug #78089
...
Add special characters which can be utilized in a glob pattern.
Based on http://www.delorie.com/djgpp/doc/libc/libc_426.html
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347740 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-13 17:33:54 +00:00
George Peter Banyard
958d584198
Typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347660 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-25 15:42:46 +00:00
George Peter Banyard
466005b130
Remove PHP 4 and 5.0.0 mentions.
...
This is sent seperatly as apparently via the online doc editor it tells me the file is out of d
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347578 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:56:14 +00:00
George Peter Banyard
43c3e5cb61
Fix Doc Bug #78104 by removing mentions of @ operator and moving E_WARNING info into Error/Exception section.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347576 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-08 15:41:06 +00:00
George Peter Banyard
b824e2b108
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347555 c90b9560-bf6c-de11-be94-00142212c4b1
2019-06-05 17:31:34 +00:00
Sara Golemon
9e64a0aefa
Reword description for delete
placehold page.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347334 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-24 17:07:17 +00:00
George Peter Banyard
af6fdf16ab
Remove PHP 4 and 5.0.0 mentions.
...
This includes changelogs but also some paragraphs and notes which mention PHP 4.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347043 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 19:38:53 +00:00
George Peter Banyard
87b1f7ef55
Improve sprintf documentation and related functions (such as printf)
...
Fix Doc Bug #77451
Integrate Note 111201 into doc http://php.net/manual/en/function.sprintf.php#111201
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347041 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-24 16:30:33 +00:00
Christoph Michael Becker
c2d5a4459e
Remove superfluous “since PHP 5”
...
Patch provided by girgias.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346812 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-12 16:29:57 +00:00
Christoph Michael Becker
5a226ca916
Fix #67105 : tmpfile() may not remove the temporary file
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346471 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-28 23:27:48 +00:00
Christoph Michael Becker
8f828979a0
As of PHP 7.4.0 an empty escape string means no escaping
...
Cf. <https://github.com/php/php-src/pull/3515 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346346 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-15 15:15:12 +00:00
Christoph Michael Becker
2a85fbcd7c
Fix #77271 : PHP 7.3: Various info missing from changelog/migration guide
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346281 c90b9560-bf6c-de11-be94-00142212c4b1
2018-12-10 15:24:21 +00:00
Christoph Michael Becker
b82236707b
Fix #69339 : realpath(false) returns CWD
...
There is nothing special with realpath() regarding type juggling,
so there's no need to mention that NULL can be passed instead of
an empty string. That even wouldn't work for strict_types.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345785 c90b9560-bf6c-de11-be94-00142212c4b1
2018-10-06 11:56:54 +00:00
Christoph Michael Becker
8335b04e9e
Revert revision(s) 345642 from phpdoc/en/trunk:
...
Update regarding implemented feature request #67331
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345643 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-15 15:12:43 +00:00
Christoph Michael Becker
826de66964
Update regarding implemented feature request #67331
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345642 c90b9560-bf6c-de11-be94-00142212c4b1
2018-09-15 14:05:11 +00:00
Christoph Michael Becker
3a109fd0dd
Remove PHP 4 related info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345558 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-27 12:11:28 +00:00
Christoph Michael Becker
3372f616cb
Be more precise
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345420 c90b9560-bf6c-de11-be94-00142212c4b1
2018-08-02 22:15:32 +00:00
Christoph Michael Becker
e5273c2500
Fix #76500 : fputcsv() is ignoring the value FALSE
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345171 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-19 15:02:34 +00:00
Christoph Michael Becker
9cc4767b2d
What's in a name?
...
The Macintosh operating systems changed their name a few times since
version 10. We follow suite, and use the proper name whenever we refer
to a certain version, and use “macOS” as generic term, since “Mac OS X”
and “OS X” versions are already unsupported, or loose support at the end
of this year.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345139 c90b9560-bf6c-de11-be94-00142212c4b1
2018-06-15 11:50:40 +00:00
Christoph Michael Becker
6e250ae090
Clarify FILE_IGNORE_NEW_LINES
...
Inspired by <http://news.php.net/php.doc/969386723 >.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345062 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-26 18:58:46 +00:00
Christoph Michael Becker
52000a5e51
Fix typo
...
Patch provided by anonymous user.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344983 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-08 12:27:36 +00:00
Pieter Hordijk
f3b6bf314d
Fixed a typo on the realpath's do page.
...
--
Provided by anonymous 90429 ()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344650 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-11 08:15:31 +00:00
Christoph Michael Becker
f93af4fcac
Clarify locale awareness of the CSV reading functions
...
See bug #72330 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344648 c90b9560-bf6c-de11-be94-00142212c4b1
2018-04-10 17:00:52 +00:00
Christoph Michael Becker
52ac14fb97
Fix #76166 : file_get_contents reference has an invalid example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344590 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-30 11:17:34 +00:00
Christoph Michael Becker
9421e06e34
Fix bug #67566 : escape parameter in fgetcsv() is sometimes ignored
...
We clarify the actual meaning of $escape.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344268 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 17:04:23 +00:00
Christoph Michael Becker
d2707fbf04
Clarify behavior of $enclosure wrt. $escape_char
...
This also integrates user note 105110.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344264 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-15 13:41:33 +00:00
Jakub Vrana
6bba2efa47
Fix initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344129 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:26:26 +00:00
Jakub Vrana
8685dea430
Fix initializer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344128 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 08:24:46 +00:00
Christoph Michael Becker
c1b9de0f8c
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344113 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:42:32 +00:00
Christoph Michael Becker
55d32ace54
Fix example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344112 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:09:55 +00:00
Christoph Michael Becker
0c6fd2d88e
Mark up literals
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344111 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-30 15:08:20 +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
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
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
Pasindu De Silva
63781351a2
Added note about realpath not working on phar.
...
https://bugs.php.net/bug.php?id=52769
--
Provided by anonymous 86718 (theo.fidry@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343778 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-07 12:53:43 +00:00