diff options
author | foobar <sniper@php.net> | 2001-08-19 06:39:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-08-19 06:39:13 +0000 |
commit | fd4de85836ff4c1df8190fc5a519f57b2d28ef13 (patch) | |
tree | 84171bc4e6227b2bf61b790398cdce31534d0c98 /ext/fribidi | |
parent | e5bd800aeb2893ac4b6eb2850a031105e5e78fc3 (diff) | |
download | php-git-fd4de85836ff4c1df8190fc5a519f57b2d28ef13.tar.gz |
Added some missing information.
Diffstat (limited to 'ext/fribidi')
-rw-r--r-- | ext/fribidi/CREDITS | 2 | ||||
-rw-r--r-- | ext/fribidi/README | 4 | ||||
-rw-r--r-- | ext/fribidi/php_fribidi.h | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/ext/fribidi/CREDITS b/ext/fribidi/CREDITS index e69de29bb2..d14739ac6e 100644 --- a/ext/fribidi/CREDITS +++ b/ext/fribidi/CREDITS @@ -0,0 +1,2 @@ +FRIBIDI +Onn Ben-Zvi diff --git a/ext/fribidi/README b/ext/fribidi/README index 29e82eb96b..db96b170a4 100644 --- a/ext/fribidi/README +++ b/ext/fribidi/README @@ -35,8 +35,8 @@ Compiling Prerequisites ============= -1) FriBidi must be installed. Latest version can be obtained thru - http://imagic.weizmann.ac.il/~dov/freesw/FriBidi. +1) FriBidi version 0.9.0 or later must be installed. Latest version can be obtained thru + http://fribidi.sourceforge.net/ 2) glib header files: glib.h and glibconfig.h. diff --git a/ext/fribidi/php_fribidi.h b/ext/fribidi/php_fribidi.h index 770288a35a..863199e697 100644 --- a/ext/fribidi/php_fribidi.h +++ b/ext/fribidi/php_fribidi.h @@ -12,8 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: | - | | + | Authors: Onn Ben-Zvi <onn@zend.com> | +----------------------------------------------------------------------+ */ |