Index: trunk/extensions/OpenID/README.OpenID-mediawiki-extension |
— | — | @@ -64,21 +64,18 @@ |
65 | 65 | |
66 | 66 | This software has been tested with MediaWiki 1.19 rev. 88135 |
67 | 67 | |
68 | | -The software depends on the OpenIDEnabled.com PHP library for OpenID, which in |
69 | | -turn depends on the OpenIDEnabled.com PHP library for YADIS. At the time of this |
70 | | -writing, info on installing these libraries was available here: |
| 68 | +The software depends on the OpenIDEnabled.com PHP library for OpenID |
| 69 | +https://github.com/Wikinaut/php-openid/tree/mw-extension-openid which in turn |
| 70 | +depends on the OpenIDEnabled.com PHP library for YADIS. This package is called |
| 71 | +"php-openid library". Information: the original homepage for it was |
| 72 | +http://www.openidenabled.com/php-openid/ but this is not maintained any more. |
71 | 73 | |
72 | | - http://www.openidenabled.com/php-openid/ |
| 74 | +The step of downloading and installing is automated by running "make" |
| 75 | +in your extensions folder. |
73 | 76 | |
74 | | -Unfortunately, tt requires patches when running with PHP 5.3.x and later. |
75 | | -The download from the above Url and the patch will be automatically done |
76 | | -when you run "make" (see next section). |
77 | | - |
78 | | -The version tested with is 2.2.2; '''versions below 2.0 will not work'''. |
79 | | - |
80 | 77 | There are also some required PHP extensions; see the OpenIDEnabled documentation |
81 | | -for details. This software has been tested with the gmp and curl PHP extensions |
82 | | -installed, and it's recommended that you install them, too. |
| 78 | +for details. This software has been tested with the gmp, curl, and xml PHP |
| 79 | +extensions installed, and it's recommended that you install them, too. |
83 | 80 | |
84 | 81 | /* FIXME: */ |
85 | 82 | Note that some versions of MediaWiki overwrite the PHP library path in |
— | — | @@ -132,8 +129,8 @@ |
133 | 130 | |
134 | 131 | require_once( "$IP/extensions/OpenID/OpenID.setup.php" ); |
135 | 132 | |
136 | | -Run update.php script in in your MediaWiki maintenance folder to conditionally create |
137 | | -a new table in MediaWiki database as required by the OpenID extension: |
| 133 | +Run update.php script in in your MediaWiki maintenance folder to conditionally |
| 134 | +create a new table in MediaWiki database as required by the OpenID extension: |
138 | 135 | |
139 | 136 | cd $IP/maintenance |
140 | 137 | php update.php |