The statusnet-0.9.6 init is error in PHP5.3.5

The statusnet-0.9.6 init is error in PHP5.3.5

Issue ID:3078
Issue Category:bug
Component:core
Priority:normal
Status:will not fix
Assigned:Unassigned
Version:0.9
Milestone:0.9
Keywords:PHP5.3.5 init

Deprecated: Assigning the return value of new by reference is deprecated in D:\php\xampp\php\PEAR\Mail.php on line 154

Strict Standards: Non-static method StatusNet::_sn_to_path() should not be called statically in D:\php\xampp\htdocs\statusnet\lib\statusnet.php on line 266

Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically in D:\php\xampp\htdocs\statusnet\lib\statusnet.php on line 277

Strict Standards: Non-static method StatusNet::loadConfigFile() should not be called statically in D:\php\xampp\htdocs\statusnet\lib\statusnet.php on line 111

Updates

#1

Priority:critical» normal
Status:active» will not fix

These are warnings, not fatal errors. They should be fixed eventually - and of course it is better code if it adheres to Strict Standards.

However at least I don't count it as a bug (or misbehaving in any way) and especially not critical.

Having said that, I personally dislike running code that generates warnings.

Login or Register to modify this issue, or to receive updates by email.

You can also subscribe to the RSS feed for updates to this issue.