From: Zeev Suraski Date: Mon, 19 Jul 1999 17:58:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e19abb96dd9a4727456b27db98fd808d0f2e1528;p=php *** empty log message *** --- 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