Regarding this bug: http://bugs.php.net/bug.php?id=29322&edit=1

    And by looking at this commit by Andi:

      
http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=u

    and this part of it:

-               REGISTER_STRINGL_CONSTANT("SID", empty_string, 0, 0);
+               REGISTER_STRINGL_CONSTANT("SID", "", 0, 1);

    Where flags changed from 0 to 1..
    Intentional or not?

    --Jani

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

Reply via email to