Bug#586697: [php-openid] examples containts dl function

2010-06-22 Thread Jan Hauke Rahm
severity 586697 minor forwarded 586697 http://github.com/openid/php-openid/issues/#issue/10 tag 586697 + upstream thanks Hi Ivan, thanks for your interest in php-openid and your bug report! On Mon, Jun 21, 2010 at 10:07:13PM +0400, Ivan Borzenkov wrote: > in php 5.3 function dl produce fatal err

Bug#586697: [php-openid] examples containts dl function

2010-06-21 Thread Ivan Borzenkov
Package: php-openid Version: 2.2.1-1 Severity: normal in php 5.3 function dl produce fatal error in examples - setup server $sqlite_found = false; if (extension_loaded('sqlite') || @dl('sqlite.' . PHP_SHLIB_SUFFIX)) { $sqlite_found = true; } $mysql_found = false;