[MacPorts] #38760: php53 openssl extension

MacPorts noreply at macports.org
Thu Apr 11 09:28:36 PDT 2013


#38760: php53 openssl extension
----------------------------------+--------------------------------
  Reporter:  joel@…               |      Owner:  macports-tickets@…
      Type:  defect               |     Status:  closed
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.1.3
Resolution:  invalid              |   Keywords:
      Port:  php53 php53-openssl  |
----------------------------------+--------------------------------
Changes (by ryandesign@…):

 * cc: ryandesign@… (added)
 * status:  new => closed
 * resolution:   => invalid


Old description:

> 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.
>
> https://trac.macports.org/browser/trunk/dports/lang/php/Portfile#L749
>
> Is there something I should do to get the portfile to actually append
> these args?

New description:

 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?

--

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.

-- 
Ticket URL: <https://trac.macports.org/ticket/38760#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list