• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

magic_quotes_gpc off

recompiling ...hm... its a debian package i installed. so where is the nouse of it? :confused:
 
No, don't go recompiling it. It is not a Debian package, it is a SWsoft package supplied especially for internal use by SiteBuilder sites only. So you don't even want to have that one use /etc/php.ini.
 
Originally posted by dirty
> added into my vhost.conf this entry
> php_admin_flag magic_quotes_gpc off

BTW, php changes in vhost.conf should be wrapped with <directory> directive, as well as it is done in domain's httpd.include, i.e.

<Directory /path/to/domain/httpdocs>
php_admin_flag....
php_admin_value....
<Directory>

The trick with <Directory doesn't work, you have to use <DirectoryMatch instead, then it works.

Greets,
Erland.
 
FYI didn't read the whole discussion so might be redundant/pointless.

<Directory /path/to/dir> works fine with me.

phpinfo(); is unreliable. My selinux was keeping PHP from reading it and phpinfo() happily reported it parsed that file and every file in /etc/php.d whilst it did NOT!!
 
Back
Top