ID: 26395 User updated by: info at sovall dot cz Reported By: info at sovall dot cz Status: Open Bug Type: XSLT related Operating System: Windows 2k PHP Version: 5CVS-2003-11-25 (dev) New Comment:
I am sorry. This example working fine. My problem may be in new Zend 2 Object model. My code: class xslTransform{ public $xh; .... function xslTransform(){ $this->xh = xslt_create(); .... } } This code return error above. Previous Comments: ------------------------------------------------------------------------ [2003-11-25 03:23:10] info at sovall dot cz Description: ------------ When I try <?php $xh = xslt_create(); ?> then PHP write: PHP Fatal error: Call to undefined function xslt_create() My php.ini: extension=php_iconv.dll extension=php_xslt.dll All php/dlls/ are in winnt/system32/ directory. php version: 5.0.0b3-dev (php5-win32-200311201130.zip) php_xslt.dll: 6/22/2003 With php5.0.0b1 working fine. Thanx for reply. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26395&edit=1