Re: [PHP-DEV] 7.0.0 release

2015-11-24 Thread Rafael Dohms
#x27;s stable enough (needs > definition of stable and probably an RFC) > C would be ideal. Give everyone a chance to validate the count fix, plus its a nice date that does not leave Americans up in arms about turkeys and its way before christmas, very neutral ground -- Rafael Dohms PH

Re: [PHP-DEV] INDRECT in arrays causes count() to become unpredictable

2015-11-22 Thread Rafael Dohms
ee with Anthony, if we found a serious bug, let's fix it, its not about perfect releases its about ignoring known issues. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://www.amsterdamphp.nl <http://wwwamsterdamphp.nl>

Re: [PHP-DEV] [VOTE] Reserve even more type hints

2015-04-06 Thread Rafael Dohms
This vote was supposed to end on 29/3 but it seems to still be open. Can someone with proper access finish it?

Re: [PHP-DEV] [RFC] [INFO] Basic Scalar Types

2015-03-15 Thread Rafael Dohms
be proposed if the Dual Mode RFC fails. > > The answer - there's not. > > I may be missing something, but isn't the reason why its not going up for vote that it has not gone through the RFC process yet? 2 weeks here, 2 weeks there and such? Honest question, please don'

Re: [PHP-DEV] [RFC][Status] Scalar Type Declarations Voting Date Change

2015-03-15 Thread Rafael Dohms
anything else. Its about closure and moving on. Let's all stop accusing everyone and focus on reading RFCs and voting. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://www.amsterdamphp.nl <http://wwwamsterdamphp.nl>

Re: [PHP-DEV] Re: Annotations in PHP7

2015-02-16 Thread Rafael Dohms
uch is just matching syntax, but it for example does not support parametrized annotations. So let's just stick to Doctrine and other annotation specific libs for reference of userland implementations. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://www.amste

Re: [PHP-DEV] [VOTE] Integrating Zend Optimizer+ into the PHP distribution

2013-03-08 Thread Rafael Dohms
use them there was no special treatment there and there should be no special treatment here. I'm right now oblivious to what is being voted or not in this case, but ignoring a defined 2/3 rule is clearly wrong. Either remove rules or follow them otherwise they become useless noise. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://wwwamsterdamphp.nl

Re: [PHP-DEV] Was Reflection annotations reader - We Need A Vision

2013-01-10 Thread Rafael Dohms
ss of the syntax intent or how many unicorns it provides. That is what i do. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://wwwamsterdamphp.nl

Re: [PHP-DEV] - True Annotations

2013-01-09 Thread Rafael Dohms
til he realizes > what he did and proceeds to bang his head against his desk in frustration > for missing such a "simple" error. > > Let's not subsidize the headache drug manufacturers with PHP syntax > decisions. :-) > > --Larry Garfield > > I agree wit

Re: [PHP-DEV] [RFC] Reflection annotations reader

2013-01-08 Thread Rafael Dohms
s not need it: i think we have proven the use already, every major FW has a implementation of this, there is clearly demand. So if we are going to get anywhere with this discussion I suggest getting back to the original RFC and working on solving the issues instead of discussing developer folklor

Re: [PHP-DEV] [RFC] Reflection annotations reader

2013-01-08 Thread Rafael Dohms
orks that support the use of annotations and the nature of hosting providers and extensions, I really think this is a core feature. -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://wwwamsterdamphp.nl

Re: [PHP-DEV] [RFC] Reflection annotations reader

2013-01-08 Thread Rafael Dohms
> two, > > much of what is currently written as documentation (for example @var > > annotations) could be written as functional annotations when these have a > > meaningful purpose. After all, existing code with phpdoc-annotations most > > likely was not written with the intent of consuming that metadata at > > runtime, unless written for use with an annotation library. > > > > I would be happy to involve myself deeper in this, if others agree and > > would like to work on a new RFC. > > > > - Rasmus Schultz > > > > > > -- > Guilherme Blanco > MSN: guilhermebla...@hotmail.com > GTalk: guilhermeblanco > Toronto - ON/Canada > -- Rafael Dohms PHP Evangelist and Community Leader http://doh.ms http://wwwamsterdamphp.nl

[PHP-DEV] SplDoublyLinkedList missing insertBefore/After

2012-11-29 Thread Rafael Dohms
this? I imagine that if you are familiar with C and PHP source this is a quick implementation as its standard logic documented everywhere. I'm not familiar enough with the PHP source to do this myself, hence I'm asking for anyone willing to "champion" the patch. Thanks!

Re: [PHP-DEV] Implicit isset in ternary operator

2012-07-23 Thread Rafael Dohms
ound for this kind of operation, it will bring about the return of "utils.php" and i don't think that's worth. So while i agree not everything needs a core implementation, this does not fall under that case. > > -- > Alex Aulbach > > -- > PHP Internals - PHP Runt

Re: [PHP-DEV] Make try/catch brackets optinal

2012-07-20 Thread Rafael Dohms
not-you developers. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] Pseudo-objects (methods on arrays, strings, etc.)

2012-07-20 Thread Rafael Dohms
it for over 10 years, but is enough of a bother to new people I guess. Anyway, i would love to see this as a alternative, not a replacement, for some of the string functions and similar things -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] Make try/catch brackets optinal

2012-07-19 Thread Rafael Dohms
seen this problem happen, people losing time trying to figure out what is wrong only to find its a missing bracket. As Paul said, this is bug-prone. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] Make try/catch brackets optinal

2012-07-19 Thread Rafael Dohms
bracket-less try blocks. > > I think PHP could benefit from having a single statement try form. I often > turn to PHP for quick and dirty scripts when I need to do something with > little fuss. I think having try/catch support brace-less single statements > would help increase consistency in PHP's syntax, as well as be useful in > certain situations. > I think bracket-less is a bad practice that was left for BC, i would rather we move away from it then move more things into it. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] Make try/catch brackets optinal

2012-07-19 Thread Rafael Dohms
On Thu, Jul 19, 2012 at 11:44 AM, Ivan Enderlin @ Hoa < ivan.ender...@hoa-project.net> wrote: > Hi internals, > > As you certainly know, brackets defining blocks in PHP are optional if > blocks contain a single instruction. Thus: > > if($condition) { > echo 'foobar'; > } > > is strictly equivalent

Re: [PHP-DEV] Implicit isset in ternary operator

2012-07-18 Thread Rafael Dohms
lace... Is there a reason? > > I don't recall correctly, there was a thread on this by David Coalier some time ago, but it went completely off course and i remember BC breaks were part of the reason. I think we have a good plan for BC breaks now, so why not rethink this. > Ant

[PHP-DEV] Implicit isset in ternary operator

2012-07-18 Thread Rafael Dohms
ch is the case we are covering anyway) This is basically because the ternary operator does not do a internal implicit isset, only an empty. Does this seem like a possible improvement we can work on? Anyone interested in championing the change? -- Rafael Dohms PHP Evangelist and Community Leader http

Re: [PHP-DEV] [VOTE] Vote change for empty() RFC

2012-05-21 Thread Rafael Dohms
Awesome, that clear is up pretty well. I just wanted to get this well cleared up, and since this vote ad its various quirks, why not just sort out all issues once and for all. Thanks for the replies. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http

Re: [PHP-DEV] [VOTE] Vote change for empty() RFC

2012-05-21 Thread Rafael Dohms
k and deal with the attitude. I'll just step away again. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [VOTE] Vote change for empty() RFC

2012-05-21 Thread Rafael Dohms
p the point about rounding up or down. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [VOTE] Vote change for empty() RFC

2012-05-20 Thread Rafael Dohms
le thread might actually have been for nothing since the vote had already passed. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [VOTE] Vote change for empty() RFC

2012-05-20 Thread Rafael Dohms
d. I would like to bring closure to this topic. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] SplClassLoader RFC Voting phase

2011-11-09 Thread Rafael Dohms
On Wed, Nov 9, 2011 at 8:49 PM, Anthony Ferrara wrote: > On Wed, Nov 9, 2011 at 5:16 PM, Rafael Dohms > wrote: >> On Wed, Nov 9, 2011 at 2:03 PM, Anthony Ferrara wrote: > > I am not PSR compliant in either autoloader implementation or class > implementation.  The reaso

Re: [PHP-DEV] SplClassLoader RFC Voting phase

2011-11-09 Thread Rafael Dohms
trying to reach for that goal. > Thanks, > > Anthony Bootstrapping and autoloading are two parts of a process, having one done better does not exclude having the other in your library. So a see bootstrapping as a form of configuration and preparation, autoloading is merely a step that may or

Re: [PHP-DEV] SplClassLoader RFC Voting phase

2011-11-09 Thread Rafael Dohms
the the "framework developer" and reaches the common developer. And i for one think the developer is a very important part of PHP and should be valued. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] is gcov.php.net still useful?

2011-07-19 Thread Rafael Dohms
On Mon, Jul 18, 2011 at 6:47 PM, Nuno Lopes wrote: > Hi, > > So, is it worth it? > Speaking as a organizer of PHP TestFest events i think GCOV is one of our most used tools to figure out what needs testing, all of our test writers need this resource to look into this. -- Rafa

Re: [PHP-DEV] preg_match

2011-07-08 Thread Rafael Dohms
. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] preg_match

2011-07-08 Thread Rafael Dohms
the reason why i suggest a new preg_extract function that would handle the other use cases in a optimized way. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] preg_match

2011-07-08 Thread Rafael Dohms
C or have negative side effects, would it? -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [IDEA/PRE-RFC] PHP Core Mentorship Program

2011-06-13 Thread Rafael Dohms
nals. And yes, we still need all of those pages described, this is an extra layer on top of everything being done. If we can get mentors who like to help the i say we go for it. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Int

Re: [PHP-DEV] [IDEA/PRE-RFC] PHP Core Mentorship Program

2011-06-13 Thread Rafael Dohms
David, I'm no good at core code, but i can help out in the test department if newcomers need to learn to write tests for their patches -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Ma

Re: [PHP-DEV] RFC: Short syntax for Arrays (redux)

2011-05-31 Thread Rafael Dohms
that would be great too. i'm a +1, was not present during first vote. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Implicit isset/isempty check on short-ternary operator

2011-04-07 Thread Rafael Dohms
e. I mean, it's a > shorthand for isset($var)?$var:$something_else isn't it? That > presupposes that $var may not be set, but that you've accounted for that > fact, so don't want a notice about it. Obviously the isset() can only be > applied if the 'left hand side&#

Re: [PHP-DEV] git anyone?

2010-11-25 Thread Rafael Dohms
the book on Git, i'm sure we can count on his help to aid us in sorting those out. I'm a +1 if we have also docs and usage examples to help the learning curve of git beginners. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.b

Re: [PHP-DEV] On how a little knowledge is completely useless.

2010-09-17 Thread Rafael Dohms
ute, yes there is and we don;t see more examples cause we never had it. How often did anyone suggest creating a state machine in the ZF Controller before we had goto available? once it became available we started finding uses for it. So i'm pretty sure one Annotations exist, more and more

Re: [PHP-DEV] Re: Re: PHP Annotations RFC + Patch

2010-09-16 Thread Rafael Dohms
ussing here is a small percentage of the team that works on PHP. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Tests repository

2010-03-12 Thread Rafael Dohms
"unicode" Whatever path PHP6 does go down, we need to rememebr small changes like this can come along in other aspects So just a version check for the test is not all that's needed, we need something to deal with these differences as well. -- Rafael Dohms PHP Evangelist and Comm

Re: [PHP-DEV] PHP 6

2010-03-11 Thread Rafael Dohms
2, 5.3, 6.0 Everyone at our test fest did that, save in cases where the functionality was not available or altered, the tests we basically the same for all versions, and i even caught a few 5.2 issues in the process. I agree in keeping the tests alive for 5.2. -- Rafael Dohm

Re: [PHP-DEV] Towards 5.3.2

2009-12-08 Thread Rafael Dohms
to the bug tracker? I'm kinda out of time, but i'm sure i can conjure up someone in the Brazilian Community that can take a look into it, any RFC's around? -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br -- PHP Internals

[PHP-DEV] [PATCH] GD - imagecolorallocatealpha

2009-08-23 Thread Rafael Dohms
&red, &green, &blue, &alpha) == FAILURE) { +if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r", &IM, &red, &green, &blue, &alpha) == FAILURE) { RETURN_FALSE; } Cheers everyone! -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] Early session timeouts on 5.2.3

2009-08-01 Thread Rafael Dohms
ary, you should gaina lot in performance and other tweaks. -- Rafael Dohms PHP Evangelist and Community Leader http://www.rafaeldohms.com.br http://www.phpsp.org.br

Re: [PHP-DEV] CVS Account Request: rdohms

2009-07-10 Thread Rafael Dohms
his request please? > > I did that yesterday already :P > > regards, > Derick > > > -- > http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org > twitter: @derickr > > -- > PHP Internals - PHP Runtime Development Mailing List > To uns

Re: [PHP-DEV] Type hinting/casting request for vote

2009-07-07 Thread Rafael Dohms
+1 Rafael Dohms On Tue, Jul 7, 2009 at 9:44 AM, Richard Quadling wrote: > 2009/7/7 Ilia Alshanetsky : > > Last week or so there was a fairly detailed discussion on the internals > list > > regarding type hinting based on my original patch. Since then the patch > has > &