nk it correct to use the second expression before the start of
looping, as I described in previous mail.
2012/5/12 Kris Craig
> Yep. And at least for my part, I have no idea what RFC you guys are
> talking about lol. ;P
Sorry, RFC link was in old thread: https://wiki.php.net/rfc/loop_else
for (exp1;exp2;exp3) {
exp4;
} else {
exp5;
}
must be equal
$notLooping = true;
for (exp1;exp2;exp3) {
exp4;
$notLooping = false;
}
if ($notLooping) {
exp5;
}
With regards, Alexander Moskaliov
ir...@irker.net
2012/5/10 Dmitri Ravazin
> Hi,
>
> I registered acc
about autocrlf:
http://www.mail-archive.com/internals@lists.php.net/msg57100.html
> Also a small thing - gitfaq recommends git config core.autocrlf input, but
> we have some files in win32 which do not work with this setting (at least
> on my Mac).
With regards, Alexander Moskaliov
ir...@irker.net
I think we can add it now, because we have already moved to git all web
sources.
With regards, Alexander Moskaliov
ir...@irker.net
2012/3/19 Christopher Jones
> Do you want to add it back (now or as appropriate), mentioning webprojects
> & documentation?
Really it was a mistake to do this option recommended (I did it =)). But
I think for webprojects and documentation will need to mention this option.
With regards, Alexander Moskaliov
ir...@irker.net
2012/3/19 Christopher Jones
>
>
> On 03/19/2012 10:19 AM, David Soria Parra wrote:
&g
> it already happened.
Not for all projects.
>how/when will that happen
You can see what projects already moved on git.php.net
With regards, Alexander Moskaliov
ir...@irker.net
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php