Changes between Initial Version and Version 1 of Ticket #38760


Ignore:
Timestamp:
Apr 11, 2013, 4:28:36 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38760

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Resolution changed from to invalid
  • Ticket #38760 – Description

    initial v1  
    33Looking at the portfile, it seems that these configure args are supposed to be appended.
    44
    5 https://trac.macports.org/browser/trunk/dports/lang/php/Portfile#L749
     5browser:trunk/dports/lang/php/Portfile#L749
    66
    77Is there something I should do to get the portfile to actually append these args?