- π¨π¦Canada joseph.olstad
Thanks, great fix , need it , I upgraded to PHP 8.2 on Drupal 7.94, works great but noticed this module throwing an error, time to fix!
-
joseph.olstad β
committed df2766c3 on 7.x-2.x authored by
cindytwilliams β
Issue #3262304 by cindytwilliams: [PHP 8] Returning bool from comparison...
-
joseph.olstad β
committed df2766c3 on 7.x-2.x authored by
cindytwilliams β
-
joseph.olstad β
committed 09b2da09 on 7.x-2.x authored by
cindytwilliams β
Issue #3262304 by cindytwilliams: [PHP 8] Returning bool from comparison...
-
joseph.olstad β
committed 09b2da09 on 7.x-2.x authored by
cindytwilliams β
- Status changed to Fixed
almost 2 years ago 12:54am 30 January 2023 - π¨π¦Canada joseph.olstad
Released this:
https://www.drupal.org/project/better_formats/releases/7.x-1.0-beta3 β
And for those using PHP 8.0, PHP 8.1, PHP 8.2, use the latest 2.0 release (currently 7.x-2.0-beta1)
https://www.drupal.org/project/better_formats/releases/7.x-2.0-beta1 β
- π¨π¦Canada joseph.olstad
For those using PHP 8.0, PHP 8.1, PHP 8.2, use the latest 2.0 release (currently 7.x-2.0-beta1)
https://www.drupal.org/project/better_formats/releases/7.x-2.0-beta1 β
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 9:18pm 1 November 2023 - π¨π¦Canada joseph.olstad
Unfortunately, anyone still wanting to use <= php 7.4 will want to use 1.0 and earlier.
https://www.drupal.org/project/better_formats/releases/7.x-1.1 β
This defeats the purpose of actually putting a 2.x release. so the 2x can probably be just merged into 1.x at some point and we can remove 2x
- Status changed to Fixed
about 1 year ago 9:22pm 1 November 2023 - π¨π¦Canada joseph.olstad
Actually I think I'll revert this from 1.0, tag a new release and make 2.x the recommended version
-
joseph.olstad β
committed ab2adba9 on 7.x-1.x
Revert "Issue #3262304 by cindytwilliams: [PHP 8] Returning bool from...
-
joseph.olstad β
committed ab2adba9 on 7.x-1.x
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
6 months ago 3:02pm 28 May 2024 - π«π·France anrikun
Using the spaceship operator and creating a new separate 7.x-2.x version just for PHP 8 was overkill here.
Replacing > by - is enough to make PHP 8 happy and still have a 7.x-1.x version that works with both PHP 5, 7 and 8.
Please review π [PHP 8] Returning bool from comparison function is deprecated Needs review