
Installing the SyncML module requires you to rebuild you PHP installation.
Copy the php_sml_wrapper directory to the PHP source directory into the
ext-directory and rename it to syncml:  php-4.x.x/ext/syncml/

Building the extension requires the following software:
    PHP
    GNU autoconf
    GNU automake
    GNU libtool
    GNU m4

Run ./buildconf to rebuild the configuration script to add the module.
Run ./configure [--with-syncml] and any other options you may require; then
build and install php.
