Ilia Alshanetsky schrieb:
> I would like to ask all developers to voice their opinions of whether it
> makes sense to add this to 5.3 or to throw it away (either one is fine
> btw). To keep the process simple & flamewar free, please restrict
> yourself to +/- (1/0), next week monday I'll run a tall
On Monday, July 6, 2009, Ilia Alshanetsky wrote:
> 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
> been revised to address the major concerns that were identified (breakage of
> binary c
On 07.07.2009, at 00:55, Paul Biggar wrote:
Hi Lukas,
On Mon, Jul 6, 2009 at 11:03 PM, Lukas Kahwe
Smith wrote:
Ok, I have updated the RFC now with a table that shows that I
expect to pass
and fail. Its fairly late, so I might have missed something. In
general what
I am proposing is more
On Tue, Jul 7, 2009 at 4:52 AM, Ilia Alshanetsky wrote:
> 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
> been revised to address the major concerns that were identified (breakage of
> binar
Hi,
I recently found the jit compiler for php
(http://pecl.php.net/package/llvm). Are there any information avaible on
this project?
I just found that the student 'dropped out' of the project, but from
then, nothing. Does anyone know which version of llvm this needs to
compile (and which versi
On Tue, Jul 7, 2009 at 8:52 AM, Ilia Alshanetsky wrote:
> I would like to ask all developers to voice their opinions of whether it
> makes sense to add this to 5.3 or to throw it away (either one is fine btw).
> To keep the process simple & flamewar free, please restrict yourself to +/-
> (1/0), ne
+1
On Mon, Jul 6, 2009 at 10:42 PM, Eddie Drapkin wrote:
> On Mon, Jul 6, 2009 at 8:52 PM, Ilia Alshanetsky wrote:
>> 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
>> been revised to addre
On Mon, Jul 6, 2009 at 8:52 PM, Ilia Alshanetsky wrote:
> 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
> been revised to address the major concerns that were identified (breakage of
> binar
2009/7/6 Ilia Alshanetsky :
> I would like to ask all developers to voice their opinions of whether it
> makes sense to add this to 5.3 or to throw it away (either one is fine btw).
> To keep the process simple & flamewar free, please restrict yourself to +/-
> (1/0), next week monday I'll run a ta
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 been revised to address the major concerns
that were identified (breakage of binary compatibility) as well
extended with additional functi
Hi Lukas,
On Mon, Jul 6, 2009 at 11:03 PM, Lukas Kahwe Smith wrote:
> Ok, I have updated the RFC now with a table that shows that I expect to pass
> and fail. Its fairly late, so I might have missed something. In general what
> I am proposing is more lax than is_*() for the most part. Especially w
On 04.07.2009, at 22:08, Lukas Kahwe Smith wrote:
On 04.07.2009, at 21:10, Paul Biggar wrote:
On Sat, Jul 4, 2009 at 7:12 PM, Lukas Kahwe
Smith wrote:
I can't see the difference between your proposal and the
conclusion I
reached yesterday?
(which was that there is a near consensus arou
On Jul 6, 2009, at 9:00 AM, Christian Schneider wrote:
The migration guide states that "The use of {} to access string
offsets
is deprecated. Use [] instead." but the code in zend_compile.c is
commented out with #ifdef ilia_0.
What's the take on this? Will it be deprecated later or should t
On Thu, Jul 2, 2009 at 7:29 AM, Lukas Kahwe Smith wrote:
> Hi,
>
> I recommend that you sign up on the wiki and publish your proposal on
> wiki.php.net/rfc
>
> regards,
> Lukas
>
Added at http://wiki.php.net/rfc/boxingandunboxing
--
Joshua Thompson
Mechanical Engineer/Software Developer
http://w
The migration guide states that "The use of {} to access string offsets
is deprecated. Use [] instead." but the code in zend_compile.c is
commented out with #ifdef ilia_0.
What's the take on this? Will it be deprecated later or should that part
be removed from the migration document?
Another sid
PHP 6 Bug Database summary - http://bugs.php.net/
Num Status Summary (85 total -- which includes 38 feature requests)
===[*Unicode Issues]==
48265 Open Source and result of database have different encodings.
==
PHP 5 Bug Database summary - http://bugs.php.net/
Num Status Summary (1437 total -- which includes 883 feature requests)
===[*General Issues]==
48597 Open Unclosed array keys break space escaping in $_GET/POST/REQUEST
48612 Open
Hannes Magnusson wrote:
On Sat, Jul 4, 2009 at 20:15, Sandro Tosi wrote:
On Sat, Jul 4, 2009 at 18:43, Sean Coates wrote:
Just another question: may you please list me all the possible
'Status' field values? In particular we are interested in those
'Status'es that identify the bug as closed and
On Mon, Jul 6, 2009 at 6:49 AM, Ben Bidner wrote:
>
> function autoloader($className)
> {
> throw new Exception("Fail");
> }
>
> spl_autoload_register("autoloader");
The whole point of spl_autoload_register() is to allow programmers to
have several independent autoloaders. So, it is
19 matches
Mail list logo