Re: [SM-USERS] pgp plugin and php 4.3.10 (was changing the location of squirrelail)

2005-02-01 Thread p dont think
I change my question: is gpg plugin is supporting php version 4.3.10: it seems that this version of php does not accept global definition variable. I can't recover. I tried this kind of solulution: adding to /etc/httpd/conf.d/ssl.conf: php_admin_value register_globals 1 change the following in /et

Re: [SM-USERS] pgp plugin and php 4.3.10 (was changing the location of squirrelail)

2005-01-31 Thread François Patte
Selon Ken Jones <[EMAIL PROTECTED]>: > > > > > I change my question: is gpg plugin is supporting php version > 4.3.10: it > > seems that this version of php does not accept global definition > > variable. > > > > I can't recover. I tried this kind of solulution: adding to > > /etc/httpd/conf.d/ssl

Re: [SM-USERS] pgp plugin and php 4.3.10 (was changing the location of squirrelail)

2005-01-31 Thread Ken Jones
> > I change my question: is gpg plugin is supporting php version 4.3.10: it > seems that this version of php does not accept global definition > variable. > > I can't recover. I tried this kind of solulution: adding to > /etc/httpd/conf.d/ssl.conf: > > > php_admin_value register_globals 1 chang

Re: [SM-USERS] pgp plugin and php 4.3.10 (was changing the location of squirrelail)

2005-01-31 Thread François Patte
I change my question: is gpg plugin is supporting php version 4.3.10: it seems that this version of php does not accept global definition variable. I can't recover. I tried this kind of solulution: adding to /etc/httpd/conf.d/ssl.conf: php_admin_value register_globals 1 without any success...