Date: 10/31/00
- Next message: lrhazi <email protected>: "[PHP-DEV] PHP 4.0 Bug #7560: strtok or while-loop never returns"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6745 Updated: I can`t upload file in passive mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: priit <email protected>
Operating system: any
PHP version: 4.0.3pl1
PHP Bug Type: Feature/Change Request
Bug description: zend_hash_get_current_key_ex returning persistent strings
Currently zend_hash_get_current_key_ex returns str_index as persistently alloced string, when hash table is alloced persistently. I suggest that str_index should always be allocated non-persistently. Currently all the places that call zend_hash_get_current_key_ex (print_hash, serialize, to name a few) free str_index with efree and it fails with persistent hashes.
-- Edit Bug report at: http://bugs.php.net/?id=7559&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: lrhazi <email protected>: "[PHP-DEV] PHP 4.0 Bug #7560: strtok or while-loop never returns"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #6745 Updated: I can`t upload file in passive mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

