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
* 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
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 Ma
need it again it not work.
Karel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
12 matches
Mail list logo