From: Evan R. <eva...@gm...> - 2006-05-01 21:04:37
|
ah, then you heard the man, Miles. yank out all those publics, there should be 3 of them, and hopefully it works. for the line we mentioned, change public to var, like this... var $vals =3D array(); /evan On 5/1/06, Kevin <ke...@dr...> wrote: > > > hrmm, i think php4 has trouble typing the only var in the class as an > > array. > > > > go into that file, change the line... > > public $vals =3D array(); > > ...to simply... > > public $vals; > > PHP4 doesn't use the public, private, protected, static keywords for clas= s > methods or data members. That's the cause of the error. > > > -- > Kevin > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |