|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-03-27 10:09 UTC] olivier dot remy at ecolo dot be
Quand, dans php.ini, j'?cris :
magic_quotes_runtime = On
mes requ?tes SQL me renvoient ceci :
19 pol▓ ert?? Faisa
puis PHP plante et il m'est impossible de red?marrer le sevice (je dois red?marrer la machine)
Par contre quand dans php.ini, j'?cris :
magic_quotes_runtime = Off
mes requ?tes SQL me renvoient :
19 polo ertyt Faisan
(ce qui est correct)
J'utilise Win NT4, MSSQL7, IIS
Ce probl?me n'est jamais arriv? avec la version 4.0.6 mais il arrive toujours avec 4.1.1 et 4.1.2
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 17:00:01 2025 UTC |
When, in php.ini, I do : magic_quotes_runtime = On my SQL request send this : 19 pol▓ ert?? Faisa (bad answeer) then PHP bug (html files OK but PHP files not OK ; error 500) and it's impossible to reboot the service (I must reboot the computer) But, when, in php.ini, I do : magic_quotes_runtime = Off my SQL request send : 19 polo ertyt Faisan (correct answeer) I use Win NT4, MSSQL7, IIS This bug was not in version 4.0.6 but it is in 4.1.1 et 4.1.2