Opened 12 years ago

Closed 12 years ago

#35213 closed defect (fixed)

php-APC: wrong version

Reported by: robsonpeixoto@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: php-APC

Description

On phpinfo(); show apc version 3.1.9, but a have 3.1.10 installed.

On PECL the version 3.1.10 is showed as beta.

Change History (4)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: php removed
Owner: changed from macports-tickets@… to ryandesign@…

Exactly which PHP ports do you have installed, and which PHP is being used when you are calling phpinfo()?

There are two separate PHP worlds in MacPorts right now: the old php5 world, and the new php53/php54 world. The old php5 ports will go away once everything has been updated to use the new php53/php54 ports.

The old php5-apc port is at version 3.1.9. That is the latest stable version.

The new php53-APC/php54-APC ports are at version 3.1.10. That is a beta version, but it was necessary to update to 3.1.10 because that is the first version with PHP 5.4 support.

comment:2 Changed 12 years ago by robsonpeixoto@…

I'm using php53-APC.

$ port installed php53-APC
The following ports are currently installed:
  php53-APC @3.1.10_0 (active)

But are showing the version 3.1.9 on phpinfo(); I'd like to use the version 3.1.10. Curiously the if I run:

$ echo '<?php phpinfo(); ?>' | /opt/local/bin/php54  | grep apc -n3
87-
88-Configuration
89-
90:apc
91-
92-APC Support => disabled
93-Version => 3.1.9

The same for

$ echo '<?php phpinfo(); ?>' | /opt/local/bin/php53  | grep apc -n3
90-
91-Configuration
92-
93:apc
94-
95-APC Support => disabled
96-Version => 3.1.9

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Status: newassigned

Ha. I see that too. Looks like the developers simply forgot to change the version number before publishing version 3.1.10.

comment:4 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Fixed in r95568. Thanks for reporting this.

Note: See TracTickets for help on using tickets.