*** empty log message ***
authorZeev Suraski <zeev@php.net>
Mon, 19 Jul 1999 17:58:51 +0000 (17:58 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 19 Jul 1999 17:58:51 +0000 (17:58 +0000)
LICENSE
makedist

diff --git a/LICENSE b/LICENSE
index cbd916fb006c7ba51a67506e24f33eeb9a1b9fd9..680014c6839f59b8ea5192620110258b96908d85 100644 (file)
--- 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.
 
 
index 54ac620387f34c640412678a7ec0d2fc141337e2..a9acc6c4e089dacc193b205b606d284e1a9898e2 100755 (executable)
--- 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