wez Sun Feb 16 07:46:16 2003 EDT Modified files: /php4/ext/bcmath/libbcmath/src config.h Log: Fix bcmath build under win32. # These problems occur because winsock2.h MUST be included before # windows.h. Index: php4/ext/bcmath/libbcmath/src/config.h diff -u php4/ext/bcmath/libbcmath/src/config.h:1.5 php4/ext/bcmath/libbcmath/src/config.h:1.6 --- php4/ext/bcmath/libbcmath/src/config.h:1.5 Thu Jan 16 17:08:00 2003 +++ php4/ext/bcmath/libbcmath/src/config.h Sun Feb 16 07:46:16 2003 @@ -6,6 +6,7 @@ #include "php_config.h" #endif +#include <php.h> #include <string.h> #include "zend.h" #include "zend_alloc.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php