On 4/28/06, Michael Wallner <[EMAIL PROTECTED]> wrote:
Hi,

I wonder if the few places where entries are added and the terminating null
of the array key is not honored are intentional or by mistake?

AFAICS at least these places are affected:
        - Registered PHP Streams
        - Registered Stream Socket Transports
        - Registered Stream Filters
        - PDO drivers

These are all intentional; there is no need to store nor compare
against that NUL byte.

--Wez.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to