Changes between Initial Version and Version 1 of Ticket #70981, comment 3


Ignore:
Timestamp:
Sep 29, 2024, 9:31:39 PM (10 days ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70981, comment 3

    initial v1  
    55I have done those 2 commands:
    66
    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> }}}
    1113
    1214(unfortunately I need php 7.4 locally for the next X months which a site is transitioned to php 8.1+)
     
    1416and received this:
    1517
     18{{{
    1619sudo port clean php74-apache2handler
    1720Password:
     
    4245Error: Processing of port php74-apache2handler failed
    4346user@MacBook-Pro-of-user ~ %
    44 
    45 -------------------------------------
     47}}}
    4648
    4749Help ;( ;)