[PHP-DEV] gzopen vs gzopen64

2014-11-11 Thread Matteo Beccati
Hi, I wasn't aware of this particular issue, until a few minutes ago (got a bug report from a user). Any reason why: https://bugs.php.net/bug.php?id=53829 is still pending? Cheers -- Matteo Beccati Development Consulting - http://www.beccati.com/ -- PHP Internals - PHP Runtime

Re: [PHP-DEV] gzopen vs gzopen64

2014-11-11 Thread Kalle Sommer Nielsen
Hi Matteo 2014-11-11 9:30 GMT+01:00 Matteo Beccati p...@beccati.com: Hi, I wasn't aware of this particular issue, until a few minutes ago (got a bug report from a user). Any reason why: https://bugs.php.net/bug.php?id=53829 is still pending? Seems like a weird inconsistentcy to me, and I

Re: [PHP-DEV] gzopen vs gzopen64

2014-11-11 Thread Matteo Beccati
On 11/11/2014 09:57, Kalle Sommer Nielsen wrote: Hi Matteo 2014-11-11 9:30 GMT+01:00 Matteo Beccati p...@beccati.com: Hi, I wasn't aware of this particular issue, until a few minutes ago (got a bug report from a user). Any reason why: https://bugs.php.net/bug.php?id=53829 is still

AW: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7

2014-11-11 Thread Robert Stoll
-Ursprüngliche Nachricht- Von: Robert Stoll [mailto:p...@tutteli.ch] Gesendet: Mittwoch, 29. Oktober 2014 20:55 An: 'PHP Internals' Betreff: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7 Heya, I always found it very ugly that it is possible to define a use

Re: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7

2014-11-11 Thread Chris Wright
On 11 November 2014 12:11, Robert Stoll p...@tutteli.ch wrote: -Ursprüngliche Nachricht- Von: Robert Stoll [mailto:p...@tutteli.ch] Gesendet: Mittwoch, 29. Oktober 2014 20:55 An: 'PHP Internals' Betreff: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7 Heya,

AW: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7

2014-11-11 Thread Robert Stoll
I would say that the lack of anyone saying no, don't do this probably means everyone is OK with it. Suggest you work up a patch and PR it, then ping the list to highlight it for further discussion. Sounds reasonable but unfortunately I do not have time at the moment to work up a patch and

Re: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7

2014-11-11 Thread Andrea Faulds
On 11 Nov 2014, at 13:20, Robert Stoll p...@tutteli.ch wrote: I would say that the lack of anyone saying no, don't do this probably means everyone is OK with it. Suggest you work up a patch and PR it, then ping the list to highlight it for further discussion. Sounds reasonable but

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy): Zend/zend_variables.c

2014-11-11 Thread Ferenc Kovacs
On Fri, Nov 7, 2014 at 7:11 PM, Rasmus Lerdorf ras...@lerdorf.com wrote: On 11/07/2014 06:52 AM, Ferenc Kovacs wrote: 5.4 is in security fix mode, let see what Stas thinks about this. I am not that concerned about 5.4. People should be upgrading. But we should get this into the next 5.5 and

Re: [PHP-DEV] forbid use declaration outside of a namespace in PHP 7

2014-11-11 Thread Stas Malyshev
Hi! I don’t like the sound of changing the spec before the implementation. I agree - whatever are our considerations and limitations on what we can and can not do in PHP 7, the spec should reflect what is there. Otherwise we end up releasing an implementation that does not match our own spec,

Re: [PHP-DEV] Better RFC conformance for FILTER_VALIDATE_URL

2014-11-11 Thread Yasuo Ohgaki
Hi all, On Fri, Nov 7, 2014 at 6:48 AM, Sanford Whiteman figureone...@gmail.com wrote: FWIW, there *is* a practical in-use (de facto if nothing else) convention of using _ in hosts for DKIM: _domainkey is actually in all the DKIM RFCs and in the formal STD 76, see § 3.6.2.1. Namespace, so

Re: [PHP-DEV] Better RFC conformance for FILTER_VALIDATE_URL

2014-11-11 Thread Kévin Dunglas
Hi, I'll change my PR according to the RFC I've quoted earlier: - check for valid characters (excluding underscore) only when FILTER_FLAG_HOSTNAME is set - allow any character but check lengths by default - use FILTER_FLAG_HOSTNAME to validate URLs What do you think about that? Best regards,

Re: [PHP-DEV] Re: [RFC][Vote Cancellation] Return Types

2014-11-11 Thread Dmitry Stogov
On Fri, Nov 7, 2014 at 7:20 PM, Levi Morrison le...@php.net wrote: A bug was discovered in the implementation of the return types RFC[1] that cannot be fixed by the current implementation. A strategy for fixing the bug has been identified but alters some noticeable behavior in PHP-land. I