Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibilite PHP 8 feed #823

Closed
wants to merge 1 commit into from
Closed

Conversation

crazycatdevs
Copy link
Contributor

Evite une erreur dans feed.php

@bazooka07
Copy link
Collaborator

Il est préférable de remplacer cle par clef pour rester homogène par rapport au code existant (voir plxMotor::aConf).
Il n'y a que plxFeed qui utilise cette propriété clef. autant la rattacher à plxFeed plutôt qu'à plxMotor.
Pour plxFeed, il y a d'autres propriétés à déclarer pour être compatible avec PHP > 8.0.0 :

  • rssLink
  • rssTitle
  • mix de lastBuildDate et rssLastBuildDate

Voir commit #835 pour corrriger tout cela

@bazooka07 bazooka07 closed this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants