Re: [PHP-DEV] Recap - Core functions throwing exceptions in PHP7

2015-08-10 Thread Niklas Keller
> > Okay, great, we have people on both sides on this discussion. I hope > nobody minds if I sit this part out. > > What specifics need to be discussed? Should somebody set up a poll? (I > don't know how to do that.) You can find information on how to setup a poll in step 6 here: https://wiki.php

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Rainer Jung
Hi Andreas and all, Am 10.08.2015 um 22:15 schrieb Andreas Heigl: Hi Rainer. Am 10.08.2015 um 21:48 schrieb Rainer Jung : Hi, Am 18.06.2015 um 14:40 schrieb Côme BERNIGAUD: Hello, The code of the LDAP module have some ifdefs like LDAP_API_FEATURE_X_OPENLDAP to test if we are building again

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Andreas Heigl
Hi Rainer. > Am 10.08.2015 um 21:48 schrieb Rainer Jung : > > Hi, > >> Am 18.06.2015 um 14:40 schrieb Côme BERNIGAUD: >> Hello, >> >> The code of the LDAP module have some ifdefs like >> LDAP_API_FEATURE_X_OPENLDAP to test if we are building against openldap >> or something else. >> Is there a

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Rainer Jung
Hi, Am 18.06.2015 um 14:40 schrieb Côme BERNIGAUD: Hello, The code of the LDAP module have some ifdefs like LDAP_API_FEATURE_X_OPENLDAP to test if we are building against openldap or something else. Is there an exaustive list of the LDAP libs PHP is supposed to be buildable against? The follow

Re: [PHP-DEV] Recap - Core functions throwing exceptions in PHP7

2015-08-10 Thread Scott Arciszewski
On Thu, Aug 6, 2015 at 4:52 AM, Niklas Keller wrote: > Scott, could you setup a RFC with a vote, so we can decide? > > Nikita proposed those two options: > >> 1) Error is to be used in cases where an error is attributable to >> programmer mistake. >> >> >> >> 2) Error signifies a failure condition

Re: [PHP-DEV] [RFC] Block requests to builtin SQL functions where PHP can prove the call is vulnerable to a potential SQL-injection attack

2015-08-10 Thread Craig Francis
Hi Anthony, Julien, Yasuo, I have been reading your conversation with great interest. But I would urge you to see Matts suggestion as a simple addition to the language (it's simpler than my suggestion), where his RFC seems to have already addressed your concerns (and he seems to have a working

[PHP-DEV] Benchmark Results for PHP Master 2015-08-10

2015-08-10 Thread lp_benchmark_robot
Results for project php-src-nightly, build date 2015-08-10 11:04:12+03:00 commit: 7600f5246c8f5465f0c457c238cafac9897c1128 revision_date:2015-08-10 09:48:28+02:00 environment: Haswell-EP cpu: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

RE: [PHP-DEV] Generating release verification stub

2015-08-10 Thread Anatol Belski
Hi, > -Original Message- > From: Johannes Schlüter [mailto:johan...@schlueters.de] > Sent: Friday, August 7, 2015 10:56 PM > To: Anatol Belski > Cc: 'Stanislav Malyshev' ; 'julien pauli' ; > 'Ferenc > Kovacs' ; 'Kalle Sommer Nielsen' ; 'Hannes > Magnusson' ; 'PHP internals' > Subject: R

RE: [PHP-DEV] Re: Generating release verification stub

2015-08-10 Thread Anatol Belski
Hi, > -Original Message- > From: hannes.magnus...@gmail.com [mailto:hannes.magnus...@gmail.com] > On Behalf Of Hannes Magnusson > Sent: Sunday, August 9, 2015 12:51 AM > To: Anatol Belski > Cc: Stanislav Malyshev ; julien pauli ; Ferenc > Kovacs ; Kalle Sommer Nielsen ; PHP > internals >

Re: [PHP-DEV] Assert breaking access on objects in PHP 7

2015-08-10 Thread Joe Watkins
Morning James, I only just saw this, Bob fixed it already in master. Cheers Joe On Fri, Aug 7, 2015 at 7:19 PM, James Gilliland wrote: > Not even sure really how to describe this but recently adding some > assertions to code in Drupal caused some really weird failures. Here's a > test case