1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to enable the xsl php extension ???

Discussion in 'PHP' started by shuman202, Jul 27, 2012.

  1. #1
    how to enable the xsl php extension
    i did the following command
    xsltproc -version

    and i got the following



    Using libxml 20626, libxslt 10117 and libexslt 813
    xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
    libxslt 10117 was compiled against libxml 20626
    libexslt 813 was compiled against libxml 20626xsltproc -version
    Using libxml 20626, libxslt 10117 and libexslt 813
    xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
    libxslt 10117 was compiled against libxml 20626
    libexslt 813 was compiled against libxml 20626

    so if it's installed how can i enable it
    if it's not installed how can i install it?
     
    shuman202, Jul 27, 2012 IP
  2. MilesWeb

    MilesWeb Well-Known Member

    Messages:
    869
    Likes Received:
    35
    Best Answers:
    7
    Trophy Points:
    173
    #2
    Is it a server with any control panel installed ? If it's cPanel, you can execute easyapache and select xsl when compiling php.
     
    MilesWeb, Jul 27, 2012 IP
  3. shuman202

    shuman202 Well-Known Member

    Messages:
    638
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    1
    #3
    the php is already copmpiled
    and i think the xsl php extension is already installed
    i want to know to enable it???
     
    shuman202, Jul 27, 2012 IP
  4. flotwig

    flotwig Peon

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    2
    Trophy Points:
    0
    #4
    You can add an "extension=" line in php.ini to the .so.

    Try using "apt-get install php5-xslt" and see if that works for you as well.
     
    flotwig, Jul 30, 2012 IP
  5. dale123

    dale123 Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    Hello I looked for the php_xsl.dll in the ext folder in the php 5.5 folder, the i opened the php.ini file and pasted this at bottom:) extension=php_xsl.dll and saved then i opened and installed my script in webmatrix3 ,thats all

    New topic
    xsl extention was not installed, and when i had mime problem i did the same thing but instead i put ;) extension=php_fileinfo.dll in the php.ini file which is in the php5.5 folder somewhere in program files, do a search in windows if you cant find it
     
    dale123, Jan 11, 2014 IP