ports/69464: php4-wddx broken - php4 cannot load wddx.so

Vadim Mikhailov freebsd-bugs at mikhailov.org
Fri Jul 23 07:50:42 UTC 2004


The following reply was made to PR ports/69464; it has been noted by GNATS.

From: Vadim Mikhailov <freebsd-bugs at mikhailov.org>
To: freebsd-gnats-submit at FreeBSD.org, freebsd-bugs at mikhailov.org,
	toomas.aas at 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.



More information about the freebsd-ports-bugs mailing list