PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #1907

E_STRICT version of PEAR.php

Details

Request #1907E_STRICT version of PEAR.php
Submitted2004-07-18 20:21 UTC
Fromahundiak at ingr dot com
StatusWont fix
PackagePEAR
PHP Version5.0.0
OSNA
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.