Re: [PHP-DEV] Re: patch for imap bug 77153

2018-11-20 Thread Kalle Sommer Nielsen
Den ons. 21. nov. 2018 kl. 06.13 skrev Pierre Joye : > Btw, is imap on the list to deprecate in 7.x + kill in 8.x? It is really > not maintained well, both c-client and the ext. Would it be possible to > consider it? I remember we have spoken about this in the past and it seems that everytime it

Re: [PHP-DEV] Re: patch for imap bug 77153

2018-11-20 Thread Pierre Joye
On Wed, Nov 21, 2018, 6:02 AM Stanislav Malyshev Hi! > > > actually the PHP wrapper should not have allowed to pass the mailbox > > name verbatim, which would only be reasonable in my opinion, if we were > > supporting arbitrary drivers (which we don't). And of course, userland > > PHP does not

Re: [PHP-DEV] Return value of get_properties handler

2018-11-20 Thread Christoph M. Becker
Also forwarding to the list. On 20.11.2018 at 11:50, Nikita Popov wrote: > On Tue, Nov 20, 2018 at 11:44 AM Christoph M. Becker > wrote: > >> With regard to bug #77177[1], I'm wondering whether a get_properties >> handler[2] is allowed to return NULL, or whether an empty hash table has >> to

[PHP-DEV] Re: patch for imap bug 77153

2018-11-20 Thread Stanislav Malyshev
Hi! > actually the PHP wrapper should not have allowed to pass the mailbox > name verbatim, which would only be reasonable in my opinion, if we were > supporting arbitrary drivers (which we don't). And of course, userland PHP does not do anything with mailbox names. In fact, PHP doesn't even

[PHP-DEV] Re: patch for imap bug 77153

2018-11-20 Thread Christoph M. Becker
On 20.11.2018 at 20:45, Stanislav Malyshev wrote: > Strictly speaking, such bug is a problem in the library, not PHP > wrapper, since all parsing and mailbox string handling is done inside > the library and it completely opaque to PHP. However, c-client library > has been essentially unsupported

[PHP-DEV] patch for imap bug 77153

2018-11-20 Thread Stanislav Malyshev
Hi! I've checked in the patch for https://bugs.php.net/bug.php?id=77153, which disables by default rsh/ssh login functionality in IMAP. I assume most people neither know such functionality existed nor need it, but still it's a BC break. The reason why I did it is because IMAP library does not

[PHP-DEV] [RFC][Accepted] Password Mechanism Registry

2018-11-20 Thread Sara Golemon
https://wiki.php.net/rfc/password_registry has been accepted unanimously 21:0 with the supplemental vote on maintaining BC for the integer based mechanism parameters passing 19:1. Implementation will be forthcoming. -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

[PHP-DEV] Return value of get_properties handler

2018-11-20 Thread Christoph M. Becker
Hi! With regard to bug #77177[1], I'm wondering whether a get_properties handler[2] is allowed to return NULL, or whether an empty hash table has to be returned instead. Can any of the engine experts please clarify? (Might be useful to add this info to the comment in the source code as well.)

Re: [PHP-DEV] Re: memcache, without a d, as in Venezuela

2018-11-20 Thread Rowan Collins
On Mon, 19 Nov 2018 at 15:53, Pierre Joye wrote: > On Sun, Jun 24, 2018, 12:00 AM AllenJB > > Someone was asking about memcache vs memached on IRC the other day and I > > advised them the memcache extension looked abandoned based on the PECL > > page. Having 2 such similar extensions is