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
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
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