Re: [PHP-DEV] Re: [RFC] Debugging PDO Prepared Statement Emulation v2

2016-12-01 Thread Thomas Nunninger
Hi, So, if I only want to get the emulated prepared statement, I have to do ob_start()/ob_get_clean(), then use a regexp to fetch it ? I want v1 back T_T I second that. Why do you print it directly? Wouldn't it be better to return a structured array with the information needed? If needed, you

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Davey Shafik
On Thu, Dec 1, 2016 at 2:48 PM, Rasmus Lerdorf wrote: > On Thu, Dec 1, 2016 at 8:00 AM, Derick Rethans wrote: > > > > I think it's time to retire Ecelerity. Nobody knows how it works. if > > It'd be postfix, I would likely have checked one of these ghost mail > > reports out... > > > > I don't t

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Rasmus Lerdorf
On Thu, Dec 1, 2016 at 8:00 AM, Derick Rethans wrote: > > I think it's time to retire Ecelerity. Nobody knows how it works. if > It'd be postfix, I would likely have checked one of these ghost mail > reports out... > I don't think anyone disagrees with that, but at the same time it is a lot of wo

[PHP-DEV] Re: [RFC] Debugging PDO Prepared Statement Emulation v2

2016-12-01 Thread Benoit Schildknecht
Le Thu, 17 Nov 2016 23:19:38 +0100, Adam Baratz a écrit: Hi, Based on my second thoughts on my initial approach, I created an RFC to supplant it: https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation_v2 I believe this better addresses the negative feedback from the original

Re: [PHP-DEV] Re: [RFC] Debugging PDO Prepared Statement Emulation v2

2016-12-01 Thread Adam Baratz
> > I'll incorporate it, and the content of this subthread, in the RFC when I > get my next free five minutes. :) > Done. And because of the scope of the v2 implementation, I changed the target release to next 7.1.x. Thanks, Adam

Re: [PHP-DEV] SSH2 extension maintenance

2016-12-01 Thread Sean DuBois
On Thu, Dec 01, 2016 at 01:33:53PM +0100, Libor M. wrote: > Hello, > I wonder how it is with the activity development extensions SSH2. > > The current SSH2 extension (version 0.13 and 1.0) does not work on PHP > versions 5.6 and 7.0 because it contains bug > https://bugs.php.net/bug.php?id=73524. >

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Andreas Heigl
Hi All, Hi Rasmus. Am 01.12.16 um 16:54 schrieb Rasmus Lerdorf: > The problem here is that it is not a standard mail setup so finding online > resources is tricky. It is Ecelerity from MessageSystems. I have been > poking the config trying to find where this subject keyword thing is > defined, but

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Derick Rethans
On Thu, 1 Dec 2016, Rasmus Lerdorf wrote: > The problem here is that it is not a standard mail setup so finding online > resources is tricky. It is Ecelerity from MessageSystems. I have been > poking the config trying to find where this subject keyword thing is > defined, but so far no luck. In th

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Rasmus Lerdorf
The problem here is that it is not a standard mail setup so finding online resources is tricky. It is Ecelerity from MessageSystems. I have been poking the config trying to find where this subject keyword thing is defined, but so far no luck. In the short term I think we need someone who knows Ecel

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Andreas Heigl
Hi All. Looks like there should be someone that looks after the email-stuff. I hate "should" and "someone" so I'm stepping up to volunteer to handle that. Either alone or together with someone else (which would be my preffered solution!) Up to know I have set up and managed some very low volume

Re: [PHP-DEV] php.net mailing setup owner?

2016-12-01 Thread Eli
Stas ... I think this falls under the whole "no-one really knows who handles the mailing stuff". I myself have an issue that 'randomly' my emails will be bounced for an incorrect blacklist error. And there doesn't seem to be anyone who can get in there and fix stuff since Wez stopped managing the

[PHP-DEV] SSH2 extension maintenance

2016-12-01 Thread Libor M.
Hello, I wonder how it is with the activity development extensions SSH2. The current SSH2 extension (version 0.13 and 1.0) does not work on PHP versions 5.6 and 7.0 because it contains bug https://bugs.php.net/bug.php?id=73524. The bug is fixed in git repository, but new bugfix version is not rele