- Removed some cruft.

4.6.x
Dries Buytaert 2004-11-15 12:00:32 +00:00
parent a03579fcaf
commit c0ea04814a
1 changed files with 1 additions and 6 deletions

View File

@ -37,12 +37,7 @@
// OF THE POSSIBILITY OF SUCH DAMAGE.
if (!function_exists('xml_parser_create')) {
// Win 32 fix. From: "Leo West" <lwest@imaginet.fr>
if($WINDIR) {
dl("php3_xml.dll");
} else {
dl("xml.so");
}
dl("xml.so");
}
$xmlrpcI4="i4";