On Sundayen den 19 May 2002 10.52, Alexander Skwar wrote: > So sprach Oden Eriksson am 2002-05-19 um 12:06:48 +0200 : > > On Saturdayen den 18 May 2002 22.54, Alexander Skwar wrote: > > > Hi! > > > > > > Why does php-mysql conflict with php-recode? Both can be used at the > > > same time just fine, if they are listed in the correct order. > > > > > > Could the conflict please be removed? > > > > If you look at the latest php.ini, where would you place recode.so then? > > As the very first of the extentions. Or rather, at least before > mysql.so. Yes, this would break the nice alphabetical order, but... > > Something like this: > > ;;;;;;;;;;;;;;;;;;;; > ;; UNIX extension ;; > ;;;;;;;;;;;;;;;;;;;; > > ;; NOTE: If the recode extension as well as the mysql extension > ;; is to be loaded, the recode.so extension MUST be loaded BEFORE > ;; mysql.so! > > ;extension=recode.so > ;extension=mysql.so > > Alexander Skwar
Not true... Using the latest php stuff I just tried this and the only way I could keep php from segfaulting with the recode extensions loaded was this: extension = recode.so extension = imap.so I started by putting "extension = recode.so" as the first extension loaded, and gradually moved this line down until php segfaulted. Can you verify this too? But to really play safe I think we should put recode as the first extension loaded, what do you think? Anyway we have now pinpointed the problem, I will remove the conflict and maybe Christian Belisle can make a new php package? -- Regards // Oden Eriksson
