Ticket #1089 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

AgaviXmlConfigXsltProcessor throws Strict Standards warning

Reported by: Benjamin Owned by: david
Priority: low Milestone: 1.0.1
Component: config Version: 1.0.1RC1
Severity: minor Keywords:
Cc: Patch attached: yes

Description

Just add type of parameter to get rid of it.

Attachments

StrictStandartsFix.patch Download (0.8 KB) - added by Benjamin 3 years ago.

Change History

Changed 3 years ago by Benjamin

Changed 3 years ago by david

  • summary changed from AgaviXmlConfigXsltProcessor throws Strict Standarts warning to AgaviXmlConfigXsltProcessor throws Strict Standards warning

Changed 3 years ago by david

  • status changed from new to closed
  • resolution set to worksforme

Please make sure you're using an up-to-date version of Agavi. This problem is due to API changes in PHP and has been worked around for the Agavi 1.0.0 final release. If you are using an older beta version of PHP 5.3, please update it.

#1038 is the original ticket for this issue.

Changed 3 years ago by Benjamin

Hey David,

I'm using gentoos PHP 5.2.8-r2 using the php.ini-development from here  http://wiki.php.net/rfc/newinis#development_ini. Agavi is version 1.0.1-rc1

Changed 3 years ago by david

There is the problem. The version_compare() check added in [3830] won't catch this one - "5.2.8-r2" is greater than "5.2.8".

Can you please update to PHP 5.2.9, that will solve the issue.

Note: See TracTickets for help on using tickets.