php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16222 stripslashes not stripped
Submitted: 2002-03-22 11:03 UTC Modified: 2002-06-03 12:21 UTC
From: jhlavon at email dot cz Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.1.2 OS: W2000
Private report: No CVE-ID: None
 [2002-03-22 11:03 UTC] jhlavon at email dot cz
When I use 'stripslashes' function with next dumped data, on Apache works it, but the same data are not stripped on W2k+IIS5. (This is saved array read from database).

a:35:{s:9:\"FORM_TYPE\";s:4:\"SF01\";s:8:\"FORM_IDX\";s:1:\"1\";s:11:\"FORM_STATUS\";s:1:\"0\";s:10:\"FORM_LOGIN\";s:5:\"admin\";s:9:\"FORM_DATE\";s:6:\"730930\";s:9:\"FORM_TIME\";s:5:\"86034\";s:7:\"SF01S01\";s:1:\"5\";s:7:\"SF01T01\";s:2:\"t1\";s:10:\"SF01S02X01\";s:1:\"5\";s:10:\"SF01S02X02\";s:1:\"4\";s:10:\"SF01S02X03\";s:1:\"3\";s:10:\"SF01S02X04\";s:1:\"2\";s:10:\"SF01S02X05\";s:1:\"1\";s:7:\"SF01S03\";s:2:\"-1\";s:7:\"SF01T04\";s:2:\"t4\";s:7:\"SF01T05\";s:0:\"\";s:7:\"SF01T06\";s:0:\"\";s:7:\"SF01S07\";s:1:\"0\";s:7:\"SF01T07\";s:0:\"\";s:7:\"SF01B08\";s:1:\"0\";s:7:\"SF01T08\";s:0:\"\";s:10:\"SF01B09X01\";s:1:\"0\";s:10:\"SF01S09X02\";s:1:\"0\";s:7:\"SF01T09\";s:0:\"\";s:7:\"SF01S10\";s:1:\"0\";s:7:\"SF01T10\";s:0:\"\";s:7:\"SF01S11\";s:1:\"0\";s:7:\"SF01T11\";s:0:\"\";s:7:\"SF01S12\";s:1:\"5\";s:7:\"SF01T12\";s:0:\"\";s:7:\"SF01S13\";s:1:\"3\";s:7:\"SF01T13\";s:0:\"\";s:7:\"SF01B14\";s:1:\"1\";s:7:\"SF01T15\";s:0:\"\";s:4:\"Akce\";s:7:\"ODESLAT\";}

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-03 12:21 UTC] mfischer@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately your version of PHP is too old -- the problem
might already be fixed. Please download a new PHP
version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 08:01:29 2024 UTC