sniper Sat Nov 29 08:33:35 2003 EDT
Modified files:
/php-src configure.in
/php-src/ext/bcmath .cvsignore
/php-src/ext/bcmath/libbcmath/src bcmath.h
Log:
- Fixed bug #26462 (phpize + ext/bcmath -> compile error)
Index: php-src/configure.in
diff -u php-src/configure.in:1.477 php-src/configure.in:1.478
--- php-src/configure.in:1.477 Wed Nov 12 18:43:46 2003
+++ php-src/configure.in Sat Nov 29 08:33:33 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.477 2003/11/12 23:43:46 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.478 2003/11/29 13:33:33 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1223,13 +1223,6 @@
REDO_ALL=yes
fi
-if test ! -f $srcdir/ext/bcmath/number.c; then
- echo "creating number.c"
- echo "/* Dummy File */" > $srcdir/ext/bcmath/number.c
- echo "creating number.h"
- echo "/* Dummy File */" > $srcdir/ext/bcmath/number.h
-fi
-
################################################################
# Create configuration headers
#
Index: php-src/ext/bcmath/.cvsignore
diff -u php-src/ext/bcmath/.cvsignore:1.11 php-src/ext/bcmath/.cvsignore:1.12
--- php-src/ext/bcmath/.cvsignore:1.11 Sat Apr 20 05:29:51 2002
+++ php-src/ext/bcmath/.cvsignore Sat Nov 29 08:33:33 2003
@@ -1,6 +1,16 @@
-number.h
-number.c
*.lo
*.la
.deps
-COPYING
+*.plg
+*.opt
+*.ncb
+*.dsw
+Release
+Release_inline
+Debug
+Release_TS
+Release_TSDbg
+Release_TS_inline
+Debug_TS
+Release_TS_SSL
+Debug_TS_SSL
Index: php-src/ext/bcmath/libbcmath/src/bcmath.h
diff -u php-src/ext/bcmath/libbcmath/src/bcmath.h:1.6
php-src/ext/bcmath/libbcmath/src/bcmath.h:1.7
--- php-src/ext/bcmath/libbcmath/src/bcmath.h:1.6 Sun Feb 16 22:07:32 2003
+++ php-src/ext/bcmath/libbcmath/src/bcmath.h Sat Nov 29 08:33:34 2003
@@ -53,8 +53,7 @@
} bc_struct;
#include "php.h"
-#include "ext/bcmath/php_bcmath.h"
-
+#include "../../php_bcmath.h"
/* The base used in storing the numbers in n_value above.
Currently this MUST be 10. */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php