To get this thing started, I'm going to roll PHP 4.3.2-pre1
    on Wednesday, 26th Feb, around 3pm EEST. And I'll announce
    it on php-general too, to get some more people testing it
    before we start with any RCs.

    Following is collection of bugs marked as critical and verified
    which should be looked into and dealt with. If not fixed,
    then please, PLEASE add some comment why they won't ever
    be fixed and bogus the out.
    

    Critical:
     
      http://bugs.php.net/bug.php?id=20190&edit=1 
      . Random mem corruption: zend_get_executed_filename() mismatch

      http://bugs.php.net/bug.php?id=21820&edit=1 
      . bc break in parser: "$arr[val]" vs "$arr['val']"

      http://bugs.php.net/bug.php?id=22372&edit=1
      . Don't forget to bump the PHP API number for 4.3.2 release


    Verified bugs (Scripting Engine related):
    
      http://bugs.php.net/bug.php?id=15209&edit=1
        . register_shutdown_function() broke between 4.0.x to 4.1.x
        - Zeev: Either close as bogus saying it's intended behaviour or 
                finally get around and FIX IT. ([EMAIL PROTECTED] has a patch?)

      http://bugs.php.net/bug.php?id=21513&edit=1
        . shutdown functions not executed if timed out [win32 only]
      
      http://bugs.php.net/bug.php?id=15438&edit=1
        . include_once fails when comparing output to a value
            
      http://bugs.php.net/bug.php?id=17997&edit=1
        . got wanning when combing switch & reference
      
      http://bugs.php.net/bug.php?id=20548&edit=1
        . Decrement ("$x[$y]--") doesn't work on uninitiated variable

      http://bugs.php.net/bug.php?id=21478&edit=1
        . Zend/zend_alloc.c :: shutdown_memory_manager produces segfault
      
      http://bugs.php.net/bug.php?id=22367&edit=1
        . undefined variable has a value
        . RFC: Just bogus with "Don't do this." ?


      http://bugs.php.net/bug.php?id=21918&edit=1
        . strange behaviour of mixed type in array-keys
        . See #21788
        
      http://bugs.php.net/bug.php?id=21788&edit=1
        . array_multisort() changes array keys unexpectedly given numeric strings as 
keys
        . See #21918

      Last two are related to each other, afaics, and need some discussion
      what we should do about it or if nothing. Also related to these
      is http://bugs.php.net/bug.php?id=8325.

       
    --Jani
    




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

Reply via email to