Changes between Initial Version and Version 1 of Ticket #25714


Ignore:
Timestamp:
Jul 17, 2010, 6:35:41 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please review WikiFormatting and Cc the port maintainers.

This is not appropriate for Trac, but I'm assigning it to the php port maintainers and they can decide.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25714

    • Property Cc jwa@… added
    • Property Summary changed from no change after php deprecation from 5.3 to 5.2.13 on Snow Leopard using macport to no change after php downgrade from 5.3 to 5.2.13 on Snow Leopard using macport
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Type changed from submission to defect
    • Property Port php5 php52 added
  • Ticket #25714 – Description

    initial v1  
    11Hello,
    22
    3 I needed to deprecate php from 5.3 to 5.2.13 on Snow Leopard and did the following after installing macports:
     3I needed to downgrade php from 5.3 to 5.2.13 on Snow Leopard and did the following after installing macports:
    44
    5 1) sudo port uninstall php5 (seemed to run quickly with no error)
    6 2) port install php52 +mysql5 +apache2(ran successfuly)
    7 3) port variants php52 (ran and produced the following:
     5 1. sudo port uninstall php5 (seemed to run quickly with no error)
     6 1. port install php52 +mysql5 +apache2(ran successfuly)
     7 1. port variants php52 (ran and produced the following:
    88
    99php52 has the variants:
     10{{{
    1011   apache: Add Apache 1 web server module
    1112     * conflicts with apache2 no_web
     
    4748   tidy: Add Tidy support
    4849   universal: Build for multiple architectures
     50}}}
    4951
    5052At the end of the day, the machine is still running php 5.3. Is there a step I missed?