Re: [PHP] Custom static extension compilation

2006-06-21 Thread Jochem Maas
sounds like you know more about this stuff than I do, but I thought I might suggest to remove the threadsafe/pthreads/optimization related configure options to see if the problem then goes away... this suggestion is based on the fact that php and threadsafety stuff is kind of 'bleedingedge' ... us

[PHP] Custom static extension compilation

2006-06-21 Thread Artzi, Yoav \(Yoav\)
After trying to compile my custom extension as a dynamic extension, I decided to try to compile it as a static one. I found out that I have to copy the directory with the sources and the config.m4 to the ext directory under the source dir and call ./buildconf --force to rebuild the configure script