1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

updating for release

This commit is contained in:
Greg Beaver
2003-08-13 20:38:44 +00:00
parent 0901d5e3b7
commit f2c05e87af

View File

@@ -51,6 +51,9 @@
* Added the command "download-all" (Alex Merz)
* Made package dependency checking back to work
* Added support for spaces in path names (Greg)
* Fixed static calls to PEAR error-handling methods in classes (Greg)
* Added ability to use a static method callback for error-handling, and removed
use of inadvisable @ in setErrorHandling (Greg)
* Various bugfixes
* 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