Re: [PHP-DEV] Wiki karma, por favor.

2013-10-02 Thread Madara Uchiha
+1! This guy is epic! On Mon, Sep 30, 2013 at 10:56 PM, Daniel Lowrey rdlow...@gmail.com wrote: Good day, security-conscious internals people. I'm ready to float an RFC + patch for default SSL/TLS peer verification and TLSv1.1/TLSv1.2 support as mentioned in this thread:

Re: [PHP-DEV] Regenerating session ID automatically when IP address has changed

2013-09-28 Thread Madara Uchiha
You guys are missing the point. This isn't a language level issue. I can imagine some sort of package or a library being made, some sort of wrapper around the current session commands, perhaps integrated into some sort of extension. But it is NOT a language level issue. This isn't a problem the

Re: [PHP-DEV] Regenerating session ID automatically when IP address has changed

2013-09-25 Thread Madara Uchiha
Why couldn't this be implemented on userland again? I don't feel this is a language level issue. On Wed, Sep 25, 2013 at 8:55 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Mike, On Wed, Sep 25, 2013 at 2:16 PM, Mike Willbanks pen...@gmail.com wrote: Each and every type of prevention measure

[PHP-DEV] Fwd: ezmlm warning

2013-09-23 Thread Madara Uchiha
What does this mean? Is this a one-time error? Did anyone else get it? (Do you even get this message, or was I removed already?) Anyone familiar with this? -- Forwarded message -- From: internals-h...@lists.php.net Date: Mon, Sep 23, 2013 at 4:36 PM Subject: ezmlm warning To:

Re: [PHP-DEV] Support for keywords where possible

2013-09-18 Thread Madara Uchiha
Hi Bob: Well, that makes no sense. Then you just could say no to all new language changes. Because it cannot be run on older versions. Allow me one last post to clarify. What I said is the cost in _this_ case doesn't outweigh the advantages. As someone who writes a lot of open source

Re: [PHP-DEV] Wake up

2013-09-11 Thread Madara Uchiha
A forum is merely a medium, and even if the community would be able to moderate message, I still foresee a problem. As long as the community remains hostile to newcomers, moderation would be hostile as well. Take for example the situation on Stack Overflow's PHP tag. Hardened by a tidal wave of

Re: [PHP-DEV] Forum software

2013-09-11 Thread Madara Uchiha
If we're getting this on the road, I propose the following: - Structured view is a must. - Community moderation based on some sort of karma/reputation system. - Full sync between the mailing list and the forum interface: - Messages here should be posted there by a bot in the name of the

Re: [PHP-DEV] Test Post

2013-09-11 Thread Madara Uchiha
It works. On Wed, Sep 11, 2013 at 7:50 PM, Andrey Andreev n...@devilix.net wrote: If you're reading this - it works. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] rfc: get rid of the mandatory dollar sign

2013-09-06 Thread Madara Uchiha
How about.. no. http://d24w6bsrhbeh9d.cloudfront.net/photo/aKzPQgW_460sa.gif On Sat, Sep 7, 2013 at 1:18 AM, Sara Golemon poll...@php.net wrote: Still funny, but that troll has been played before. I don't think anyone's suggested the Euro yet though, maybe go for that next time.

Re: [PHP-DEV] [RFC] Skipping parameters take 2

2013-09-02 Thread Madara Uchiha
I don't like it. Empty is how it's done on any language which allows this sort of thing, it's the most intuitive and I don't see anything wrong with it. If you need this, it probably means that your priorities are not set well in the function. And if you have a function that has multiple optional

Re: [PHP-DEV] [PROPOSAL] add a leading backslash to classname when serializing/var_exporting

2013-04-09 Thread Madara Uchiha
Well, why would you need to serialize an object in one version of PHP, and unserialize it in another? On Tue, Apr 9, 2013 at 11:08 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I proposal to add a leading backslash to all classnames (not only ns names, since no harm, consistent and

Re: [PHP-DEV] [RFC] Class instances counter

2013-04-08 Thread Madara Uchiha
I'm with Morrison, I see no actual use for this. It's cool, but what would you use it for? On Mon, Apr 8, 2013 at 10:47 PM, Levi Morrison morrison.l...@gmail.com wrote: I see little value in having a function that tells me how many objects of any kind I have instantiated. Mostly, I see it as a

Re: [PHP-DEV] trigger_error() enhancements

2013-04-08 Thread Madara Uchiha
What's wrong with set_error_handler()? http://php.net/manual/en/function.set-error-handler.php (Aside for the fact that any uncaught warning would be fatal). On Mon, Apr 8, 2013 at 11:51 PM, Thomas Anderson zeln...@gmail.com wrote: I was thinking it'd be useful if people could switch between

Re: [PHP-DEV] [PROPOSAL] add a leading backslash to classname when serializing/var_exporting

2013-04-08 Thread Madara Uchiha
Sounds good. With PHP moving in closer and closer with namespaces, this proposal will save some confusion in the more complex application debugging. I support. +1 On Apr 9, 2013 6:29 AM, Laruence larue...@php.net wrote: Hey: bug is described at #64554 I proposal to add a leading

Re: [PHP-DEV] a couple of thoughts on the DateTime type debate

2013-04-05 Thread Madara Uchiha
After discussing things over the PHP chat on Stack Overflow, I realized I misread and missed the point. Good suggestion, you have my +1. On Fri, Apr 5, 2013 at 11:01 AM, Richard Bradley richard.brad...@softwire.com wrote: On Thu, Apr 4, 2013 at 12:57 PM, Benjamin Eberlei

[PHP-DEV] Inconsistency in class definition/usage order

2013-04-05 Thread Madara Uchiha
After I saw this question on Stack Overflow: http://stackoverflow.com/questions/15688642/how-does-a-class-extension-or-interface-work, I realized that the guy was right. Is there an explanation for this, or is it just one of those things that got overlooked? Should something be done? (i.e.

[PHP-DEV] Re: Inconsistency in class definition/usage order

2013-04-05 Thread Madara Uchiha
AM, Madara Uchiha wrote: After I saw this question on Stack Overflow: http://stackoverflow.com/questions/15688642/how-does-a-class-extension-or-interface-work, I realized that the guy was right. Is there an explanation for this, or is it just one of those things that got overlooked

Re: [PHP-DEV] Adding a way to retreive compile options at runtime

2013-04-04 Thread Madara Uchiha
I'm having a hard time seeing production use cases for this. While it is a very good suggestion, and probably not too hard to implement, what benefit does it help you in an actual application outside the development stage? I'm in favor though, would probably have some uses during the development

Fwd: Re: [PHP-DEV] a couple of thoughts on the DateTime type debate

2013-04-04 Thread Madara Uchiha
-- Forwarded message -- From: dor.tchi...@gmail.com Date: Apr 4, 2013 6:19 PM Subject: Re: [PHP-DEV] a couple of thoughts on the DateTime type debate To: Rasmus Schultz ras...@mindplay.dk Cc: I really don't understand the problem. You have a DateTime instance, you manipulate it as

Re: [PHP-DEV] a couple of thoughts on the DateTime type debate

2013-04-04 Thread Madara Uchiha
OOP is not a beginner's concept. I don't want to sacrifice good coding practices for a better learning curve. Also, a glance on the manual would reveal that the method returns the same instance for chaining (which is also debatable, why do we even do that?) On Apr 4, 2013 7:46 PM, Rasmus Schultz

Re: [PHP-DEV] Improve Warning when loading Zend Ext as PHP module

2013-04-03 Thread Madara Uchiha
Looking good. +1. On Apr 3, 2013 12:23 PM, Julien Pauli jpa...@php.net wrote: Wed, Apr 3, 2013 at 11:01 AM, Johannes Schlüter johan...@schlueters.de wrote: Hi, with opcache being bundled I expectr to see multiple bugs like #64568 where users are trying to load opcache as PHP module

Re: [PHP-DEV] Add a constant to reflect --with-curlwrappers

2013-04-01 Thread Madara Uchiha
I actually agree with that. I've reached a point when I consider using fsockopen instead of curl to fetch information from a website. I can hardly stand cURL. There should be a decent OOP based wrapper for making HTTP requests to handle it decently. Meanwhile, I agree that cURL needs to go. On