Commit graph

780 commits

Author SHA1 Message Date
Christoph Michael Becker
357dbec142 Improve wording
Patch provided by Junaid Ahmed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343348 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-30 18:18:47 +00:00
Christoph Michael Becker
728e8c4e71 Fix #75203: FILE_USE_INCLUDE_PATH: INT instead BOOL
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343110 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-19 15:04:42 +00:00
Kalle Sommer Nielsen
78772dc008 Fix the fix for LOCK_NB on Windows, it seems that the SPL docs was wrong. Added flock()'s changelog to the SPL docs as well
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342695 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-24 21:03:28 +00:00
Kalle Sommer Nielsen
04e210bb02 LOCK_NB is not supported on Windows
Internally LOCK_NB is simply discarded if the bits are passed along to flock()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342693 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-21 21:02:38 +00:00
Pieter Hordijk
1dd89405e7 Fixed description in the case of renaming a directory to an existing target.
https://bugs.php.net/bug.php?id=73997

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342252 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-05 19:02:28 +00:00
Andrey Gromov
218c58b32d Little fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341874 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-08 07:36:03 +00:00
Christoph Michael Becker
26a7f387e0 Fix changelog entry according to style guide
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341625 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-08 12:14:35 +00:00
Kalle Sommer Nielsen
f1a1676a9d Clarify version for fopen()'s new 'e' mode (Anatol)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341617 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-07 13:53:16 +00:00
Anatol Belski
272a166f56 extend doc for https://github.com/php/php-src/pull/1546
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341610 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-07 11:39:27 +00:00
Jean-Sebastien Hedde
23348cb918 Related to #62119
This will do the same change for pathinfo and dirname as already made for basename. 

-- 
Provided by anonymous 78971 (tobias.nyholm@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341589 c90b9560-bf6c-de11-be94-00142212c4b1
2017-01-02 12:37:01 +00:00
Christoph Michael Becker
15197c8641 Mark up literals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341343 c90b9560-bf6c-de11-be94-00142212c4b1
2016-12-08 15:26:03 +00:00
Maciej Sobaczewski
7385e38407 Remove PHP4-specific content
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341080 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-20 11:50:43 +00:00
Christoph Michael Becker
3636c163fb Integrate user note 120098
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340905 c90b9560-bf6c-de11-be94-00142212c4b1
2016-11-07 15:11:12 +00:00
Christoph Michael Becker
7e4167f3f2 Fix #62119: basename broken with non-ASCII-chars
We move the important notes up into the description section, and elevate
the note regarding the locale awareness to a caution.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340481 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-14 17:28:12 +00:00
Christoph Michael Becker
69dd1b59c9 Improve readability of the doc sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340222 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-28 12:34:02 +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
7fcd3e4d78 Integrate user note 119861
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340009 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-09 22:26:40 +00:00
Christoph Michael Becker
45e26d4e5d Add links to pack() and unpack(), respectively
That appears to be useful info for programmers coming from C, see
<http://news.php.net/php.general/325662>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339729 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-26 23:31:08 +00:00
Christoph Michael Becker
5308bbedf6 Fix #72609: Insecure example in php.net documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339679 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-18 12:36:51 +00:00
Pieter Hordijk
50de96a686 Added warning when file not exists info in errors section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339671 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-15 18:08:07 +00:00
Christoph Michael Becker
1ad5dfe5e0 Fix #71804: proc_close does not return exit code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339529 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-29 18:23:56 +00:00
Christoph Michael Becker
3e831d6e6f Fix #67048: pathinfo() doesn't document parsing of dot-files
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339450 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 14:17:23 +00:00
Christoph Michael Becker
b852815d2e Fix #55566: Example 2 for fileperms is wrong
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339346 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-14 14:02:02 +00:00
Christoph Michael Becker
5702a6cdc7 Fix file_get_contents() 'offset' default value (contributed by François Laupretre)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338506 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 17:15:40 +00:00
Jean-Sebastien Hedde
d32fe0ca64 fopen($filename, 'a') opens for writing only, the statement 'fseek()() only affects the reading position' is confusing since there is no reading in this mode. (I also fixed the reference to fseek.)
-- 
Provided by anonymous 62046 (p-schneider@hotmail.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338383 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-31 12:27:21 +00:00
Christoph Michael Becker
071cf3fdad fixed #71110: INI_SCANNER_TYPED missing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338261 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-15 16:52:08 +00:00
Philip Olson
028c8b7bc8 Implemented user note by Eric Mueller: trailing delimiters are also removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337750 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:03:11 +00:00
Thomas Punt
784c7b502d Document new dirname() changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337505 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-16 18:16:29 +00:00
Christoph Michael Becker
97efe1821f improve example (contributed by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337464 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:11:32 +00:00
Peter Cowburn
01ce565305 fix <function> markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337389 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-10 14:50:08 +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
Christoph Michael Becker
fcf506ba92 added note regarding normalization of the character case on case-insensitive
filesystems (see #67220)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337295 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-05 15:09:38 +00:00
Maciej Sobaczewski
b6dc84ee14 Sigh...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336978 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 09:11:34 +00:00
Maciej Sobaczewski
ad46822c2c Document #-style comments support removal in PHP 7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336976 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 05:39:25 +00:00
Maciej Sobaczewski
28b60877cc Document INI_SCANNER_TYPED
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336975 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-16 05:05:37 +00:00
Christoph Michael Becker
1a2ba350f4 fixed pathinfo version information (fixes #69839)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336974 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-15 22:13:49 +00:00
Christoph Michael Becker
65ba344afa clarified fallback to temp dir (fixes #69488)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336950 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 15:20:45 +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
Peter Cowburn
c1cfcdfd88 note fseek() behaviour with fopen mode a/a+
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336902 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:58:55 +00:00
Peter Cowburn
631ffcb398 basename example with and without suffix argument
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336901 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 20:58:47 +00:00
Pasindu De Silva
37f3578383 Updated filesystem/version.xml to PHP7
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336895 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 00:31:01 +00:00
Karoly Negyesi
0faac5c51e small reword to previous commit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336832 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-22 19:44:14 +00:00
Karoly Negyesi
3263e037e1 elaborate on file_put_contents LOCK_EX
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336827 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-22 06:50:48 +00:00
Pieter Hordijk
5eb641c91a Added changelog entry for the fixed wouldblock param on windows https://bugs.php.net/bug.php?id=54129
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336705 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-30 20:24:22 +00:00
Maciej Sobaczewski
5fb8369ce4 Apply patch by Christoph Michael Becker (closes bug #64927)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336672 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-27 04:58:17 +00:00
Peter Cowburn
2664626816 markup parameter and mention previously
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336603 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 14:09:03 +00:00
Pasindu De Silva
d1b39ea532 Minor typo and other fixes. (By Christoph Becker)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336599 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-20 10:48:37 +00:00
Peter Cowburn
10ae3ea56c Add 5.3.4 change to changelog
"Changed the $context parameter on copy() to actually have an effect. (Kalle)"

-- 
Patch by Pasindu (ppasindud@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336565 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-17 14:34:44 +00:00
Peter Cowburn
52b94bc52e Add some ini keys (doc bug #55727)
-- 
Patch by Pasindu (ppasindud@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336561 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-17 14:14:55 +00:00
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