Re: [PHP-DEV] Dropping SSL2 in 7.1

2016-07-13 Thread Scott Arciszewski
If we don't drop SSL2 support we might DROWN in technical debt. This would get a massive +1 from me. (Can we consider dropping SSL3 too in 7.2?) Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises On Wed, Jul 13, 2016 at 3:11 PM, Jakub Zelenka wrot

Re: [PHP-DEV] [RFC DISCUSSION] Error Storage Behavior

2016-07-13 Thread Nikita Popov
On Mon, Jun 27, 2016 at 9:53 PM, Stanislav Malyshev wrote: > Hi! > > > Currently error_get_last() always contains the last error that occurred, > > however, this is actually not desired if the last error was an exception > > that was caught. > > > > https://github.com/php/php-src/pull/1936 > > I

[PHP-DEV] Dropping SSL2 in 7.1

2016-07-13 Thread Jakub Zelenka
Hi, It's been already proposed by Remi using PR [1] so sending it here as well. I would like to proceed and drop SSL2 support from PHP. Effectively it means dropping ssl2 stream as it's not already negotiated by default. It's been dropped in OpenSSL 1.1 and we don't already support it with 1.0.2.

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders: NEWS ext/pdo_pgsql/pgsql_statement.c ext/pdo_pgsql/tests/bug72570.

2016-07-13 Thread Matteo Beccati
Hi Anatol On 13/07/2016 12:35, Matteo Beccati wrote: > On 13/07/2016 12:19, Anatol Belski wrote: >> So you effectively suggest to take both #72570 and #70313 into the >> 7.0.9 final? I was thinking about merging #72570 partially, >> excluding test, do you think it would suffice? > > I haven't test

[PHP-DEV] BAD Benchmark Results for PHP Master 2016-07-13

2016-07-13 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-07-13 06:29:25+03:00 commit: 7a125a4 previous commit:1ba20e3 revision date: 2016-07-13 01:05:32+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] Re: [PHP-CVS] com php-src: Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders: NEWS ext/pdo_pgsql/pgsql_statement.c ext/pdo_pgsql/tests/bug72570.phpt

2016-07-13 Thread Matteo Beccati
Hi Anatol, I haven't tested it alone, but I guess it's safe to use. Eventually for 7.0.9 we could modify the test to comply with the result, and that would suffice to check that there's no segfault. Cheers On 13/07/2016 12:19, Anatol Belski wrote: > Hi Matteo, > >> -Original Message- >

[PHP-DEV] RE: [PHP-CVS] com php-src: Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders: NEWS ext/pdo_pgsql/pgsql_statement.c ext/pdo_pgsql/tests/bug72570.phpt

2016-07-13 Thread Anatol Belski
Hi Matteo, > -Original Message- > From: Matteo Beccati [mailto:p...@beccati.com] > Sent: Sunday, July 10, 2016 2:49 PM > To: Anatol Belski > Subject: Fwd: [PHP-CVS] com php-src: Fixed bug #72570 Segmentation fault > when binding parameters on a query without placeholders: NEWS > ext/pdo_p

[PHP-DEV] Request for wiki karma

2016-07-13 Thread Jesse Schalken
Hi internals, I'd like wiki karma to write an RFC for the feature of setting properties/calling methods within an expression with the result of the object itself, eg $this->fooMethod(new FooParams() { setBlah(BLAH_CONST + 1), prop1 = $foo, prop3 = $builder->create() { prop1 =