ID: 13355 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: XSLT related Operating System: PHP Version: 4.0CVS-2001-09-17 New Comment: sheesh. forgot to add offending script: <?php $xml = "<?xml version='1.0'?><node>My Data</node'; $xsl = 'join(file("./myxsl.xsl"), ''); $xh = xslt_create(); $args = array("/_xml" => $xml, "/_xsl" => $xsl); $data = xslt_process($xh, "arg:/_xml", "arg:/_xml", NULL, $args); xslt_free($xh); print $data; ?> Previous Comments: ------------------------------------------------------------------------ [2001-09-17 18:05:28] [EMAIL PROTECTED] having compiled php4.0.7RC2 w/ --enable-xslt --with-xslt-sablot using sablot .65.1, here is my lovely backtrace, please help, Sir Sterling, Program received signal SIGSEGV, Segmentation fault. 0x4040f370 in zif_xslt_error () from /usr/lib/apache/1.3/libphp4.so (gdb) bt #0 0x4040f370 in zif_xslt_error () from /usr/lib/apache/1.3/libphp4.so #1 0x4035fc19 in execute () from /usr/lib/apache/1.3/libphp4.so #2 0x4036e376 in zend_execute_scripts () from /usr/lib/apache/1.3/libphp4.so #3 0x4037c1f6 in php_execute_script () from /usr/lib/apache/1.3/libphp4.so #4 0x4037802e in apache_php_module_main () from /usr/lib/apache/1.3/libphp4.so #5 0x40378b2e in php_restore_umask () from /usr/lib/apache/1.3/libphp4.so #6 0x40378b95 in php_restore_umask () from /usr/lib/apache/1.3/libphp4.so #7 0x08054244 in ap_invoke_handler (r=0x840d064) at http_config.c:517 #8 0x080630ac in process_request_internal (r=0x840d064) at http_request.c:1307 #9 0x08063108 in ap_process_request (r=0x840d064) at http_request.c:1323 #10 0x0805cc69 in child_main (child_num_arg=0) at http_main.c:4299 #11 0x0805cdfc in make_child (s=0x809af84, slot=0, now=1000763166) at http_main.c:4412 #12 0x0805cf19 in startup_children (number_to_start=5) at http_main.c:4494 #13 0x0805d3d5 in standalone_main (argc=2, argv=0xbffff894) at http_main.c:4782 #14 0x0805da9d in main (argc=2, argv=0xbffff894) at http_main.c:5124 #15 0x400e364f in __libc_start_main () from /lib/libc.so.6 ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13355&edit=1 -- 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]