News
Stagehand_LegacyError 1.0.2 (stable) released
We are pleased to announce that the Stagehand_LegacyError 1.0.2 (stable) is now available.
Release Date: 2011-10-01
What's New in Stagehand_LegacyError 1.0.2¶
A Defect Fix¶
The following defect has been fixed:
- A possible crash by Strict Standards (Issue #342)
Stagehand_LegacyError 1.0.1 (stable) released
We are pleased to announce that the Stagehand_LegacyError 1.0.1 (stable) is now available.
Release Date: 2011-06-09
What's New in Stagehand_LegacyError 1.0.1¶
A Defect Fix¶
The following defect has been fixed:
- An error Fatal error: Class 'Stagehand_LegacyError_PHPError_Exception' not found is raised if an error is raised within the error handler. (Issue #292)
Stagehand_LegacyError 1.0.0 (stable) released
We are pleased to announce that the Stagehand_LegacyError 1.0.0 (stable) is now available.
Release Date: 2010-09-09
This is the first stable release of Stagehand_LegacyError.
The features of Stagehand_LegacyError 1.0.0 is the same as Stagehand_LegacyError 0.3.1 except the version number and the directory structure. As of this version, the sources are located directly under the php_dir (PEAR directory).
Stagehand_LegacyError 0.3.1 (beta) released
I am pleased to announce that the Stagehand_LegacyError 0.3.1 (beta) is now available.
Release Date: 2009-10-03
What's New in Stagehand_LegacyError 0.3.1¶
Two defect fixes.¶
- A defect has been fixed so that Stagehand_LegacyError_PHPError causes an exception to be raised when an unrelated error is raised.
- A defect has been fixed so that Stagehand_LegacyError_PEARErrorStack causes a "Strict Standards" error to be raised.
Stagehand_LegacyError 0.3.0 (beta) released
I am pleased to announce that the Stagehand_LegacyError 0.3.0 (beta) is now available.
Release Date: 2009-08-31
What's New in Stagehand_LegacyError 0.3.0¶
Support for Stagehand_Autoload 0.3.0¶
Stagehand_LegacyError now depends on Stagehand_Autoload 0.3.0. Before using Stagehand_LegacyError, specify the namespace Stagehand somewhere (e.g. your bootstrap code) as follows:
<?php
require_once 'Stagehand/Autoload.php';
$loader = Stagehand_Autoload::getLegacyLoader();
$loader->addNamespace('Stagehand');
Stagehand_Autoload::register($loader);
Backward Compatibility¶
Changed the name of the interface¶
In previous versions of Stagehand_LegacyError, The interface name was Stagehand_LegacyError_Exception_Interface. Stagehand_LegacyError_Exception_Interface has now been renamed to Stagehand_LegacyError_Exception.
Also available in: Atom