#38760 closed defect (invalid)
php53 openssl extension
Reported by: | joel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | php53 php53-openssl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I have both php53 and php53-openssl installed. When I issue phpinfo() from a script, I expected to see "--with-openssl" in the configure command. Yet, I don't see it (though I do see other references to openssl later in the page).
Looking at the portfile, it seems that these configure args are supposed to be appended.
browser:trunk/dports/lang/php/Portfile#L749
Is there something I should do to get the portfile to actually append these args?
Change History (2)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You will not see those configure args listed in phpinfo() because the listed configure args are for the base php executable or library only; extra modules that are installed as separate ports, like php53-openssl, are compiled as separate loadable plugins, and I don't think the arguments with which they were configured are shown to you anywhere by php.
As long as you see an "openssl" section in phpinfo(), which should show "OpenSSL support enabled", everything should be fine. Also of course you can just test whether openssl functions are working properly.