source: branches/fc15-dev/server/common/patches/php-zend-llist-destroy.patch @ 2041

Last change on this file since 2041 was 2041, checked in by ezyang, 12 years ago
PHP extension loading support for .user.ini files.
File size: 243 bytes
  • Zend/zend_llist.c

    old new  
    117117                current = next;
    118118        }
    119119
     120        l->head = NULL;
     121        l->tail = NULL;
    120122        l->count = 0;
    121123}
    122124
Note: See TracBrowser for help on using the repository browser.