[resolved] pls confirm dbg WILL NOT wrk with zts. |
|
Other phpinfo() settings:
Looks like Thread Safety is enabled - I ran across a post that indicated this can be problematic. Is this my issue? |
||||||||||||||
|
|
In desperation, I even commented out the existing Zend ts lines and tried putting this into my php.ini:
At least this kicks me an error (=more information):
Again, my assumption is that this has something to do with thread safety. ANYONE have ANY ideas? |
||||||||||||||||
|
Veteran
|
We think the problem is because you are using
--enable-maintainer-zts' Please try recompiling w/o it. Thanks! |
||||||||||||
|
|
1st - thanks for the response.
Is there a php.ini setting that disables --enable-maintainer-zts? Again - I am using a SHARED server - not gonna be able to easily recompile with the options I like. Thanks in advance, |
||||||||||||
|
Site Admin
|
Kevin,
You're right. You don't need zts under any linux/unix until want to get troubles with stability in almost all php extensions. Although the extensions themselves are threadsafe, it's known that only a few of them are using thread-safe 3rd party libraries. Don't forget to run make clean or better unpack fresh php sources before running configure without zts argument. Regarding php settings, no zts can't be turned off after php is compiled. It's a compile-time switch that changes php binary in many ways. |
||||||||||||
Last edited by dmitri on Mon Jun 02, 2008 8:58 am; edited 2 times in total _________________ The PHP IDE team |
|
Thanks - that was all I was looking for.
Pls Consider this RESOLVED |
||||||||||||
|
[resolved] pls confirm dbg WILL NOT wrk with zts. |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by