Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    PHP Programming

    Disable Soap Client and Soap Server in php5


    How can i disable soap client and server for php5, reason is that i've got NuSOAP (which i must use) and its classes clash with that of PHP5.  My php configuration (when using <phpinfo()> displays soap client and server enabled for php5.  I need to disable if ..amd looking into the configs..to see how

    cheers

    ---------------------------------
    Ahhh...imagining that irresistible "new car" smell?
     Check outnew cars at Yahoo! Autos.

    I think the only way, and I really hope I'm mistaken, is to recompile php
    with "--disable-soap".
    I don't think you can do it from php.ini.

    --
    itoctopus - http://www.itoctopus.com

    "Don Don" <progw@yahoo.com> wrote in message

    news:507841.68349.qm@web56407.mail.re3.yahoo.com...

    I guess i installed php using apt-get along with the necessary modules e.g. soap etc, is it then the case of removing the soap library ? I dont want soap removed but just disabled.  Am not really sure if that will work.

    itoctopus <newsgr@itoctopus.com> wrote: I think the only way, and I really hope I'm mistaken, is to recompile php

    with "--disable-soap".
    I don't think you can do it from php.ini.

    --
    itoctopus - http://www.itoctopus.com
    "Don Don"

     wrote in message

    news:507841.68349.qm@web56407.mail.re3.yahoo.com...
    > How can i disable soap client and server for php5, reason is that i've got
    > NuSOAP (which i must use) and its classes clash with that of PHP5.  My php
    > configuration (when using

     displays soap client and server

    > enabled for php5.  I need to disable if ..amd looking into the configs..to
    > see how

    > cheers

    > ---------------------------------
    > Ahhh...imagining that irresistible "new car" smell?
    > Check outnew cars at Yahoo! Autos.

    --
    PHP General Mailing List (http://www.php.net/)
    To unsubscribe, visit: http://www.php.net/unsub.php

    ---------------------------------
    Ahhh...imagining that irresistible "new car" smell?
     Check outnew cars at Yahoo! Autos.

    -----------------------------------------------Reply-----------------------------------------------

    Don Don wrote:
    > How can i disable soap client and server for php5, reason is
    > that i've got NuSOAP (which i must use) and its classes clash
    > with that of PHP5.  My php configuration (when using
    > <phpinfo()> displays soap client and server enabled for php5.
    >  I need to disable if ..amd looking into the configs..to see how

    > cheers

    I also use NuSOAP with PHP5, all I did is edit nusoap.php and rename the
    class "soapclient" to "soap_client".

    -----------------------------------------------Reply-----------------------------------------------

    On Wed, May 9, 2007 8:27 am, Brad Fuller wrote:
    > Don Don wrote:
    >> How can i disable soap client and server for php5, reason is
    >> that i've got NuSOAP (which i must use) and its classes clash
    >> with that of PHP5.  My php configuration (when using
    >> <phpinfo()> displays soap client and server enabled for php5.
    >>  I need to disable if ..amd looking into the configs..to see how

    >> cheers

    > I also use NuSOAP with PHP5, all I did is edit nusoap.php and rename
    > the
    > class "soapclient" to "soap_client".

    It depends how "smart" apt-get is gonna be, but you might try:
    uninstall soap
    uninstall php
    re-install php FIRST
    re-install SOAP

    Since PHP will think SOAP was not there, it won't add in the PHP SOAP
    stuff.

    If apt-get is "smart" and figures out that you wanted SOAP + PHP
    because you already have PHP, you have no choice but to compile from
    source and choose what you want, instead of taking whatever apt-get
    feels like giving you.

    --
    Some people have a "gift" link here.
    Know what I want?
    I want you to buy a CD from some indie artist.
    http://cdbaby.com/browse/from/lynch
    Yeah, I get a buck. So?

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc