summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE4
-rwxr-xr-xmakedist2
2 files changed, 4 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index cbd916fb00..680014c683 100644
--- a/LICENSE
+++ b/LICENSE
@@ -31,10 +31,10 @@ are met:
http://www.php.net/".
6. Permission to freely distribute and use Zend as an integrated
- part of PHP is granted, under the conditions of version 0.90
+ part of PHP is granted, under the conditions of version 0.91
of the Zend License.
The license is bundled with the Zend engine, and is available
- at http://www.zend.com/license/0_90.txt, or by contacting
+ at http://www.zend.com/license/0_91.txt, or by contacting
license@zend.com.
diff --git a/makedist b/makedist
index 54ac620387..a9acc6c4e0 100755
--- a/makedist
+++ b/makedist
@@ -114,6 +114,8 @@ flex -Pzend -ozend-scanner.c -i zend-scanner.l
cd ..
bison -p cfg -d configuration-parser.y -o configuration-parser.c
flex -Pcfg -oconfiguration-scanner.c -i configuration-scanner.l
+echo "/* Dummy File */" > ext/bcmath/number.c
+echo "/* Dummy File */" > ext/bcmath/number.h
#perl -i -p -e 's/\r\n/\n/' *.dsw *.dsp
set +x