Date: Fri, 23 Jul 2004 07:50:26 GMT From: Vadim Mikhailov <freebsd-bugs@mikhailov.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/69464: php4-wddx broken - php4 cannot load wddx.so Message-ID: <200407230750.i6N7oQwa063822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/69464; it has been noted by GNATS. From: Vadim Mikhailov <freebsd-bugs@mikhailov.org> To: freebsd-gnats-submit@FreeBSD.org, freebsd-bugs@mikhailov.org, toomas.aas@raad.tartu.ee Cc: Subject: Re: ports/69464: php4-wddx broken - php4 cannot load wddx.so Date: Fri, 23 Jul 2004 00:41:12 -0700 Compiling WDDX statically does indeed fix the problem. Since php_options with list of modules is not supported anymore for php4 port (my understanding that php4-extensions is designed for this purpose), I changed /usr/ports/lang/php4/Makefile by hand and added "--enable-wddx" to CONFIGURE_ARGS. Then I did "make deinstall", "make reinstall" and restarted apache2. phpinfo() now shows that WDDX is enabled. Other PHP modules (xml, openssl, zlib, etc) are still loaded dynamically through extension= in php.ini, and everything works fine. This proves that wddx.so is broken.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407230750.i6N7oQwa063822>