On Tue, May 18, 2010 8:22 am, Dmitry Stogov wrote:
> I'm proposing another optimisation technique implementation for PHP
> which makes up to 20% speed up on synthetic tests and up to 8% speed up on
> real-life applications.
>
> The technique is similar to "inline caches" which is very popular in JI
On Mon, May 24, 2010 1:12 pm, Zeev Suraski wrote:
>
> Sounds acceptable to me, that's along the lines of the 3rd option
> which appears to be getting the most traction. I'd also no conversion of
> arrays to scalars to that list.
>
Arrays to scalars already fail. See
http://wiki.php.net/rfc/typech
On Mon, May 24, 2010 6:09 am, Zeev Suraski wrote:
> At 03:53 24/05/2010, s...@geleia.net wrote:
>> On Sun, May 23, 2010 9:33 pm, Etienne Kneuss wrote:
>>> On Sat, May 22, 2010 at 17:04, Zeev Suraski wrote:
>>>
As one of the key people who designed PHP's type system I consider
strict type
On Sun, May 23, 2010 9:33 pm, Etienne Kneuss wrote:
> On Sat, May 22, 2010 at 17:04, Zeev Suraski wrote:
>
>> As one of the key people who designed PHP's type system I consider
>> strict type checks completely alien to and counterintuitive in PHP and
>> am therefore pushing to implement 'weak' typ
On Wed, May 19, 2010 10:48 pm, Alec wrote:
> I am taking over an extension from one of my coworkers, and it was
> written before the time of PHP 5.3. Are there any special considerations to
> think about when using closures with call_user_function? This is the
> current line:
>
> if (call_user_func
Hi
I've added support for streaming RAR files and retrieving filenames in
unicode/utf8.
Please see http://pecl.php.net/bugs/bug.php?id=16921
--
Gustavo Lopes
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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
I was wondering if anyone had looked at my Summer of Code proposal? It
is called "Whomp Project Management System" and the reason I ask is
because they recently added a last modified date and mine is set to
2006/05/08 10:29:26 PDT which is the day I submitted it.
Basically I wanted to know if any