Ticket #23329 (closed enhancement: invalid)
PHP52 variant for phpMyAdmin
| Reported by: | schalk@… | Owned by: | alakazam@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | phpmyadmin |
Description
I would like to request a PHP52 variant for install of phpMyAdmin. Currently, PHP can be installed as PHP5 (5.3) or PHP52 (5.2) from macports because of the changes in 5.3. For those of us running PHP52 it would be cleaner to have a +php52 variant which would not install the php5-* dependencies and php5 (which then overwrites the libphp5.so file).
Change History
comment:1 Changed 3 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to alakazam@…
comment:2 Changed 3 years ago by alakazam@…
- Status changed from new to closed
- Resolution set to invalid
The only dependencies declared by the phpmyadmin port are
depends_run port:php5-gd \
port:php5-mbstring \
port:php5-mcrypt \
port:php5-mysql \
port:php5-zip
which means if these extensions can be installed with php52, then phpmyadmin will automatically "be installed with php52". Please open tickets for the libs that do not behave as expected if that is the case. Thanks !
Note: See
TracTickets for help on using
tickets.

