Changes between Initial Version and Version 2 of Ticket #30661


Ignore:
Timestamp:
Aug 9, 2011, 12:55:12 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30661

    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #30661 – Description

    initial v2  
    11The classes provided by the SOAP PHP extension are not available on cgi, but are available in the command line binary. Both are using the same php.ini. The soap extension shows in the phpinfo() for the command line, but not fastcgi. php throws no errors in fastcgi until i try to instantiate a class provided by the SOAP extensions. I recompiled both php5 and php5-soap. I am running the following versions:
    22
     3{{{
    34php5 @5.3.6_0+fastcgi+pear
    45php5-soap @5.3.6_0
    56lighttpd @1.4.28_0+cml+ssl
     7}}}
    68
    79Could the SOAP extension not be compiling for the fastcgi binary?