From: Tomas V.V.Cox Date: Tue, 18 Jun 2002 08:41:39 +0000 (+0000) Subject: "Release notes"++ X-Git-Tag: php-4.3.0dev_zend2_alpha2~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=455f7bc746f7f9aa0511cc732be43f8bcfdf30cc;p=php "Release notes"++ --- 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