Opened 11 years ago
Closed 11 years ago
#39178 closed defect (invalid)
php54 and missing calendar support
Reported by: | syr1@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | php54 |
Description
I've recently installed php 5.4 using "sudo port install php54". Now, I receive errors from PHP such as "Call to undefined function easter_date()". It seems the flag --enable-calendar has been forgotten. Please correct it...
Change History (2)
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Keywords: | php 5.4 removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Priority: | High → Normal |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Calendar functions are a separate PHP extension. php54 and the other PHP SAPI ports deliberately don't include most extensions; they're in separate ports so that you can install the ones you need and avoid installing the ones you don't need. For php54, calendar functions are in the php54-calendar port (sudo port install php54-calendar
).
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainer(s) and do not set the Priority field.