From:             [EMAIL PROTECTED]
Operating system: Win98
PHP version:      4.1.1
PHP Bug Type:     Feature/Change Request
Bug description:  magic_qoutes_gpc without control of php.ini

When working with servers where you don't have control over php.ini, it is
a pain in the ass that magic_qoutes_gpc can't be changed. 
Therefore I want to make a suggestion about a new function that resets all
variables which are gotten form GPC. This function should reparse the
query string with the new behaviour properties you can customize.

for example:
function reparse_query(bool $Gquotes, bool $Pquotes, bool $Cquotes, bool
$sybase).

(I'm sorry if I make this sound rude, but my english is not as good as I
want it to be...)

Jaap Taal
-- 
Edit bug report at http://bugs.php.net/?id=15465&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15465&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15465&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15465&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15465&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15465&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15465&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15465&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15465&r=submittedtwice


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to