|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-12 18:15 UTC] tony2001@php.net
[2007-02-12 19:17 UTC] dg at artegic dot de
[2007-02-12 19:34 UTC] tony2001@php.net
[2007-02-12 23:10 UTC] nlopess@php.net
[2007-02-13 09:49 UTC] tony2001@php.net
[2007-02-13 12:57 UTC] dg at artegic dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 16:00:02 2025 UTC |
Description: ------------ Script produces error message: "zend_mm_heap corrupted" Configure Command => './configure' '--disable-all' '-- disable-cgi' '--disable-ipv6' '--enable-static' '--enable- shared' '--enable-thread-safety' '--enable-mbstring' '-- enable-mbregex' '--with-pcre-regex' '--with-zlib' '--with- iconv' '--enable-libxml' '--enable-xml' '--with-libxml-dir=/ usr/local/lib' '--with-tidy' '--enable-zend-multibyte' '-- with-curlwrappers' '--with-dom' '--with-curl' '--without- sqlite' '--without-pdo-sqlite' '--with-mysql=/usr/local/ mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' tidy Extension Version => 2.0 ($Id: tidy.c,v 1.66.2.8.2.21 2007/01/23 19:23:29 nlopess Exp $) tidy.clean_output => no value => no value tidy.default_config => no value => no value Reproduce code: --------------- <?php ob_start(); ?> <html>a html document</html> <? $html = ob_get_clean(); $config = array( 'indent' => true, 'output-xhtml' => true, 'wrap' => 200); $tidy = new tidy; $tidy->parseString($html, $config, 'utf8'); $tidy->cleanRepair(); echo $tidy; ?> Actual result: -------------- Sorry - no GDB backtrace on this machine...