Home » PEAR » PEAR » Bug #1907
E_STRICT version of PEAR.php
Details
| Request #1907 | E_STRICT version of PEAR.php |
|---|---|
| Submitted | 2004-07-18 20:21 UTC |
| From | ahundiak at ingr dot com |
| Status | Wont fix |
| Package | PEAR |
| PHP Version | 5.0.0 |
| OS | NA |
| Roadmaps | (Not assigned) |
Comments
[2004-07-18 20:21 UTC] ahundiak at ingr dot com
Description:
------------
Developers looking to migrate their PEAR packages or applications to run under E_STRICT will probably need an E_STRICT version of PEAR.php. I would like to suggest adding a "strict" directory to the cvs repository and making available experimental versions of the PEAR core classes. This might save developers some effort as they start experimenting on how to migrate their applications.
Reproduce code:
---------------
An E_STRICT version of PEAR.php is available here:
http://www.cerad.org/pear/strict/index.php
along with some of the unit test files.
I am willing to generate E_STRICT versions of other PEAR
core files if asked to.