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
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

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

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

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

2009-03-19 Thread Karel Kozlik
* classes. The change should be only in the main DataLayer class. I was thinking about __call() method, but I do not know how to deal with the $this in dynamicaly appended functions. I need somehow make to $this in these functions reference to instance of DataLayer class. Any ideas? many t

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 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 Ma

Re: [PHP] imap_mail_compose not working

2006-03-16 Thread Karel Kozlik
need it again it not work. Karel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] imap_mail_compose not working

2006-03-15 Thread Karel Kozlik
nd php5 on windows but with no success. Any ideas what may be wrong? regards Karel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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&#

Re: [PHP] Performance issues

2002-12-12 Thread KaReL
AD4119E4200D0B720FA3F0241E995@BOOTROS... > Hi Karel, > > > mysql entries: at least 2M > > php code: at least 1M lines > > More than a million lines of code? That's a *big* app. > > > And now we are experiencing a really heavy > > load on the server. (no root a

[PHP] Performance issues

2002-12-12 Thread KaReL
I'm having a lot of trouble with loading times... Let me explain in detail: I've a full & huge coded website based upon a mysql database... mysql entries: at least 2M php code: at least 1M lines (longest file about 25k, without includes) about 2 months ago we resetted the entire database and re

[PHP] create object from variable class.

2002-07-24 Thread Karel de groot
Is it possible to create an object from a clas which name is in a variable. Example: (doesn't work) $object = new ${$classname}; -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php