hi guys this has caused me lots of headaches , i would like to address some
issues, first i have tried to compile sablot xslt into php , i had major
dramas with that , as the configure script seem to ignore the path i set to
sablot , and was using the predefined path, so i had to edit both the xslt
and inconv paths, i also had to comment out the version checking for sablot
as i know i have 0.96 but it kept exiting stating that it required 0.96,
further look into this and i found a statement like so

if (version >= 0.96){
    exit(1);
}
i commented this out
shouldnt it be the other way round ? anyway with the xslt bugs modified to
configure my next issue was with gd, i have downloaded gd 2.0.8 , boutell
had a 4.2.3 patch but he says he was informed it has been patched in the
latest cvs as his patch would not work on my version , unfortunatly that is
not the case , i had to manually string replace gd.h to change the class
functions free to gd_free, now that i got that all working and compiled fine
, i go to use my class scripts again i am now getting annoying errors
stating that the function cannot be found, the script works on another
server and it was working before, so why is it not working now ? i am
referencing the functions like so $this->_encrypt(); but i dont think it
understands this anymore , can anyone shed some light on that is this a bug
?

i would like to take part in the development team somehow i have some c
experience having to modify these files all the time , let me know how i can
take part thanks.



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to