Christoph Michael Becker
983b96e259
Document new STREAM_CRYPTO_METHOD_* constants
...
Patch provided by Stéphane Hulard
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340287 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-03 16:41:04 +00:00
Christoph Michael Becker
604ce6e4e6
Fix #72900 : stream_copy_to_stream() can also return false
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339912 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-19 22:48:02 +00:00
Christoph Michael Becker
56293cbaa6
Address #61168 : fwrite() has no buffering
...
The info that fwrite() is normally buffered is obviously wrong, but the
rest of the paragraph also looks fishy, so we remove it altogether.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339538 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-01 21:12:58 +00:00
Christoph Michael Becker
d871d0abb6
Fix #64416 : issues with streamwrapper documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339492 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-25 15:23:13 +00:00
Joe Watkins
77386c9ed6
Fix #71951 : shutdown behaviour note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338908 c90b9560-bf6c-de11-be94-00142212c4b1
2016-04-04 08:58:43 +00:00
Thomas Punt
a951ca7b66
Resolve doc bug #71638
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338619 c90b9560-bf6c-de11-be94-00142212c4b1
2016-02-21 12:48:31 +00:00
Adam Harvey
0e9f78e1a5
Improve removal warnings for other odds and ends.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338431 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-08 01:35:51 +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
158ca973fb
Fixes bug #71107
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338301 c90b9560-bf6c-de11-be94-00142212c4b1
2015-12-18 17:21:47 +00:00
Christoph Michael Becker
54b0642683
Documentation for functions stream_bucket_prepend and stream_bucket_append had the wrong type "resource" for the parameter $bucket, whch is of type "object".
...
--
Provided by anonymous 62233 (willy.schott@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337465 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-15 00:29:09 +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
2bee52c6e2
corrected return value documentation ( fixes #66897 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337225 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-23 11:40:07 +00:00
Bob Weinand
8ba145b34c
Clarify that streamWrapper::flush() is also called when the stream is closed (with any pending data written to it)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337084 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-30 01:58:13 +00:00
Maciej Sobaczewski
66d4ce2b23
Document another PHP 7 removals
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336986 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-17 10:33:04 +00:00
Maciek Sokolewicz
dcdd9c608e
Fixed broken example code (patch by Hannes van de Vreken)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336740 c90b9560-bf6c-de11-be94-00142212c4b1
2015-05-08 21:12:05 +00:00
Peter Cowburn
8f5c5641d1
set_socket_blocking has been deprecated since forever
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336054 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 15:10:32 +00:00
Peter Cowburn
941b884dcb
update deprecations
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336053 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 14:21:44 +00:00
Maciej Sobaczewski
9194a9bb5b
Mark some functions as deprecated in versions.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336049 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-07 19:29: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
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
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
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
4254b6dcb0
Typofix
...
--
Patch by anonymous contributor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333772 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-13 08:14:45 +00:00
Joe Watkins
c733684328
#61898 correct information about output
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331996 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-26 07:00:53 +00:00
Chris Wright
a3479b788c
Fix example stream socket HTTP client example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331819 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-14 08:38:46 +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
Joey Smith
f24f6db71a
Change linkend for "context parameters" to point at the actual documentation for parameters.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331131 c90b9560-bf6c-de11-be94-00142212c4b1
2013-08-15 21:29:42 +00:00
Jakub Vrana
b89d5b4683
Add missing version info
...
Found by PhD
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330435 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 22:33:43 +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
4c6bfd875d
Mark dummy class name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330261 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 04:40:48 +00:00
Jakub Vrana
cb41dcc040
Mark dummy function name
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330259 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 02:11:09 +00:00
Pieter Hordijk
fa5ef560a6
function param now has the correct type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330030 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-08 21:09:17 +00:00
Hannes Magnusson
405b0f75b3
Fixed bug#64246 (stream_metadata constants not defined)
...
# The userspace constants are without the PHP_ prefix :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329623 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-03 00:34:42 +00:00
Justin Martin
8dfe8448dd
Fixed path and value parameters.
...
Fixes #64238 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329584 c90b9560-bf6c-de11-be94-00142212c4b1
2013-02-27 05:08:03 +00:00
Adam Harvey
b54f40bf1c
Fix doc bug #62748 (Typo).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326988 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-06 01:11:00 +00:00
Karoly Negyesi
d6b431c9ff
stream_bucket_prepend documentation. The rest of stream_bucket_* is forthcoming.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326648 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-15 23:20:52 +00:00
Hannes Magnusson
858cacd62c
mark bunch of extensions with "membership" PI (like the membership comment)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Jakub Vrana
84b8fca68f
Use <function> for language constructs (now supported by PhD)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325214 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-15 21:45:34 +00:00
Jakub Vrana
a9b26c34e4
Display language constructs without parentheses
...
Side effect of this change is that include, require and return are now properly linked. They weren't because they don't live inside <refentry> so PhD doesn't know about them.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324522 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 08:39:30 +00:00
Peter Cowburn
f3aca6e5fd
streams context -> stream context (thanks g[r]eek)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324449 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 09:08:57 +00:00
TAKAGI Masahiro
e03c62dfee
Add svn:keywords and svn:eol-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324435 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-21 21:04:33 +00:00
TAKAGI Masahiro
158a015e88
Add svn:keywords and svn:eol-style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324434 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-21 20:54:22 +00:00
Jakub Vrana
48e5dd1b7e
Separate documentation of php_user_filter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324430 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-21 18:50:57 +00:00
Yannick Torres
94497636f2
Fix svn keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 15:34:05 +00:00
Jakub Vrana
5faa7a6747
Document and use callable type hint introduced in PHP 5.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Philip Olson
e8f5854699
Added skeleton for StreamWrapper::stream_truncate() and version info for StreamWrapper::stream_metadata()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323796 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 05:35:09 +00:00
Philip Olson
7d41b387c3
Added documentation for stream_set_chunk_size()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323776 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 03:34:03 +00:00
Philip Olson
9b344edff8
Added documentation for stream_set_chunk_size()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323775 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 03:33:40 +00:00
Jakub Vrana
c1dc0919bf
Linkable reference constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323628 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:37:00 +00:00