Commit graph

731 commits

Author SHA1 Message Date
Maciek Sokolewicz
a8fcd8de63 added an additional link to the see also section of chown (patch by Francis Rath)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336238 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-29 18:32:22 +00:00
Pieter Hordijk
9204176572 LOCK_NB is actually supported on windows as well. The only thing that currently doesn't work is the $wouldblock by ref param.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335862 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-02 18:27:32 +00:00
Matt Li
6501c09ded Add escape_char paramter to fputcsv, formatting consistancy with fgetcsv
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335815 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-28 05:49:05 +00:00
Peter Cowburn
c4c0f7fc58 WS in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335554 c90b9560-bf6c-de11-be94-00142212c4b1
2015-01-02 12:40:47 +00:00
Jean-Sebastien Hedde
877e82bf2f i ​added a check on the returned file handle from fopen() before attempting to read it via feof(). this is to prevent infinite loops on feof() when reading from an invalid file pointer. see the warnings documented here: http://php.net/manual/en/function.feof.php#refsect1-function.feof-notes
-- 
Provided by anonymous 52007 (stefan.topfstedt@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335436 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-28 18:18:16 +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
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
Maciej Sobaczewski
081b8fede7 Fix order of changelog entries
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334386 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-26 05:17:15 +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
Peter Cowburn
260741b087 Clarify default glob() sorting (Patch by Lawrence Cherone)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334260 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-12 21:04:04 +00:00
Peter Cowburn
0428b98f0b caused problems without ob_start present, or ini output_buffering (Patch by John Bercik)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334234 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-10 14:47:22 +00:00
Philip Olson
8752e3ef61 Mention that entries without an equal sign are ignored. Recent feature request PHP Bug #67331 requests this functionality.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334105 c90b9560-bf6c-de11-be94-00142212c4b1
2014-07-03 23:10:43 +00:00
Peter Cowburn
9514f50e89 Remove return value section from delete page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333664 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 13:09:59 +00:00
Maciej Sobaczewski
063e19aa13 Fixed bug #64605
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333558 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-18 15:13:26 +00:00
Dejan Marjanovic
8dd00a873b Doc Bug #67070 Parameter name that should be in bold in popen doc page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333353 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-15 23:39:42 +00:00
Dejan Marjanovic
9905374cd0 Replace single quotes with double for (string) <initializer> unless string contains double quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:48:06 +00:00
Peter Cowburn
9d22259e63 fgetcsv() length param changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333180 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:54:05 +00:00
Peter Cowburn
0bb8848c3b Mention that tempnam() includes path in return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333162 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:52:46 +00:00
Peter Cowburn
642b5701b6 Mention "off" and "on" for parse_ini_file/string()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333161 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:52:41 +00:00
Maciek Sokolewicz
c4fe3a4501 Removed Content-Transfer-Encoding header from the readfile example since it's not actually a valid HTTP header (but rather a MIME header used in emails). Also cleaned out the comments about this.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332634 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-17 03:05:55 +00:00
Joe Watkins
50a515801e fix #66414 bad mkdir example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332580 c90b9560-bf6c-de11-be94-00142212c4b1
2014-01-05 07:05:47 +00:00
Dean Sas
da736604d1 Moved mkdir error info into an exception block
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332518 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-27 16:00:28 +00:00
Dean Sas
5a86bbeb66 Document that mkdir can trigger an E_WARNING
Fixes bug #65388


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332344 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-11 00:45:52 +00:00
Adam Harvey
961e402431 Note that the file returned by tmpfile() may be closed once out of scope.
Fixes doc bug #66014 (tmpfile() file deleted prematurely).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332039 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-01 00:48:29 +00:00
Joe Watkins
fdb3ba81dd #65855 wrong function name in warning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331967 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-25 16:00:40 +00:00
Chris Wright
2507bd51b8 Added more information about what the realpath_cache_size config option represents and added See Also link to the config option from the function of the same name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331297 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-05 10:24:19 +00:00
Hannes Magnusson
4670bf1c17 One notes section is enough
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-03 05:01:55 +00:00
Joe Watkins
df82590e9c implied type incorrect #65271
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331153 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-19 05:41:50 +00:00
Yannick Torres
33040b3b1b Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331135 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-16 09:25:19 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
7bb8bcb294 Delete dummy delete() synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330258 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 02:07:47 +00:00
Peter Cowburn
f1fc2fa14c typofix: return -> returns (doc #64700, patch from mightyuhu)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330184 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-07 07:24:17 +00:00
Karoly Negyesi
49d54fd72a added a note about multiple extensions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329390 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-01 06:08:25 +00:00
Philip Olson
04b11e621f Fixed spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329325 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-29 01:47:09 +00:00
Joe Watkins
821c5e40e7 #61974 edit errors section to include E_WARNING on not found info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329305 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-26 11:26:56 +00:00
Sherif Ramadan
6c29c4c401 Added return false problem warning. Fixes bug #63209.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329280 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-23 15:26:00 +00:00
Richard Quadling
04beb00111 W/S Tabs to spaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329060 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 17:34:40 +00:00
Adam Harvey
c588cc8011 Use the signed 32 bit integer entity to handle ftell() returning negative
numbers.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328615 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-03 01:06:44 +00:00
Hannes Magnusson
edcfded6c0 Fixed bug#63603 changelog for allow_url_include unclear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328605 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 05:49:27 +00:00
Adam Harvey
5c96ba57d9 Update the rename() description to note that it overwrites and moves between
directories.

Fixes doc bug #63473 (rename rename).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328311 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 02:00:58 +00:00
Adam Harvey
919cdfc8de Tweak the wording of the symlink() note to make it clearer that, while it
refers to Windows users, symlink() itself works cross-platform.

Fixes doc bug #63385 (Confusing wording Symlink Documentation).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328192 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-30 06:08:52 +00:00
Yannick Torres
3a8dc25d68 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328095 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-22 11:49:37 +00:00
Yannick Torres
00649f549f Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328079 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-19 09:28:27 +00:00
Adam Harvey
fdccfb5a64 Grammar fix arising from r327743 (thanks to bjori for pointing it out).
Additionally, make the notes actual note elements, and reorder the changelog to
be in the usual descending order, since I already have the file open.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327758 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 03:54:38 +00:00
Adam Harvey
1ad5ef04d9 Add pathinfo() to the see also list on filetype(), since we got a user note
over the weekend that suggests that people who find filetype() might actually
want pathinfo() instead.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327757 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-24 01:32:33 +00:00
Jakub Vrana
fa99d27fdb File functions with directories
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327743 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-22 14:12:33 +00:00
Jakub Vrana
0794362fa2 Available on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327666 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-14 20:56:50 +00:00