|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-11-28 17:36 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 03:00:01 2025 UTC |
Description: ------------ PHP_FUNCTION(html_parser_create) { ... ZEND_REGISTER_RESOURCE(return_value, return_res, le_html_parser); } while(0); ZEND_REGISTER_RESOURCE(return_value, return_res, le_html_parser); } ZEND_REGISTER_RESOURCE() is called twice and that leads to segfault.