ID:               45802
 User updated by:  cees at connectcase dot nl
 Reported By:      cees at connectcase dot nl
 Status:           Bogus
 Bug Type:         *Configuration Issues
 Operating System: Linux
 PHP Version:      5.2CVS-2008-08-12 (CVS)
 New Comment:

Johannes,

magic quotes are OFF in both cases (no way of changing that: shared
hosting). Believe me, I have consulted the manual and the section on
magic_quotes_gpc. Could not find any connection with the AddHandler.

In other words, this behaviour is by default and not a bug?


Previous Comments:
------------------------------------------------------------------------

[2008-08-12 19:42:53] [EMAIL PROTECTED]

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

look for magic_quotes_gpc

------------------------------------------------------------------------

[2008-08-12 19:30:32] cees at connectcase dot nl

Description:
------------
Adding the following to your .htaccess file:

"AddHandler application/x-httpd-php .php"

parses all php files correctly regarding "slash-involved" functions
like addslashes, mysql_real_escape_string etc.:

addslashes("O'Brien") results in "O\'Brien" (as it should be?)

Adding the 5 to the PHP handler to your .htaccess file :

"AddHandler application/x-httpd-php5 .htm .html .php"

results in 2 extra slashes.

addslashes("O'Brien") results in "O\\\'Brien".

I have searched for bugreports AND all over the Internet for an
explanation (or at least someone who experienced the same). No such
luck.





------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45802&edit=1

Reply via email to