Hi,
sorry for my poor english. We using MediaWiki with a pop/imap tunnel via MyAuthplugin. It works. MediaWiki (http://wikipedia.sf.net/): 1.4.7 PHP (http://www.php.net/): 4.3.3 (apache2handler) MySQL (http://www.mysql.com/): 4.0.15-log
Looks like: function authenticate( $username, $password ) { return imap_open("{127.0.0.1:10110/POP3}", "$username", "$password"); }
Tunnel und wiki running fine. If we try to update to 1.4.10 or greater we cant authenticate, failure: imap_open(): Couldn't open stream {127.0.0.1:10110/POP3} in <b>/var/www/html/wiki3/extensions/MyAuthPlugin.php
It is checked 10 times, tunnel works, settings are the same and so on.
Any ideas whats wrong?
regards and thank
mediawiki-l@lists.wikimedia.org