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;
    if (extension_loaded('mysql') ||
        @dl('mysql.' . PHP_SHLIB_SUFFIX)) {
      $mysql_found = true;
    }

    $pgsql_found = false;
    if (extension_loaded('pgsql') ||
        @dl('pgsql.' . PHP_SHLIB_SUFFIX)) {
      $pgsql_found = true;
    }

shut be extension_loaded('...') only

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.35-rc2

Debian Release: squeeze/sid
  500 unstable        mirror.yandex.ru 
  500 unstable        http.us.debian.org 
  500 testing         mirror.yandex.ru 
  500 testing         http.us.debian.org 
  500 testing         dl.google.com 
  500 stable          dl.google.com 
  500 stable          deb.opera.com 
  500 sid             192.168.1.2 
  500 lenny-kees      debian.keesmeijs.nl 
    1 experimental    http.us.debian.org 

--- Package information. ---
Depends        (Version) | Installed
========================-+-===========
php5          (>= 5.2.0) | 5.3.2-1
php5-gmp                 | 5.3.2-1
php5-curl                | 5.3.2-1


Package's Recommends field is empty.

Suggests      (Version) | Installed
=======================-+-===========
php-db                  | 1.7.13-2




Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to