At 06:14 PM 4/25/2001 +0200, Jascha Wetzel wrote:
>Greetings,
>
>i just implementet php_xalan and it kind of works but we're still having
>problems combining it with php-4.0.4pl1.
>Strange things happen when php uses libxalan and libxerces. After everything
>worked fine, the xslt sheet has been processed correctly and the module and
>the libs have been unloaded, php segfaults for some yet unknown reason.
>
>Maybe someone who is more into php and/or libxalan/xerces interna could help
>?
>
>When i get to it I'll put up a page with the extension for you to experiment
>with.

Is your PHP extension a simple wrapper of those libaries or is it a 
relatively complicated extension?
Have you managed to get a backtrace of the core dump in order to see where 
the problem is? (Corruption, freeing memory twice in the engine, and so on...)

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to