diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-19 17:58:51 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-19 17:58:51 +0000 |
commit | e19abb96dd9a4727456b27db98fd808d0f2e1528 (patch) | |
tree | 2561ad01f2a31447e5c89b03022909eb12894c32 | |
parent | 8a9d0fa9eb46c06a771d07140ef35e7320347ce8 (diff) | |
download | php-git-e19abb96dd9a4727456b27db98fd808d0f2e1528.tar.gz |
*** empty log message ***
-rw-r--r-- | LICENSE | 4 | ||||
-rwxr-xr-x | makedist | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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. @@ -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 |