Changes between Initial Version and Version 1 of Ticket #70981, comment 3
- Timestamp:
- Sep 29, 2024, 9:31:39 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70981, comment 3
initial v1 5 5 I have done those 2 commands: 6 6 7 If you require php74 or older, with the understanding that those versions have reached end of life, you can work around the problem by running: 8 9 sudo port clean php74-apache2handler 10 sudo port install php74-apache2handler configure.cflags="-Os -Wno-error=implicit-int" 7 > If you require php74 or older, with the understanding that those versions have reached end of life, you can work around the problem by running: 8 > 9 > {{{ 10 > sudo port clean php74-apache2handler 11 > sudo port install php74-apache2handler configure.cflags="-Os -Wno-error=implicit-int" 12 > }}} 11 13 12 14 (unfortunately I need php 7.4 locally for the next X months which a site is transitioned to php 8.1+) … … 14 16 and received this: 15 17 18 {{{ 16 19 sudo port clean php74-apache2handler 17 20 Password: … … 42 45 Error: Processing of port php74-apache2handler failed 43 46 user@MacBook-Pro-of-user ~ % 44 45 ------------------------------------- 47 }}} 46 48 47 49 Help ;( ;)