Hi,
> On 23.07.2014, at 11:22, Stas Malyshev wrote:
>
> Hi!
>
>> Another idea would be a Git repository with the specification as
>> markdown files. This would allow creating Pull Requests via GitHub.
>
> I think facilitating discussion and feedback is more important than
> change tracking for
Hi Ferenc,
> On 22.07.2014, at 14:38, Ferenc Kovacs wrote:
>
> On Mon, Jul 14, 2014 at 6:35 PM, Nikita Popov wrote:
>
>> On Mon, Jul 7, 2014 at 4:18 PM, Nikita Popov wrote:
>>
>>> Hi internals!
>>>
>>> I've started the vote on the Uniform Variable Syntax RFC:
>>>
>>>https://wiki.php.n
Hi,
wouldn’t $_BODY be better - since it is the request body?
$_FORM is imho not very clear, since you can send data to $_POST without using
a form.
--
Cheers
Jannik
Am Mittwoch, 2. Oktober 2013 um 09:17 schrieb Alexey Zakhlestin:
>
> On 02.10.2013, at 10:59, Michael Wallner mailto:m...@
Am Mittwoch, 18. September 2013 um 16:29 schrieb Ralph Schindler:
> http://news.php.net/php.internals/23254
>
> -ralph
>
> On 9/16/13 7:53 AM, Bob Weinand wrote:
> > Hi!
> >
> > This is the (official) RFC thread for the patch proposed in
> > http://php.markmail.org/message/7rn4mbwkbytqa3i
Am Montag, 2. September 2013 um 11:02 schrieb Lester Caine:
> Ferenc Kovacs wrote:
> > another small advantage would be that IDEs could show you the default value
> > for the argument when hovering the default keyword.
> >
>
> But a good IDE is already showing the full function and notes ...
Hi Peter,
> You're describing the current behaviour; unless I'm missing something
> obvious, the warning is only displayed when you try to do something
> date-related. Your example script should not be presenting any warnings,
> regardless of the date.timezone INI setting or lack thereof.
>
>
Hello,
Am Montag, 27. Mai 2013 um 09:27 schrieb Pierre Joye:
> On Mon, May 27, 2013 at 9:20 AM, Sanford Whiteman
> (mailto:swhitemanlistens-softw...@cypressintegrated.com)> wrote:
>
> > I am simply making the point that UTC is not the "default default"
> > even when sysops or devs put their h
Hi,
Lazare Inepologlou
Mittwoch, 1. Mai
2013 10:55
Hello,2013/5/1
Stas Malyshev The
result is the same with "new ReplectionMethod('foo','bar')". The addedvalue
is that it can be statically checked.
well... yes and no.
Take the Symfony2 example:
you want to reference ^$
Hi,
I guess it would work like an inline type-hint.
Something along the lines of:
$circle = ShapeFactory::createShape('circle');
if (!$circle instanceof Circle)
{
throw …;
}
I would like something like this, since it saves quite some code.
Cheers
Jannik
Am Mittwoch, 24. April 2013 um 1
d font: Open Sans Regular/Bold/Italic, screenshots: http://min.us/mM2c5yyBU
)
Cheers
Jannik Zschiesche
Am Dienstag, 4. September 2012 um 15:09 schrieb Lester Caine:
> I keep being told that there is nothing wrong with E_STRICT, and again
> someone
> has said that it does NOT cause crashes. I beg to differ here - IT DOES!
> Now if you are saying that I need to document these crashes as they SHOULD
; SL
Hi,
as I understood, a lot of people seem to have problems with this proposal,
since arrays and strings could (and maybe should) behave the same.
The main problem arises from the ambiguity for $array[-1] for arrays.
But this is easily solvable: just introduce a slice operator.
$array[:-1] and the ambiguity is gone.
--
Cheers
Jannik Zschiesche
Hi all,
Am 06.08.2012 20:41, schrieb Stas Malyshev:
Hi!
Because checking that the returned variable is `!== FALSE` is *way*
better than throwing an exception, right?
Yes, it is. You can control it, unlike the exception which you can not,
unless, again, you wrap everything into try/catch on e
Am 15.04.2012 08:20, schrieb John LeSueur:
Since you're looking for input, specifically on the compromise, let's try
to figure out what's possible. The RFC proposes .phpp files that can only
include other .phpp files. Others want .phpp files that can include .php
files. There are two ways I can
Hi Stas,
with HTML5 you can also do and
thereby upload many files with just one file upload element.
Regards
Jannik
Am 17.02.2012 23:41, schrieb Stas Malyshev:
Hi!
I'd like to add PHP_INI_PERDIR to max_file_uploads before 5.4.0 and also
in the next 5.3 release. This setting is very sim
Hi again,
Am 04.01.2012 um 21:52 schrieb Johannes Schlüter:
> On Wed, 2012-01-04 at 21:49 +0100, Jannik Zschiesche wrote:
>> Hi Johannes,
>>
>> as far as I understood the issue, this error would be triggered before
>> the application's code is executed, so th
Hi Johannes,
as far as I understood the issue, this error would be triggered before the
application's code is executed, so that would not solve this issue.
Cheers
Jannik
Am 04.01.2012 um 21:46 schrieb Johannes Schlüter:
> On Wed, 2012-01-04 at 12:29 -0800, Stas Malyshev wrote:
>> Hi!
>>
>>>
17 matches
Mail list logo