Hi,
take a look to Lasso. They claims it support SAML 2.0.
http://lasso.entrouvert.org/
Karel
Carlos Medina napsal(a):
Hi Anybody,
I am evaluating to use Webservices to solve an knowed Issue. I need to
know, if it is Possible to use SAML 1.0 with PHP 4 or PHP 5 and when
yes, where can i get
ot idea how workaround it.
thanks,
Karel
Jochem Maas napsal(a):
Karel Kozlik schreef:
Hello list!
I am using in my application dynamic method appending to class with
aggregate_methods() function. But this function is no more aviable in
php5 and runkit extension seems not to be maintained any
string containing the
arguments and use eval()? Or is there an another way?
2. Arguments sometimes need to be passed by reference. It seems that
__call() does not support passing arguments by reference :(. So I have
not idea how workaround it.
thanks,
Karel
Jochem Maas napsal(a):
Karel
Hello list!
I am using in my application dynamic method appending to class with
aggregate_methods() function. But this function is no more aviable in
php5 and runkit extension seems not to be maintained any more. So I
would like to replace it with something more common (__call method or so).
chris smith napsal(a):
On 3/16/06, Karel Kozlik <[EMAIL PROTECTED]> wrote:
What version of imap do you have on both servers?
Maybe one is older and has some bugs that have been fixed.
Hi,
phpinfo on both servers reporting:
IMAP c-Client Version: 2001
The strange think i
Khai napsal(a):
Hi All,
I am using php as an apache module. In my httpd.conf, is there a way to
specify which php.ini to use?
Thanks
Khai
Yes, add this line (with your own location of course) to httpd.conf
PHPIniDir "c:/Program Files/Apache Group/php4"
Karel
--
PHP General Mailing List
What version of imap do you have on both servers?
Maybe one is older and has some bugs that have been fixed.
Hi,
phpinfo on both servers reporting:
IMAP c-Client Version: 2001
The strange think is that imap_mail_compose were working on the windows
server few months ago. But now when I need
Hi All,
function imap_mail_compose() not working on my server. This script:
return only one line:
--117491828-5973-1142442255=:332--
altouch when I run this script on another server it correctly return this:
MIME-Version: 1.0
Content-Type: MULTIPART/mixed;
BOUNDARY="-708698681-1804289383-
Hi,
I am just thinking about that what is better for storeing structured
variables in point of view of performance.
Is better store structured variables in associative array, for example:
$person['first_name'] = 'Karel';
$person['last_name'] = 'Kozlik';
$person['address'] = 'somewhere on Eart
9 matches
Mail list logo