Installing SOAP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dhr von der Slahp

    #1

    Installing SOAP

    Hi,

    Anyone got any clues on how to install the SOAP extension in PHP 5.2.0? Do I
    have to recompile PHP and then reinstall it, or is it simpler than that? Are
    there any URLs that explain the situation?

    Regards,



  • Dhr von der Slahp

    #2
    Re: Installing SOAP

    ps: Are there any other options for using SOAP client services that may be
    compiled into my distro which I may not be aware of?

    Regards,


    "Dhr von der Slahp" <NOSPAM@NOSPAMw rote in message
    news:4608b5f4$0 $7452$5a62ac22@ per-qv1-newsreader-01.iinet.net.au ...
    Hi,
    >
    Anyone got any clues on how to install the SOAP extension in PHP 5.2.0? Do
    I have to recompile PHP and then reinstall it, or is it simpler than that?
    Are there any URLs that explain the situation?
    >
    Regards,
    >
    >
    >

    Comment

    • Toby A Inkster

      #3
      Re: Installing SOAP

      Dhr von der Slahp wrote:
      Anyone got any clues on how to install the SOAP extension in PHP 5.2.0? Do I
      have to recompile PHP and then reinstall it, or is it simpler than that? Are
      there any URLs that explain the situation?
      Which extension? There are several different ways of doing SOAPy things.
      I'd recommend the SOAP package in PEAR:



      If you've got access to the command-line PEAR tool then you can install it
      by running:

      pear install SOAP

      If not, just download it, uncompress it and start using it. It's written
      in PHP, so you don't need to do any compiling.

      --
      Toby A Inkster BSc (Hons) ARCS
      Contact Me ~ http://tobyinkster.co.uk/contact
      Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

      * = I'm getting there!

      Comment

      • Adam Harvey

        #4
        Re: Installing SOAP

        On Wed, 28 Mar 2007 02:16:15 -0800, Dhr von der Slahp wrote:
        Anyone got any clues on how to install the SOAP extension in PHP 5.2.0? Do I
        have to recompile PHP and then reinstall it, or is it simpler than that? Are
        there any URLs that explain the situation?
        If you compiled PHP from source, then it should be as simple as adding
        --enable-soap to the configure options and rebuilding. If you're using
        binary packages, then it will depend on the distro -- Ubuntu includes the
        SOAP extension by default, for one.

        Adam

        Comment

        Working...