Skip to content

Commit 352d991

Browse files
Removed debug
1 parent 44c2679 commit 352d991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/compatibility.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ nav_order: 3
88

99
This page is intended to track the compatibility of all standard PHP [IMAP functions](https://www.php.net/manual/en/ref.imap.php) over the ones provided by [PHP-IMAP2](https://php-imap2.javanile.org/functions.html)
1010
For each function is reported a list of issues born around problems on real use cases. Please add new issue if your have some concerns with specific function.
11-
All below checked functions are tested with complex tests and will be considered an exact equivalent of the original one.
11+
All below checked functions are tested with complex tests and will be considered an exact equivalent of the original one.
12+
If your function is not checked, no problem, it works but can be effected by a small difference from the original one. Ask for support and create a new issue if your have special needs or mandatory behaviour to fix.
1213

1314
- [x] [imap_alerts](https://github.com/javanile/php-imap2/issues?q=label%3Aalerts)
1415
- [x] [imap_append](https://github.com/javanile/php-imap2/issues?q=label%3Aappend)
@@ -45,4 +46,4 @@ All below checked functions are tested with complex tests and will be considered
4546
- [ ] [imap_timeout](https://github.com/javanile/php-imap2/issues?q=label%3Atimeout)
4647
- [ ] [imap_undelete](https://github.com/javanile/php-imap2/issues?q=label%3Aundelete)
4748

48-
Your function not is on the list. [Submit an issue for it.](https://github.com/javanile/php-imap2/issues/new)
49+
Your function not is on the list. [Submit an issue for it.](https://github.com/javanile/php-imap2/issues/new)

0 commit comments

Comments
 (0)