* 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
</description>
<license>PHP License</license>
<maintainers>
</maintainer>
</maintainers>
<release>
- <version>1.3b1</version>
+ <version>1.3b2</version>
<date>2003-09-29</date>
<state>beta</state>
<notes>
-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
</notes>
<provides type="class" name="OS_Guess" />
</filelist>
<deps>
<dep type="php" rel="ge" version="4.1"/>
- <dep type="pkg" rel="ge" version="0.4">Archive_Tar</dep>
- <dep type="pkg" rel="ge" version="0.11">Console_Getopt</dep>
+ <dep type="pkg" rel="ge" version="1.1">Archive_Tar</dep>
+ <dep type="pkg" rel="ge" version="1.0">Console_Getopt</dep>
<dep type="pkg" rel="ge" version="1.0.4">XML_RPC</dep>
<dep type="ext" rel="has" optional="yes">xmlrpc</dep>
</deps>