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

+* Added proxy support for remote commands using the

xmlrcp C ext (Adam Ashley)
This commit is contained in:
Tomas V.V.Cox
2003-07-12 14:27:27 +00:00
parent 4e268d9270
commit 17573ddf0b

View File

@@ -47,6 +47,7 @@
* pear makerpm, now works and generates a better system independant spec file
* pear install|build <pecl-package>, 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 <pecl-package>.
The main purpouse of this command is for easily adding extensions to the PHP sources
before compiling it.