From: Tomas V.V.Cox Date: Wed, 18 Jun 2003 18:46:57 +0000 (+0000) Subject: Update to 1.2 for PHP 4.3.3 X-Git-Tag: RELEASE_1_0_2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fa60939f2d95750dfeba4356bc92128131661a0;p=php Update to 1.2 for PHP 4.3.3 --- diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index a9ec21d377..f76e9d2d5c 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -37,32 +37,18 @@ - 1.1 + 1.2 stable 2003-01-10 -PEAR BASE CLASS: - -* PEAR_Error now supports exceptions when using Zend Engine 2. Set the - error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself - as an exception (invoke PEAR errors with raiseError() or throwError() - just like before). - -PEAR INSTALLER: - -* Packaging and validation now parses PHP source code (unless - ext/tokenizer is disabled) and does some coding standard conformance - checks. Specifically, the names of classes and functions are - checked to ensure that they are prefixed with the package name. If - your package has symbols that should be without this prefix, you can - override this warning by explicitly adding a "provides" entry in - your package.xml file. See the package.xml file for this release - for an example (OS_Guess, System and md5_file). - - All classes and non-private (not underscore-prefixed) methods and - functions are now registered during "pear package". - - +* Changed license from PHP 2.02 to 3.0 +* Added support for optional dependencies +* pear makerpm, now works and generates a better system independant spec file +* pear install|build <pecl-package>, now exposes the compilation progress +* 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 +before compiling it. + @@ -107,9 +93,9 @@ PEAR INSTALLER: - - - + + + @@ -126,6 +112,33 @@ PEAR INSTALLER: + + 1.1 + stable + 2003-01-10 + +PEAR BASE CLASS: + +* PEAR_Error now supports exceptions when using Zend Engine 2. Set the + error mode to PEAR_ERROR_EXCEPTION to make PEAR_Error throw itself + as an exception (invoke PEAR errors with raiseError() or throwError() + just like before). + +PEAR INSTALLER: + +* Packaging and validation now parses PHP source code (unless + ext/tokenizer is disabled) and does some coding standard conformance + checks. Specifically, the names of classes and functions are + checked to ensure that they are prefixed with the package name. If + your package has symbols that should be without this prefix, you can + override this warning by explicitly adding a "provides" entry in + your package.xml file. See the package.xml file for this release + for an example (OS_Guess, System and md5_file). + + All classes and non-private (not underscore-prefixed) methods and + functions are now registered during "pear package". + + 1.0.1 stable @@ -134,15 +147,15 @@ PEAR INSTALLER: * PEAR_Error class has call backtrace available by calling getBacktrace(). Available if used with PHP 4.3 or newer. - + * PEAR_Config class uses getenv() rather than $_ENV to read environment variables. - + * System::which() Windows fix, now looks for exe/bat/cmd/com suffixes rather than just exe - + * Added "pear cvsdiff" command - + * Windows output buffering bugfix for "pear" command * Multiple drives installation now works on windows