ID:               22168
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         XML related
 Operating System: NetBSD 1.6N
 PHP Version:      5CVS-2003-02-11 (dev)
 New Comment:

Aw.. hm. That's maybe not the point..
Well, it's a combination of function calls
which causes the errors (i guess).


Previous Comments:
------------------------------------------------------------------------

[2003-02-12 16:41:01] [EMAIL PROTECTED]

Tree + XML / XML_Tree is a part of pear.
If I just uncomment this line in XML/Parser.php :
(line 140) xml_set_object($this->parser, $this);
no errors appear later.
The error appers even if I do not use the parse function.

Maybe something's wrong with ZendEngine2 and ext/xml's
function xml_set_object.

------------------------------------------------------------------------

[2003-02-11 12:40:00] [EMAIL PROTECTED]

Try come up with short and complete example script.


------------------------------------------------------------------------

[2003-02-11 10:15:08] [EMAIL PROTECTED]

Hm, expectet that ;)
I'll search and give more detailed information.

------------------------------------------------------------------------

[2003-02-11 10:00:18] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2003-02-11 08:57:48] [EMAIL PROTECTED]

$tree = new XML_Tree($item);
$tree = $tree->getTreeFromFile();

Well it's just the XML parser at the end.
If I don't call it in any way no error appears.
I downloaded the newest files from cvs repository.

anarchy% php -f todo.php
php in free(): warning: page is already free.
php in free(): warning: chunk is already free.
php in free(): warning: chunk is already free.
php in free(): warning: chunk is already free.
php in free(): warning: chunk is already free.
php in free(): warning: chunk is already free.
php in free(): warning: page is already free.
php in free(): warning: chunk is already free.
php in free(): warning: page is already free.
php in free(): warning: chunk is already free.
php in free(): warning: chunk is already free.

Here's my configure line:
'./configure' '--with-apxs2=/usr/local/sbin/apxs' '--with-openssl'
'--with-mcrypt=/usr/local' '--with-dbx' '--with-zlib=/usr/local'
'--with-bz2' '--enable-calendar' '--enable-ftp'
'--with-gettext=/usr/local' '--with-mysql' '--enable-pcntl'
'--enable-shmop' '--enable-sockets' '--with-regex=php'
'--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm'
'--with-iconv=/usr/local' '--enable-bcompiler' '--enable-embed'
'--with-imap' '--without-pear' '--with-gd'

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22168&edit=1

Reply via email to