summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-07-12 14:27:27 +0000
committerTomas V.V.Cox <cox@php.net>2003-07-12 14:27:27 +0000
commit17573ddf0bd99bbbb00d3e4d90f649c221fb37d7 (patch)
tree8b7bc524e5dd56a2b854f9ce45eaee5c052fb452
parent4e268d9270f25a36690cbb182b223c35b4726cc3 (diff)
downloadphp-git-17573ddf0bd99bbbb00d3e4d90f649c221fb37d7.tar.gz
+* Added proxy support for remote commands using the
xmlrcp C ext (Adam Ashley)
-rw-r--r--pear/package-PEAR.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml
index f88fc848eb..76c6e512a9 100644
--- a/pear/package-PEAR.xml
+++ b/pear/package-PEAR.xml
@@ -47,6 +47,7 @@
* pear makerpm, now works and generates a better system independant spec file
* pear install|build &lt;pecl-package&gt;, now exposes the compilation progress
* Installer now checks dependencies on package uninstall
+* Added proxy support for remote commands using the xmlrcp C ext (Adam Ashley)
* Added new pear bundle command, which downloads and uncompress a &lt;pecl-package&gt;.
The main purpouse of this command is for easily adding extensions to the PHP sources
before compiling it.