From: Stuart F. <stu...@gr...> - 2006-10-14 21:54:56
|
Is Rlib compatible with php5? I get these errors when I try to compile it. I'm compiling on OSX as I'm doing some tests on Symfony on that platform but it will run eventually on Linux with php5 and mysql. environment.c: In function 'rlib_php_resolve_memory_variable': environment.c:30: error: 'tsrm_ls' undeclared (first use in this function) environment.c:30: error: (Each undeclared identifier is reported only once environment.c:30: error: for each function it appears in.) environment.c: In function 'rlib_php_write_output': environment.c:65: error: 'tsrm_ls' undeclared (first use in this function) make[3]: *** [environment.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Any help would be gratefully appreciated. Regards Stuart |