|
From: Dominic R. <dl...@ed...> - 2009-09-17 18:04:40
|
Heiko Zuerker wrote: > Quoting Dominic Raferd <dl...@ed...>: > >> the only line I have changed/added was this: >> >> zend_extension = /path/to/ioncube/ioncube_loader_lin_5.2.so >> >> so I guess this is where the trouble lies. But I need ioncube. Maybe in >> DL 1.4RC2 php is built to be 'thread safe' (it is not in 1.4RC1-server)? >> If this is the case I need to use >> >> zend_extension_ts=/path/to/ioncube/ioncube_loader_lin_5.2_ts.so >> > I didn't change any PHP options, so that can't be it. >> therwise I am stuck, although ioncube has a runtime loading option >> (which avoids having to touch php.ini) this is not supported for php 5.2.5+. >> > It may simply be that it doesn't work with the grsec version. > Maybe we can talk Bruce into creating a -server one. ;-) Yeah, that would be very nice Bruce! I tried the _ts option anyway but as expected it doesn't work. I found a page about what may be the same issue here http://forums.grsecurity.net/viewtopic.php?f=3&t=1870. Anyway the solution seems to be take out grsec - at least I hope so! Until then, I'll stick with 1.4RC1. Thanks Heiko for your suggestions. Dominic |