Sebastian Bergmann wrote:

> Sebastian Bergmann wrote:
>>     <?php
>>     $p = xslt_create();
>>     $res = xslt_process($p, 'test.xml','test.xsl');
>>     if(!$res) echo xslt_error($p);
>>     echo $res;
>>     xslt_free($p);
>>     ?>

This snippet triggered some memories.
With 4.1.0rc1-cgi (maybe under apache too, haven't tested) .. if you leave 
xslt_free() out then after script has finished and php is shutting down .. 
it segfaults.

Lenar

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