Re: [PHP] Re: PHP and SOAP

2002-05-03 Thread Cédric Veilleux
Udo, Could you point us to the SOAP classes you've come accross? I am in the same situation as you are but haven't found much yet. There is indeed a SOAP server class from Manuel available at phpclasses.org, this is the first one I've seen. I haven't found a SOAP client class yet.

Re: [PHP] Upgrading from libmcrypt 2.2.x to 2.4.x

2002-05-02 Thread Cédric Veilleux
ogers wrote: > Hi > Thanks for that info, was just what I needed :) > You can also create $iv with this: > > $iv = pack("a".mcrypt_enc_get_iv_size($td),$iv); > > I use base64_encode() and base64_decode() to store the result and send via > the web. > Tom > > At

[PHP] Upgrading from libmcrypt 2.2.x to 2.4.x

2002-05-02 Thread Cédric Veilleux
Hi, I had an hard time converting my code from mcrypt 2.2.x to 2.4.x. There is a big lack of info about the difference between the two and I could not find anything to help me make the move. My problem was not getting things to work with either version of mcrypt, there are ple