On Tuesdayen den 21 May 2002 22.48, Christian Belisle wrote: > On Tue, 2002-05-21 at 16:38, Alexander Skwar wrote: > > So sprach Christian Belisle am 2002-05-21 um 20:15:59 +0200 : > > > - add temporary --with-xmlrpc... extension don't want to work > > > correctly. - add include_path in php.ini > > > > I wondered when you would add this sugestion I made before php 4.2.0. > > How about also moving the pear stuff to /usr/lib/php/PEAR? > > > > And did you also move the "extension=recode.so" line to the beginning? > > I'm doing all this for 4.2.1
It's fixed in my package. Like this: ;UNIX Extensions ; It seems recode needs to be loaded before imap and mysql. ; Load it first to be sure... (Oden Eriksson) extension = recode.so ; Likewise it seems reasonable to load openssl before ; curl, imap, snmp, etc. (Oden Eriksson) ;extension = openssl.so [snip] ; It seems pspell needs to be loaded last. (Oden Eriksson) extension = pspell.so -- Regards // Oden Eriksson
