Mikhail Alferov
e50e797467
Remove extra space characters (GH-3737)
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2024-09-12 23:37:42 +02:00
Mikhail Alferov
e885f8c39d
stream-seek.xml: add the dot to the end of the sentence ( #3567 )
2024-09-11 14:30:39 +01:00
Tim MacDonald
8859c8b96c
Standardise casting spacing ( #2717 )
2024-09-11 14:29:15 +01:00
haszi
765b2d6eec
Remove empty configuration pages ( #3538 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-09 22:24:55 +01:00
Mikhail Alferov
98d4a70aac
stream/book.xml: add the missing space character ( #3492 )
2024-07-07 15:10:03 +01:00
haszi
605553e228
Remove empty requirements pages ( #3464 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-07-07 14:34:34 +01:00
haszi
57d1b0df36
Remove empty installation pages ( #3462 )
...
Co-authored-by: haszi <haszika80@gmail.com >
2024-06-21 02:38:44 +01:00
Gina Peter Banyard
4d17b7b494
[skip-revcheck] Convert class markup to be compatible with DocBook 5.2
...
Closes GH-3415
2024-06-14 17:04:53 +01:00
haszi
b60f097fbf
Add missing stream constants
2024-05-20 13:15:14 +01:00
haszi
2cd794d08d
[skip-revcheck] Fix whitespace
2024-05-20 13:15:14 +01:00
haszi
de8e36659f
Add STREAM_OPTION_READ_BUFFER to streamWrapper::stream_set_option
2024-05-20 13:14:56 +01:00
Mike Lehan
29cf1ea0ec
Update stream-context-create.xml ( #2956 )
...
Update code example to use php5.4 array syntax, change newline to standard unix vs windows line ending, add some spaces
2024-04-17 13:00:48 +01:00
Máté Kocsis
d715365c09
Sync some methodsynopses with stubs ( #3199 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2024-04-16 13:02:43 +02:00
haszi
f80105b4fc
Remove constant tag from literal values ( #3251 )
...
* Remove constant tag from literal values
* [skip-revcheck] Fix whitespace
---------
Co-authored-by: haszi <haszika80@gmail.com >
2024-03-10 21:34:11 +01:00
alfsb
7cdb9316e1
Resource is maked with type, not literal. ( #2975 )
...
Co-authored-by: André L F S Bacci <ae@php.net >
2023-11-29 14:44:46 +00:00
Sergey Panteleev
a72f89fcf9
[PHP 8.3] Fix stream_context_set_options function
2023-11-18 12:02:02 +03:00
Sergey Panteleev
4d8c71986e
[PHP 8.3] New stream_context_set_options function ( #2947 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
2023-11-18 11:21:11 +03:00
Michal Špaček
aca589264a
$message parameter of stream_notification_callback() is nullable ( #2767 )
2023-09-16 23:42:30 +01:00
Máté Kocsis
14767af0f0
Use new class synopsis markup ( #2611 )
...
Follow-up on https://github.com/php/phd/pull/77
2023-08-30 12:28:30 +01:00
Yoshinari Takaoka
51a2b54c3d
removed "PHP" from changelog version.
2023-08-11 18:05:27 +09:00
Alexandre Daubois
145067d97c
Fix GH-2209: update return value and changelog of stream_set_chunk_size() ( #2663 )
2023-08-10 18:22:15 +01:00
Yoshinari Takaoka
8f0d3cbca1
Fixed to treat length value as parameter.
2023-05-07 21:46:11 +09:00
Nils Adermann
d5ed467fdf
stream_get_contents: Note buffer of max length size will always be allocated ( #2461 )
...
Clarify in a note that even if a stream's contents are much smaller, a buffer of the maximum length will be allocated if a maximum length is provided. This may be surprising if you otherwise expect the function to dynamically grow a buffer depending on the actual stream contents, as it does with the default null value.
2023-05-06 10:22:50 +01:00
Christoph M. Becker
f39a3a7f3a
Fix GH-2148: STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT and STREAM_CRYPTO_METHOD_TLSv1_3_SERVER are undocumented
2023-01-06 13:18:58 +01:00
Máté Kocsis
adf11d8d64
Revert "Add documentation for default constructors - part 1 ( #2089 )" ( #2121 )
2022-12-28 08:50:09 +01:00
Máté Kocsis
0510540984
Add documentation for default constructors - part 1 ( #2089 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2022-12-19 21:40:26 +01:00
Máté Kocsis
4f6742c6ef
Update php_user_filter roles ( #2056 )
2022-12-11 23:20:35 +01:00
George Peter Banyard
c44e9cb68b
Fix some (con|de)structor pages ( #1507 )
...
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
2022-04-06 18:55:35 +01:00
George Peter Banyard
ecaa214642
Fix de/constructor synopsis tag usage ( #1457 )
...
In Solr, Stomp, Yaf.
Also include constructor and destructor in StreamWrapper interface synopsis
2022-03-15 16:36:11 +00:00
George Peter Banyard
002cf0e30e
Fix de/constructor synopsis tag usage in Stream docs
2022-03-13 18:22:00 +00:00
魔王卷子
f0e6ac0428
[skip-revcheck] fixed typo ( #1401 )
2022-02-12 17:08:11 +00:00
Máté Kocsis
a123b24db5
Fix some ext/standard param types ( #1288 )
2022-01-03 10:12:29 +01:00
Christoph M. Becker
906db3b3f7
streamwrapper::stream_read() can actually return false
...
Cf. <https://github.com/php/doc-en/issues/1220 >.
2021-12-29 00:01:35 +01:00
Christoph M. Becker
ee4535711f
Fix GH-1220: streamWrapper::stream_read inconsistent return info
2021-12-28 12:37:13 +01:00
Sergey Panteleev
181e9c5572
Fix section order issues ( #1262 )
2021-12-28 08:00:18 +03:00
Máté Kocsis
a1702b5d45
Generate a few ext/standard methods synopses from stubs - part 2 ( #1014 )
2021-12-23 10:32:40 +01:00
Sergey Panteleev
98e904a628
Fix stream_select refpurpose
2021-12-16 12:19:30 +03:00
Máté Kocsis
c3067ab0a7
Generate a few ext/standard method synopses based on stubs - part 3
...
Co-authored-by: Sergey Panteleev <sergey@php.net >
Closes GH-1021.
2021-12-15 20:00:09 +01:00
Máté Kocsis
cd46fa89d3
Generate php_user_filter class synopsis from stubs
...
Closes GH-1116.
2021-12-15 18:59:39 +01:00
ignace nyamagana butera
3561c702e7
Document stream_bucket_make_writable()
...
Closes GH-1156.
2021-11-29 23:00:21 +01:00
Dan
cf3707c0f4
Add stream_socket_client usage to stream_get_meta_data
...
This adds both examples and the missing optional key-value pair for the return array. Also switches to `var_dump` instead of `print_r`.
Co-authored-by: George Peter Banyard <girgias@php.net >
Closes GH-1124.
2021-11-23 15:20:40 +01:00
Máté Kocsis
6a5b227850
Generate ext/standard method synopses based on stubs - part 4
...
Closes GH-1022.
2021-10-27 11:35:47 +02:00
Boris Wintein
7aa6a0cc66
[skip-revcheck] Corrected spelling ( #979 )
...
Diffrent should be different.
2021-09-28 15:45:51 +01:00
Yoshinari Takaoka
a6afc95504
deleted unnecessary char '>'.
2021-08-07 21:42:27 +09:00
Christoph M. Becker
ab8bf7a2cd
streamWrapper::stream_open()'s $opened_path must be nullable
...
Based on PR #753 .
2021-08-07 12:18:58 +02:00
Christoph M. Becker
c79b9928aa
Fix #55262 : streamWrapper::url_stat return value in case of non existing file
2021-07-27 18:13:50 +02:00
Sergey Panteleev
a32b6c51c4
Fix issues in stream directory ( #759 )
2021-07-05 12:31:02 +03:00
Christoph M. Becker
bf85f2f1fc
Add visibility modifiers to streamWrapper::__construct and ::__destruct
2021-07-03 12:21:20 +02:00
Christoph M. Becker
f7b3a3a469
Fix #47236 : Server Cert not captured when using TLS
...
The term "stream wrapper" is unfortunately not that clearly defined.
2021-07-02 17:06:47 +02:00
Kamil Tekiela
a94b259189
Remove unneeded note
...
set_socket_blocking was removed in PHP 7.0. socket_set_blocking is still an alias and is not deprecated, but since we don't document aliases in notes, I removed the whole note.
Closes GH-724.
2021-06-24 14:57:32 +02:00