php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62504 undefined constant LIBXSLT_DOTTED_VERSION
Submitted: 2012-07-08 00:44 UTC Modified: 2012-07-08 16:31 UTC
From: jk555 at hotbox dot ru Assigned:
Status: Not a bug Package: *XML functions
PHP Version: 5.4.4 OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
7 + 28 = ?
Subscribe to this entry?

 
 [2012-07-08 00:44 UTC] 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' 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-07-08 16:15 UTC] dtajchreber@php.net
-Status: Open +Status: Not a bug
 [2012-07-08 16:15 UTC] dtajchreber@php.net
You don't have the XSL extension enabled. Enable it in your configuration file 
and try again.
 [2012-07-08 16:31 UTC] jk555 at hotbox dot ru
Oh, really, my mistake.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC