Edit report at https://bugs.php.net/bug.php?id=62504&edit=1
ID: 62504 Updated by: dtajchre...@php.net Reported by: jk555 at hotbox dot ru Summary: undefined constant LIBXSLT_DOTTED_VERSION -Status: Open +Status: Not a bug Type: Bug Package: *XML functions Operating System: Windows XP PHP Version: 5.4.4 Block user comment: N Private report: N New Comment: You don't have the XSL extension enabled. Enable it in your configuration file and try again. Previous Comments: ------------------------------------------------------------------------ [2012-07-08 00:44:36] jk555 at hotbox dot ru Description: ------------ Notice: Use of undefined constant LIBXSLT_DOTTED_VERSION - assumed 'LIBXSLT_DOTTED_VERSION' ... Test script: --------------- <?php echo LIBXSLT_DOTTED_VERSION; ?> Expected result: ---------------- 1.1.23 Actual result: -------------- Notice: Use of undefined constant LIBXSLT_DOTTED_VERSION - assumed 'LIBXSLT_DOTTED_VERSION' ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=62504&edit=1