Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23548 closed defect (fixed)

ZendFramework needs php5-iconv dependency

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: nerdling (Jeremy Lavergne)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: ZendFramework

Description

ZendFramework needs a dependency on the php5-iconv port:

Fatal error: Call to undefined function iconv_strlen() in /opt/local/www/ZendFramework/library/Zend/Validate/StringLength.php on line 236

It may need other PHP extensions as well; I haven't checked the docs yet.

Change History (4)

comment:1 Changed 14 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:2 Changed 14 years ago by nerdling (Jeremy Lavergne)

The documentation shows that there are various extensions needed for various parts of the framework—if you use them.

I'm going to make it require all that it can by default, and then all of as a variant (for users who want to manually enable/disable extension combinations).

comment:3 Changed 14 years ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: assignedclosed

Extensions added in r63413 as well as variant to disable them.

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

Hoo, boy, you're right, that is a lot of dependencies. :)

Note: See TracTickets for help on using tickets.