rrichards Tue Sep 11 11:25:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bcmath/libbcmath/src bcmath.h Log: MFH: revert config header change http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/libbcmath/src/bcmath.h?r1=1.9.6.1&r2=1.9.6.2&diff_format=u Index: php-src/ext/bcmath/libbcmath/src/bcmath.h diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.1 php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.2 --- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.9.6.1 Sat Sep 8 09:57:22 2007 +++ php-src/ext/bcmath/libbcmath/src/bcmath.h Tue Sep 11 11:25:20 2007 @@ -53,7 +53,7 @@ } bc_struct; #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "php.h"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php