phanto Thu Jan 16 17:08:00 2003 EDT Modified files: /php4/ext/bcmath/libbcmath/src config.h Log: revert previous commit Index: php4/ext/bcmath/libbcmath/src/config.h diff -u php4/ext/bcmath/libbcmath/src/config.h:1.4 php4/ext/bcmath/libbcmath/src/config.h:1.5 --- php4/ext/bcmath/libbcmath/src/config.h:1.4 Thu Jan 16 16:52:06 2003 +++ php4/ext/bcmath/libbcmath/src/config.h Thu Jan 16 17:08:00 2003 @@ -1,7 +1,3 @@ -#include <string.h> -#include "zend.h" -#include "zend_alloc.h" - #if PHP_WIN32 #include "../../../../main/config.w32.h" #elif defined(NETWARE) @@ -9,3 +5,7 @@ #else #include "php_config.h" #endif + +#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