Date: 12/29/00
- Next message: fang-pin.chang <email protected>: "[PHP-DEV] PHP 4.0 Bug #8477: apache 1.3.12 DSO warning"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8463 Updated: Using internal function in usort call segfaults"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: anders <email protected>
Operating system: Win-NT4
PHP version: 4.0.4
PHP Bug Type: Sablotron XSL
Bug description: xslt_run results in Fatal error: msgtype:
I have the following php-script:
<?php
$parser = xslt_create();
xslt_run($parser,"simple.xsl","simple.xml");
print xslt_fetch_result($parser);
xslt_free($parser);
?>
When I run the script I get the following error message:
" Fatal error: msgtype: error in c:\htdocs\xmltest.php on line 3 "
My configuration is as follows:
WIndows-NT4, SP6
Apache/1.3.14
PHP4.0.4
Sablotron 050
expat 1.95.1
I have also put the result from phpinfo() and my php.ini file on http://www.isazone.com/phpbug/
/Anders Isaksson
anders <email protected>
-- Edit Bug report at: http://bugs.php.net/?id=8483&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: fang-pin.chang <email protected>: "[PHP-DEV] PHP 4.0 Bug #8477: apache 1.3.12 DSO warning"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #8463 Updated: Using internal function in usort call segfaults"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

