1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

238 Commits

Author SHA1 Message Date
Christian Schneider
4e69a9f2b1 Remove descriptions of obsolete parameters not in synopsis (#5246)
Co-authored-by: Christian Schneider <schneider@search.ch>
2026-02-06 14:42:29 +00:00
Gina Peter Banyard
86177fa035 PHP 8.4: Indicate extensions have been unbundled (#4103) 2024-11-20 16:33:07 +00: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
Gina Peter Banyard
d4d5216e7a [skip-revcheck] Replace PHP_INI_* with INI_* constants
Performed via a bash script which can be found on PR GH-3140

Closes GH-3140

Co-authored-by: haszi <haszika80@gmail.com>
2024-01-26 14:00:36 +00:00
Yoshinari Takaoka
6054b3697b fixed parameter name
refs: https://github.com/php/php-src/blob/PHP-8.3/ext/imap/php_imap.stub.php#L412
2023-12-29 19:17:54 +09:00
Máté Kocsis
673d373eda Sync ext/imap methodsynopsis with stubs based on PHP 8.3 changes (#2891)
Co-authored-by: Gina Peter Banyard <girgias@php.net>
2023-12-22 13:33:02 +00:00
Máté Kocsis
5e9500ddad [skip-revcheck] Syncronize predefined constants with stubs - part 1 (#2739)
Preparation commit for syncing constants with stub.

This reformats the page, which is mainly just whitespace changes.
2023-09-04 23:37:50 +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
919a02eb27 [PHP 8.2] added imap_is_open documentation (#2583)
Co-authored-by: George Peter Banyard <girgias@php.net>
2023-07-18 14:24:08 +09:00
othercorey
848fab73ae Drop imap_mailboxmsginfo() return false description (#2203) 2023-01-19 01:22:54 +00:00
Máté Kocsis
d845236a60 Fix $message_nums parameter names (#1225) 2021-12-21 15:33:54 +01:00
Christoph M. Becker
91a4618df8 imap_mail_move() does actually copy and delete
Cf. <https://github.com/php/php-src/issues/7719>.
2021-12-05 23:13:48 +01:00
Christoph M. Becker
620dfaa244 imap_(un)delete expects sequences, not msgnos
Cf. <https://bugs.php.net/81649>.
2021-11-22 17:03:15 +01:00
Máté Kocsis
cc9ca293a0 [skip-revcheck] Generate ext/imap class synopses from stubs (#1118) 2021-11-17 12:09:22 +01:00
Sergey Panteleev
8a2141dcc0 Deprecated functions and constants
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-981.
2021-10-04 16:53:40 +02:00
Sergey Panteleev
34892f8274 [PHP 8.1] Use an IMAP\Connection instance instead of a resource (#971) 2021-09-28 19:13:36 +01:00
Máté Kocsis
7f99d5e488 Remove some unnecessary methodsynopsis role attributes (#913) 2021-09-14 14:37:29 +02:00
George Peter Banyard
4a9963bc40 Fix section order issues in IMAP extension
Part of #658
2021-06-06 18:03:03 +01:00
Martin Samesch
312f9d4e18 fix parameter 2021-03-23 15:25:10 +01:00
Yoshinari Takaoka
195a63e400 Added PHP 8 into versions.xml for imap based on stubs.
Closes GH-364.
2021-01-20 01:21:46 +01:00
Yoshinari Takaoka
4881b14f09 deleted original UTF-7 description.
Halfway deleted in imap-utf7-decode.xml.
2021-01-01 07:17:37 +09:00
Máté Kocsis
e2f50c240b Generate imap methodsynopses based on stubs
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-297.
2020-12-31 19:30:38 +01:00
Christoph Michael Becker
e41806c30b Revert revision(s) 351724 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351730 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 18:05:44 +00:00
Christoph Michael Becker
4754397753 Revert revision 351727 from phpdoc/en/trunk:
Document false and null return types

Cf. <https://news-web.php.net/php.doc.cvs/17645>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351729 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 17:58:32 +00:00
Jakub Vrana
69bd53265b Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351727 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 15:12:46 +00:00
Jakub Vrana
c80da7c04a Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-28 12:54:59 +00:00
Christoph Michael Becker
b95d28e6ec Fix return types
Functions which return false on failure should state that in their
signature as well.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351135 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:52:35 +00:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Christoph Michael Becker
ab003724ad imap_sort() returns false on failure
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350866 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 18:10:39 +00:00
Christoph Michael Becker
fc870e6f97 ext/imap is not thread-safe
Cf. <https://github.com/php/php-src/pull/6326#issuecomment-707763804>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350865 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 17:06:05 +00:00
Christoph Michael Becker
eb0c675cd5 Remove info about Windows 2000
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350864 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-13 16:38:14 +00:00
Christoph Michael Becker
873035efec Properly document $bodies parameter of imap_mail_compose()
We also generally improve this manual page a bit.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350852 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-12 13:06:28 +00:00
Christoph Michael Becker
c598ef8927 Fix info about imap_mail_compose() custom_headers
This integrates user note 18244.  We also mark up the key names.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350832 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-09 16:32:02 +00:00
Christoph Michael Becker
091d0f1d27 Fix #62813: imap_fetchstructure() manual claims to return "envelope" and "internal date"
While we're at it, we also integrate user note 116898 ("returns false on failure").


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350824 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-08 15:40:33 +00:00
Christoph Michael Becker
bab0d03aac Fix #73640: imap_search can't search HEADER
Well, libc-client is a wee bit old.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350823 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-08 14:53:47 +00:00
Christoph Michael Becker
67acb98dae Fix #63266: imap_utf8 may not convert to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350822 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-08 14:35:47 +00:00
Christoph Michael Becker
7f569e1f17 Remove more changelog entries, mostly from PHP 5.3 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350655 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 14:08:59 +00:00
Christoph Michael Becker
9af43469f4 Remove more changelog entries, mostly from PHP 5.2 era
Patch contributed by Sobak <msobaczewski@gmail.com>.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350654 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-26 13:52:31 +00:00
George Peter Banyard
ac9f8fcf00 Typos found by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348340 c90b9560-bf6c-de11-be94-00142212c4b1
2019-11-24 05:12:59 +00:00
Christoph Michael Becker
0de6bb1cd9 Fix #78030: imap_open() expects parameter 6 to be array, null given
For all practical purposes, the default value is actually an empty array.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347436 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-18 06:58:33 +00:00
Christoph Michael Becker
f8ad6e41a1 Update IMAP resource type documentation
The “imap persistent” and “imap chain persistent” are removed
as of PHP 4.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346029 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 15:12:37 +00:00
Christoph Michael Becker
ca35bb0ee6 Document potentially insecure IMAP mailbox names
We add a warning to all parameters which may be affected,
and also document the new ini option which prevents RCE.
We intentionally keep the wording backwards (“unless … is
disabled”) to also cater to older PHP version which do not
implement the ini option.

Cf. <https://bugs.php.net/bug.php?id=77153>.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346027 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-22 14:39:24 +00:00
Christoph Michael Becker
1cb9fe0974 Fix #67366: Docs do not list some LATT_* constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344964 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-05 17:00:57 +00:00
Christoph Michael Becker
a2165b1ec5 Fix typos
Patches provided by anonymous users.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344377 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-27 13:46:38 +00:00
Jakub Vrana
13ab43e265 Standardize filenames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344354 c90b9560-bf6c-de11-be94-00142212c4b1
2018-02-24 17:11:35 +00:00
Jakub Vrana
3e9734391f Add new functions to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344041 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 13:39:15 +00:00
Christoph Michael Becker
d78b4646c2 Partially fix #75094: Functions not documented
We document the IMAP functions which have been introduced 
in PHP 5.3.0.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342908 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-22 14:01:19 +00:00
Andrey Gromov
62db3b3942 fixes from anon and Alex Medvedev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342651 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-09 08:18:52 +00:00
Andrey Gromov
42f0c6186a fixes from anons (changes for imap checked in C-sources)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342503 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-25 08:23:31 +00:00
Pieter Hordijk
1ab7003a7f Added return value on error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342243 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-05 09:54:45 +00:00