Server IP : 202.29.229.35 / Your IP : 3.144.3.100 Web Server : Apache System : Linux aapanel2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : www ( 1001) PHP Version : 5.5.38 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/www.ivecr2.ac.th/stdcard/adodb1/pear/ |
Upload File : |
From: Rich Tango-Lowy (richtl#arscognita.com) Date: Sat, May 29, 2004 11:20 am OK, I hacked out an ADOdb container for PEAR-Auth. The error handling's a bit of a mess, but all the methods work. Copy ADOdb.php to your pear/Auth/Container/ directory. Use the ADOdb container exactly as you would the DB container, but specify 'ADOdb' instead of 'DB': $dsn = "mysql://myuser:mypass@localhost/authdb"; $a = new Auth("ADOdb", $dsn, "loginFunction"); ------------------- John Lim adds: See http://pear.php.net/manual/en/package.authentication.php