Home » Mail » Mail » Bug #9701
PHP 5 Compatible Issues
Details
| Submitted | 2006-12-27 21:20 UTC |
|---|---|
| From | busby at edoceo dot com |
| Assigned | chagenbu |
| Status | Bogus |
| Package | |
| PHP Version | 5.1.6 |
| OS | Gentoo GNU/Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-12-27 21:20 UTC] busby at edoceo dot com
Description:
------------
It seems that some of the functions and such are using references which make PHP5 angry, get errors about references being deprecated
Test script:
---------------
http://www.edoceo.com/creo/patches/pearmail.php
Expected result:
----------------
I want sooo bad for this work with my system on PHP5
Actual result:
--------------
Errors about deprecated interfaces.
Thanks for the great work!
[2006-12-27 21:22 UTC] chagenbu at php dot net
Thank you for taking the time to write to us, but this is not
a bug.
This is not a bug. If we made those changes, Mail wouldn't work at _all_ with PHP 4, which is not acceptable for existing packages. If someone makes a compatibility-breaking version of Mail in the future, everything like that will be done. What you need to do is just turn off E_STRICT.