Re: [PHP] Parsing serialized PHP arrays in C

2006-10-23 Thread Richard Lynch
On Sat, October 21, 2006 6:25 pm, Kevin Wilcox wrote: ext/standard/var_unserializer.c, and I don't think what will port to a That's pretty much the code I would have pointed you to... Unless you happen to KNOW that all the data inside the arrays is ultimately scaler or something... I suppose

[PHP] Parsing serialized PHP arrays in C

2006-10-21 Thread Kevin Wilcox
I have a feeling this may be the wrong group to ask this question, but I thought that if it is, someone can point me in the right direction. I'm working on a application written in C that needs to parse and understand php arrays that have been serialized and stored in a MySQL table. I started

Re: [PHP] Parsing serialized PHP arrays in C

2006-10-21 Thread Rasmus Lerdorf
Kevin Wilcox wrote: I have a feeling this may be the wrong group to ask this question, but I thought that if it is, someone can point me in the right direction. I'm working on a application written in C that needs to parse and understand php arrays that have been serialized and stored in a