ID:               38190
 Updated by:       [EMAIL PROTECTED]
 Reported By:      cosborne at gmail dot com
-Status:           Assigned
+Status:           Feedback
 Bug Type:         DOM XML related
 Operating System: Windows Server 2K3
 PHP Version:      5.1.4
 Assigned To:      rrichards
 New Comment:

Can you also try with these latest libs (they may be used with the
libxslt builds on that page as well to include xsl):
Release: http://ctindustries.net/libxml/libxml2-2.6.26.threads.zip
Debug: http://ctindustries.net/libxml/libxml2-2.6.26.threadsdebug.zip



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

[2006-07-29 17:09:04] comporder1 at gmail dot com

When will this fix be released publicly!!! I tired of error messages.

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

[2006-07-26 23:38:44] [EMAIL PROTECTED]

Rob, it works, commit. :)

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

[2006-07-26 23:25:11] cosborne at gmail dot com

It would appear that this has corrected the problem, however I would
like to see other people's results before this was considered "fixed"

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

[2006-07-26 14:13:53] [EMAIL PROTECTED]

I don't have access to a Win 2K3 server, so can't reproduce.
If someone has access to one and can compile source, please try with
one of these libxml2 libraries and following changes:
Release: http://ctindustries.net/libxml/libxml2-2.6.17.threads.zip
Debug: http://ctindustries.net/libxml/libxml2-2.6.17.threadsdebug.zip

You will need to add the following somwhere within ext/libxml/libxml.c
for now:

PHP_LIBXML_API BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
LPVOID lpvReserved)
{
        return xmlDllMain(hinstDLL, fdwReason, lpvReserved);
}

Also, you need to use the php_libxml2.def from within the zip and
disable xsl support (no current libxslt built against that ver of
libxml2).

This libxml2 lib changes the way some of the threading is handled.

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

[2006-07-23 12:41:33] [EMAIL PROTECTED]

Rob, please take a look, seems to be something you might know about..

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/38190

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

Reply via email to