From 455f7bc746f7f9aa0511cc732be43f8bcfdf30cc Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 18 Jun 2002 08:41:39 +0000 Subject: [PATCH] "Release notes"++ --- pear/package-PEAR.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index 416e72ee37..6633e5bdcd 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -35,7 +35,16 @@ beta 2002-06-15 +New Features: +* Added PEAR::loadExtension($ext) - OS independant PHP extension load +* Added PEAR::delExpect() API method. It allows to unset one or more expected error codes +* System::mkTemp() automatically remove created tmp files/dirs at script shutdown +* New command "pear search" + +Fixed Bugs: * fix for XML-RPC bug that made some remote commands fail +* fix problems under Windows with the DIRECTORY_SEPARATOR +* lot of other minor fixes -- 2.40.0