php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40380 addslashes does not work when magic_quotes_sybase=On
Submitted: 2007-02-07 07:36 UTC Modified: 2007-02-07 09:06 UTC
From: iamchinason at 163 dot com Assigned:
Status: Not a bug Package: Output Control
PHP Version: 5.2.1RC4 OS: windows2003
Private report: No CVE-ID: None
 [2007-02-07 07:36 UTC] iamchinason at 163 dot com
Description:
------------
when magic_quotes_sybase=On in PHP.ini and call addslashes function in php page,get a wrong result.As if the addslashes function does not work as it should be when magic_quotes_sybase=On.


Reproduce code:
---------------
<?php
echo addslashes("'\\\"\0");
?>



Expected result:
----------------
\'\\\"\0

Actual result:
--------------
''\"\0 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 09:01:29 2024 UTC