| 
	
 | 
 Posted by Toby A Inkster on 03/27/07 10:46 
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: 
 
	http://pear.php.net/package/SOAP/ 
 
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!
 
  
Navigation:
[Reply to this message] 
 |