[PHP-DEV] Re: Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
I have already handled this problem ;) Thanks :) -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DEV] Re: Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-13 Thread Krzysztof Jarecki
Hi ;) How can I check whether Apache is running its included expat-lite or the system one on windows? Is there something like phpinfo() in Apache? :) Sorry for that kinda "lame" question ;) Thanks for any help Chris Jarecki -- PHP Development Mailing List To unsubscr

[PHP-DEV] Re: Bug #14442 Updated: Segmentation fault when using xslt_process()

2001-12-12 Thread Lenar Lõhmus
Does Apache configure say: 'Using system expat'? If not, then install libexpat and reconfigure/compile apache. ext/xslt will not work correctly (segfaults) when Apache is compiled with its bundled expat-lite. Lenar [EMAIL PROTECTED] wrote: > ID: 14442 > User updated by: [EMAIL PROTECTED] > Re