Menu

#3 self contained extension with autoconf support

open
nobody
None
5
2004-09-03
2004-09-03
No

Hi,

I've added autoconf support for extension. Now you can
build the soap extension without the php source thee
(self contained extension). This patch apply to the
last cvs three.
It's working under Linux with PHP 4.3.4 and Apache.
To apply this patch checkout the last cvs tree :
$ cvs
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpsoaptoolkit
login
$ cvs -z3
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpsoaptoolkit
co ext
$ cd ext/soap
$ patch -p1 < self-contained-extension-with-autoconf.patch
$ ./configure
$ make
$ make install
$ php -m | grep soap
soap

Now the soap extension is more easy to install under Unix.

Thanks

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.