Re: [PHP-DEV] Low Hanging Fruit

2016-11-02 Thread Thomas Hruska
On 11/1/2016 11:08 PM, Michael Morris wrote: What are some outstanding bugs that should be relatively easy to fix that no one has gotten around to? Low hanging fruit as it were for beginning devs. Bug #72333 should be relatively easy and is most likely still a valid bug under the PHP 7 series.

Re: [PHP-DEV] Introduction for wilkesreid

2016-11-02 Thread Kalle Sommer Nielsen
2016-11-02 21:04 GMT+01:00 Samuel Reid : > I would simply like the opportunity to vote on RFCs. My name is Samuel Reid, > and I’m a PHP developer for Bureau Gravity (http://www.bureaugravity.com). > It is a privilege to be able to vote on RFCs, see http://php.net/get-involved.php for how you can

[PHP-DEV] Introduction for wilkesreid

2016-11-02 Thread Samuel Reid
I would simply like the opportunity to vote on RFCs. My name is Samuel Reid, and I’m a PHP developer for Bureau Gravity (http://www.bureaugravity.com).

Re: [PHP-DEV] bug classification discussion

2016-11-02 Thread Jakub Zelenka
Hi, On Mon, Oct 24, 2016 at 6:23 AM, Stanislav Malyshev wrote: > Hi! > > We have had a bunch of bugs recently which are essentially one and the > same issue: PHP 5.6 allows only int-sized strings, but many functions > don't check the size of the string they produce. This can lead to int > overfl

[PHP-DEV] UGLY Benchmark Results for PHP Master 2016-11-02

2016-11-02 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-11-02 06:24:53+02:00 commit: c71ab72 previous commit:fec1218 revision date: 2016-11-01 22:58:59+03:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] PDO ODBC #42765 uninitialized length bug patch

2016-11-02 Thread Anish Mistry
Would a developer be able look at the patch in this bug: https://bugs.php.net/bug.php?id=42765 And let me know what else needs to happen to get this committed? This is pretty much required to make the module work correctly with most SQL server databases via ODBC. I'm hitting this on multiple O

Re: [PHP-DEV] Security issue handling

2016-11-02 Thread Joe Watkins
Morning, Stas, consider Leigh vouched for, please add him to sec lists and private bugs. Cheers Joe On Wed, Nov 2, 2016 at 11:14 AM, Leigh wrote: > On 24 October 2016 at 06:16, Stanislav Malyshev > wrote: > > Hi! > > > > I'd like to discuss an issue about security bugs handling. > > > > We ha

Re: [PHP-DEV] Security issue handling

2016-11-02 Thread Leigh
On 24 October 2016 at 06:16, Stanislav Malyshev wrote: > Hi! > > I'd like to discuss an issue about security bugs handling. > > We have a security repo which I and others check into bugs from time to > time. The idea is for these to be reviewed by people having access there > before we merge them,