|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2002-03-06 13:19 UTC] Xuefer at 21cn dot com
  [2002-04-01 05:37 UTC] Xuefer at 21cn dot com
  [2011-01-01 01:17 UTC] jani@php.net
 
-Status:  Open
+Status:  Wont fix
-Package: Feature/Change Request
+Package: Strings related
  [2011-01-01 01:17 UTC] jani@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 20:00:01 2025 UTC | 
i've ask ppl in irc EFnet #php. none of them like runtime magic quote. so....... i would like to have the following feature: -> sprintf("%S", $string); which is the same function as addslashes($string); and i can do as the following: -> mysql_query(sprintf("UPDATE mytable SET abc='%S'", $string)); i think this would make a great change to those php-sql scripts