[PHP] WDDX functions not working!!

2004-10-08 Thread Phil Ewington - 43 Plc
Hi All, I have been running 4.3.4 on a Cobalt RaQ 4 for some months and have been using the WDDX functions with great effect. I have recently moved all our sites to a new server (Linux RedHat ES 3 running PHP 4.3.6) and found that the WDDX functions do not work! No errors just nothing happens. I c

RE: [PHP] WDDX

2004-05-17 Thread Dave Avent
Thats brilliant, but unfortunatly i get the following error: Shared object "libc.so.6" not found Any ideas? Cheers Dave -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 4:54 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] WDDX * Thus wrote

Re: [PHP] WDDX

2004-05-17 Thread Curt Zirzow
* Thus wrote Dave Avent ([EMAIL PROTECTED]): > Hi All, > > Does anyone know if there is a WDDX Class for PHP. I have googled and > checked phpclasses.org. I am unable to recompile my webserver so I cannot > include wddx support that way, so if anyone can help me with any suggestions > I would be v

[PHP] WDDX

2004-05-17 Thread Dave Avent
Hi All, Does anyone know if there is a WDDX Class for PHP. I have googled and checked phpclasses.org. I am unable to recompile my webserver so I cannot include wddx support that way, so if anyone can help me with any suggestions I would be very gratefull Cheers Dave -- PHP General Mailing List

[PHP] wddx in sessions

2003-11-27 Thread Jon Hill
Hi I came across some strange session behaviour today using latest version of php under apache 1.3.29 on redhat 9. I am using a customer handler for the sessions, a simple mysql table. I am finding that the session data intermitently switches to wddx serialisation rather than the deault method

[PHP] WDDX Module for PHP

2003-09-10 Thread Rubal
> I have compiled my apache with WDDX PHP Module using CPanel inbuild > feature.. But nothing seems to be working fine .. It doesn't show me > proper weather ( forcast ) details also it doesn't return me icon > names and because of that i cant see icons also.. When i see PHPInfo > of my Serv

[PHP] php wddx

2003-08-14 Thread Angelo Marcos Rigo
I have a webserver machine with linux apache 2.0 php 4.2.2 with wddx support and a windows machine with iis server wich have a .Net system wich i need to use a authentication system function . I would like to receive information about what requeriments and tutorials to use the .net with my li

[PHP] php + wddx

2003-08-07 Thread Angelo Marcos Rigo
Hi Maybe anybody has passed by this situation : I have a webserver machine with linux apache 2.0 php 4.2.2 with wddx support and a windows machine with iis server wich have a .Net system wich i need to use a authentication system function . I would like to receive information about what req

[PHP] WDDX

2002-04-13 Thread Stuart S
Hello List, I want to use WDDX in PHP but I don't have access to the WDDX module. Does anyone know if there is WDDX serializer/deserializer written in PHP? I've been working on one for about a day now, and it works pretty sweet. I'm relatively new to PHP and don't trust using it in commercial proj

Re: [PHP] WDDX...

2002-01-16 Thread Jimmy
Hi Tony, > I'm doing a website which I want to be easily updated so I made it using > wddx, now I wonder how fast or slow it is? > How many people can connect to my website without seeing any slowdowns? > Anyone knows? I use WDDX in my project to exchange data between application (which is what

[PHP] WDDX...

2002-01-16 Thread Tony Arnold
I'm doing a website which I want to be easily updated so I made it using wddx, now I wonder how fast or slow it is? How many people can connect to my website without seeing any slowdowns? Anyone knows? / Tony... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] WDDX

2001-12-08 Thread Papp Gyozo
To: <[EMAIL PROTECTED]> Sent: Saturday, December 08, 2001 11:57 AM Subject: [PHP] WDDX | Hi EVERYONE! | | I'm running RH7.1 with PHP version 4.04pl1 and | Apache1.3.19-5. A simple php script | tells me that the library is configured with the | '--enable-wddx' and &#x

Re: [PHP] WDDX

2001-12-08 Thread Rouvas Stathis
Browsers discard whatever tags they don't understand. They don't grok WDDX tags, so only the string is displayed. View source and it all should be there. -Stathis. con pulpa wrote: > > Hi EVERYONE! > > I'm running RH7.1 with PHP version 4.04pl1 and > Apache1.3.19-5. A simple php script > tell

[PHP] WDDX

2001-12-08 Thread con pulpa
Hi EVERYONE! I'm running RH7.1 with PHP version 4.04pl1 and Apache1.3.19-5. A simple php script tells me that the library is configured with the '--enable-wddx' and '--with-xml' options. I'm using netscape4.76 and konqueror(kde 2.1.1) browser. Now running a slightly more complicated script fro

Re: [PHP] WDDX and binary data

2001-09-15 Thread Rouvas Stathis
Try base64_(en|de)code. -Stathis. Christopher Heschong wrote: > > Despite the fact that PHP's WDDX functions don't support a "binary" type, > most binary data comes through just fine, and in fact, the WDDX serialize > function can encode certain types of binary data, such as a null > character:

[PHP] WDDX and binary data

2001-09-14 Thread Christopher Heschong
Despite the fact that PHP's WDDX functions don't support a "binary" type, most binary data comes through just fine, and in fact, the WDDX serialize function can encode certain types of binary data, such as a null character: But the deserialize process dos not retain these characters. Is this

Re: [PHP] WDDX recordset data

2001-08-07 Thread Bjorn Van Simaeys
You can find nice documentation for all WDDX functions on php.net: http://www.php.net/manual/en/ref.wddx.php Greetz, Bjorn Van Simaeys www.bvsenterprises.com --- Vikram Vaswani <[EMAIL PROTECTED]> wrote: > Can anyone point me to a resource which explains how > to iterate through > WDDX record

Re: [PHP] WDDX recordset data

2001-08-07 Thread Thies C. Arntzen
On Wed, Aug 08, 2001 at 12:21:30AM +0500, Vikram Vaswani wrote: > Can anyone point me to a resource which explains how to iterate through > WDDX recordsets with PHP? wddx_deserialize()? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP] WDDX recordset data

2001-08-07 Thread Vikram Vaswani
Can anyone point me to a resource which explains how to iterate through WDDX recordsets with PHP? Thanks! Vikram -- I wouldn't recommend sex, drugs, and insanity for everyone, but it works for me. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: [PHP] WDDX Deserialisation problem/bug?

2001-04-23 Thread Andrei Zmievski
PHP WDDX doesn't support recordsets. > I'm using wddx_deserialize($packet) and what I'm getting returned does not > seem right in the slightest > > my code is: > > $values = wddx_deserialize($packet); > > Packet: > fieldNames='Title,des

Re: [PHP] wddx installation

2001-04-18 Thread Markus Maussner
hi... sorry i found the error myself... it shoube be --enable-wddx and not --with-wddx markus Am Mit, 18 Apr 2001 schrieb Markus Maussner: > hi > > i installed php with this "config" on rh6.2.. > './configure' '--with-mysql' '--with-apache=../apache_1.3.19' '--enable-trak-vars' >'--with-xml'

[PHP] wddx installation

2001-04-18 Thread Markus Maussner
hi i installed php with this "config" on rh6.2.. './configure' '--with-mysql' '--with-apache=../apache_1.3.19' '--enable-trak-vars' '--with-xml' '--with-wddx' and a phpinfo(); show me this too... but when i try to use anny wddx function i get this message... Fatal error: Call to undefined fu

[PHP] WDDX Deserialisation problem/bug?

2001-04-18 Thread Darren Beale
Hi I'm using wddx_deserialize($packet) and what I'm getting returned does not seem right in the slightest my code is: $values = wddx_deserialize($packet); Packet: Senior Legal AdviserHead of Litigationblah blah blahblah blah blah234236< /data> when I run wddx_deserialize on my packet, I'm get