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

Once again, it would appear that the bug for which this fix was meant,
is solved by these libraries. However this comment still comes with the
caveat that I did *not* do a thorough test as to whether other bugs had
been introduced, or even whether the xml-related functions still work
correctly.


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

[2006-07-30 12:38:56] [EMAIL PROTECTED]

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


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

[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.

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

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