Re: [PHP] PHP SOAP Using SAML

2009-06-22 Thread Karel Kozlik
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

Re: [PHP] dynamicaly append method to class - workaround for aggregate_methods()

2009-03-20 Thread Karel Kozlik
a 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

Re: [PHP] dynamicaly append method to class - workaround for aggregate_methods()

2009-03-20 Thread Karel Kozlik
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 more. So I would like

[PHP] dynamicaly append method to class - workaround for aggregate_methods()

2009-03-19 Thread Karel Kozlik
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).

Re: [PHP] imap_mail_compose not working

2006-03-16 Thread Karel Kozlik
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

[PHP] Re: Can I specify alternative php.ini in httpd.conf

2006-03-16 Thread Karel Kozlik
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

Re: [PHP] imap_mail_compose not working

2006-03-16 Thread Karel Kozlik
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

[PHP] imap_mail_compose not working

2006-03-15 Thread Karel Kozlik
Hi All, function imap_mail_compose() not working on my server. This script: ? $envelope[From]=[EMAIL PROTECTED]; $envelope[To]=[EMAIL PROTECTED]; $part1[type]=TYPEMULTIPART; $part1[subtype]=mixed; $part2[type]=TYPETEXT; $part2[subtype]=plain;

[PHP] what is better for performance?

2005-12-06 Thread Karel Kozlik
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