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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user