1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

* fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8)

This commit is contained in:
Stig Bakken
2001-04-20 12:12:35 +00:00
parent 90cf65411c
commit 20c4b9c7b9

View File

@@ -29,7 +29,8 @@ PEAR_SUBDIRS = \
Payment \
PEAR \
Schedule \
XML
XML \
XML/RPC
PEAR_FILES = \
Benchmark/Iterate.php \
@@ -97,7 +98,8 @@ PEAR_FILES = \
Payment/Verisign.php \
Schedule/At.php \
XML/Parser.php \
XML/RPC.php
XML/RPC.php \
XML/RPC/Server.php
install-data-local: PEAR.php
@if $(mkinstalldirs) $(INSTALL_ROOT)$(peardir); then \