Ok i've found it !
I hould use "php_flag" instead of "php_value" and now it work fine !!
Many thanks ...
Alain DESEINE.
Alain Deseine wrote:
>
>
> Faeton wrote:
>
>> Hello Alain,
>>
>> In httpd.conf (or .htaccess) you can make:
>>
>> php_value magic_quotes_gpc On
>> php_value magic_quotes
Faeton wrote:
> Hello Alain,
>
> In httpd.conf (or .htaccess) you can make:
>
> php_value magic_quotes_gpc On
> php_value magic_quotes_sybase On
>
> Yeah, just like that :)
>
I just do that in the httpd.conf, restart apache and then invoke the php
function phpinfo(); but it seem that the
Hello Alain,
In httpd.conf (or .htaccess) you can make:
php_value magic_quotes_gpc On
php_value magic_quotes_sybase On
Yeah, just like that :)
AD> magic_quotes_gpc= On
AD> magic_quotes_sybase = On
AD> The problem is that if i modify the php.ini file the other applications
AD> wil
Hi,
I got a linux server with many domain names using PHP and various
Database. Theses applications exists and were developped with this
settings in php.ini :
magic_quotes_gpc= Off
magic_quotes_runtime
= Off
magic_quotes_sybase = Off
Now for a new application using a sybase serve
4 matches
Mail list logo