From: Tomas V.V.Cox Date: Mon, 29 Sep 2003 19:39:18 +0000 (+0000) Subject: preparing 1.3b2 X-Git-Tag: RELEASE_1_3b2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86bf200e92b64f56853bad3c60840c38b581beb0;p=php preparing 1.3b2 --- diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index d501dee526..4481d1a9e2 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -8,6 +8,10 @@ * the PEAR_Error error handling mechanism * the PEAR installer, for creating, distributing and installing packages + * the OS_Guess class for retrieving info about the OS + where PHP is running on + * the System class for quick handling common operations + with files and directories PHP License @@ -43,46 +47,14 @@ - 1.3b1 + 1.3b2 2003-09-29 beta -PEAR Base Class: - -* Fixed static calls to PEAR error-handling methods in classes -* Added ability to use a static method callback for error-handling, - and removed use of inadvisable @ in setErrorHandling - PEAR Installer: -* Fixed #25117 - MD5 checksum should be case-insensitive -* Added dependency on XML_RPC, and optional dependency on xmlrpc extension -* Added --alldeps and --onlyreqdeps options to pear install/pear upgrade -* Sorting of installation/uninstallation so package order on the command-line is - insignificant (fixes upgrade-all if every package is installed) -* pear upgrade will now install if the package is not installed (necessary for - pear upgrade --alldeps, as installation is often necessary for new - dependencies) -* fixed pear.bat if PHP is installed in a path like C:\Program Files\php -* Added ability to specify "pear install package-version" or - "pear install package-state". For example: "pear install DB-1.2", - or "pear install DB-stable" -* Fix #25008 - unhelpful error message -* Fixed optional dependencies in Dependency.php -* Fix #25322 - bad md5sum should be fatal error -* Package uninstall now also removes empty directories -* Fixed locking problems for reading commands (pear list, pear info) -* Fixed #45 preferred_state works incorrectly - -OS_Guess Class: - -* Fixed #25131 - OS_Guess warnings on empty lines from - popen("/usr/bin/cpp $tmpfile", "r"); - -System Class: - -* Fixed recursion deep param in _dirToStruct() -* Added the System::find() command (read API doc for more info) +* Updated deps for Archive_Tar and Console_Getopt +* Fixed #45 preferred_state works incorrectly @@ -144,8 +116,8 @@ System Class: - Archive_Tar - Console_Getopt + Archive_Tar + Console_Getopt XML_RPC xmlrpc