mirror of
https://github.com/php/php-src.git
synced 2025-01-25 05:04:20 +08:00
- Fixed bug #26462 (phpize + ext/bcmath -> compile error)
This commit is contained in:
parent
df63bcddda
commit
f7830195c0
@ -1223,13 +1223,6 @@ if test "\$CONFIG_FILES" = "$ALL_OUTPUT_FILES" || test "\$CONFIG_FILES" = " $ALL
|
|||||||
REDO_ALL=yes
|
REDO_ALL=yes
|
||||||
fi
|
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
|
# Create configuration headers
|
||||||
#
|
#
|
||||||
|
@ -53,8 +53,7 @@ typedef struct bc_struct
|
|||||||
} bc_struct;
|
} bc_struct;
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "ext/bcmath/php_bcmath.h"
|
#include "../../php_bcmath.h"
|
||||||
|
|
||||||
|
|
||||||
/* The base used in storing the numbers in n_value above.
|
/* The base used in storing the numbers in n_value above.
|
||||||
Currently this MUST be 10. */
|
Currently this MUST be 10. */
|
||||||
|
Loading…
Reference in New Issue
Block a user