From: Zeev Suraski Date: Sat, 17 Jul 1999 10:15:42 +0000 (+0000) Subject: Dummies X-Git-Tag: php-4.0b1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51aa31b671480b2957b3c50a31de875bd49920d2;p=php Dummies --- diff --git a/ext/bcmath/number.c b/ext/bcmath/number.c new file mode 100644 index 0000000000..411557a2eb --- /dev/null +++ b/ext/bcmath/number.c @@ -0,0 +1,3 @@ +#include "number.h" + +/* dummy file */ diff --git a/ext/bcmath/number.h b/ext/bcmath/number.h new file mode 100644 index 0000000000..871048f23d --- /dev/null +++ b/ext/bcmath/number.h @@ -0,0 +1,6 @@ +#ifndef _BCMATH_H +#define _BCMATH_H + +/* dummy file */ + +#endif