>> >    Ports, but according to php-info :
>> >
>> > './configure' '--enable-versioning' '--enable-memory-limit'
>> > '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php'
>> > '--disable-all' '--with-regex=php' '--with-openssl=/usr'
>> > '--with-openssl-dir=/usr' '--with-apxs=/usr/local/sbin/apxs'
>> > '--prefix=/usr/local' 'i386-portbld-freebsd5.3'
>>
>> I suspect that your php installation does not have session and pcre
>> support.
>>
>> --disable-all removed all default php extensions and you don't have
>> --with-pcre-regex and --enable-session
>>
>> SquirrelMail should break on login page with session_id() function
>> errors.
>>
>> Rebuild your php install with session and pcre support. Make sure that
>> mod_php4 is rebuilt too. Or explain why configure line does not show
>> extensions required by squirrelmail and you are still able to use it.
>>
>       Sorry, I forgot :
>
> extensions.ini:
>
> extension=pcre.so
> extension=gettext.so
> extension=mbstring.so
> extension=mhash.so
> extension=session.so
> extension=mysql.so
> extension=bz2.so
> extension=gd.so
> extension=pdf.so
> extension=zlib.so
> extension=mcrypt.so
> extension=xml.so
>>
>> >> list of php configuration changes?
>> >>
>> >    php.ini :
>> >
>> > file_uploads = On
>> > session.auto_start = 1
>>
>> when you diagnose problem next time - undo your custom changes.
>>
>       What custom changes?

I can reproduce "Warning: Unknown(): Your script possibly relies on a
session side-effect which existed until PHP 4.2.3." error only if I enable
session.auto_start. I think this means that session.auto_start=1 is not
solution to your problems or we have to fix something in squirrelmail.

-- 
Tomas


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to