Kurulum

Bu eklenti öntanımlı olarak etkindir. Derleme sırasında bu seçenekle iptal edilebilir: --disable-xml

Kaynak paketiyle birlikte gelen expat kütüphanesi kullanılarak bu eklenti öntanımlı olarak etkin kılınmıştır. XML desteğini PHP'yi derlerken --disable-xml seçeneğini kullanarak iptal edebilirsiniz. PHP'yi Apache 1.3.9 ve sonrası için bir modül olarak derliyorsanız, PHP öntanımlı olarak Apache'nin kullandığı expat kütüphanesini kullanır. PHP ile gelen kütüphaneyi kullanmak istemiyorsanız bunu derleme sırasında --with-expat-dir=DiZiN seçeneğiyle belirtebilirsiniz. Burada DiZiN expat kütüphanesinin kurulu olduğu temel dizindir.

PHP'nin Windows sürümünde bu eklenti yerleşik olarak gelmektedir. Bu işlevleri Windows'ta kullanmak için herhangi bir eklenti kurulmasına gerek yoktur.

add a note add a note

User Contributed Notes 2 notes

up
3
Alex Ivaylov
6 years ago
Ubuntu users, please note that this extension might not enabled for you by default. You may need to install by doing "sudo apt-get install php-xml" followed by web server restart.
up
0
Cholmondeley
3 years ago
Trying to look at the Oolite wiki, I was diverted to a page reading:

______________________________________________________

MediaWiki 1.31 internal error

Installing some PHP extensions is required.
Required components

You are missing a required extension to PHP that MediaWiki requires to run. Please install:

    xml (more information)

_______________________________________________________

Clicking on (more information) brought me here. Don't understand a word of the gubbins on this page. A complete mystery. "More information" for somebody with silicon chips for a brain, maybe, but not for an ordinary human being! No idea what PHP is. No idea what an xml is. No idea what a parser is. Or how to download whatever I'm supposed to download.
To Top