PHP 5.2.1? |
Site Admin
|
--enable-track-vars
removing this will solve your problem. |
||||||||||||
_________________ The PHP IDE team |
|
I seem to be suffering from this also. Originally --enable-track-vars was in the configure so I recompiled without that but it still refuses to load with the same error. Here's the ./configure from phpinfo:-
We're running on a Linux 64 bit platform and we made sure we were using the x86_64 version of the module. Any ideas? tia. (edit: we're using php5.2.5 :-
|
||||||||||||||||
|
|
Solved by recompiling Apache to be non-worker and php without thread safety.
|
||||||||||||
|
Site Admin
|
"thead safety" is an experimental thing in PHP and it's not recommended to use it because many php extensions even included in the PHP source tree are not thradsafe by their design.
Certainly, Apache should be compiled in PreFork more and php threadsafety should be turned off. On the other hand, if you have a lot of plain html/jpg/gif/css/js files on your server, you may get some performance boost if you run Apache in worker mode and php through a fastcgi apache module (still with php threadsafety turned off). |
||||||||||||
_________________ The PHP IDE team |
PHP 5.2.1? |
|
||
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