![]() |
[ERLEDIGT] PHP Update - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega International Area (/forum-22.html) +--- Forum: German Corner (/forum-26.html) +---- Forum: Archiv (/forum-54.html) +---- Thread: [ERLEDIGT] PHP Update (/thread-5160.html) |
[ERLEDIGT] PHP Update - fulltilt - 12-16-2008 07:14 PM Habe ein Upgrade auf PHP 5.2.8 durchgeführt ... kann momentan leider nicht den rqst-mngr ausführen um die confs neu zu schreiben (db Fehler) muss diese also bei diesem System vorerst von Hand anpassen. In PHP 5.2.8 sollte ja meines Wissens magic_quotes_gpc nicht mehr vorhanden sein - habe beim Update die vorhandene php.ini beibehalten und in der php.ini.dist von 5.2.8 finde ich trotzdem den Eintrag magic_quotes_gpc = On. Sollte dieser Eintrag raus oder auf off? RE: PHP Update - joximu - 12-16-2008 07:25 PM http://ch2.php.net/manual/de/info.configuration.php magic_quotes_gpc "1" PHP_INI_PERDIR PHP_INI_ALL ab PHP <= 4.2.3. Entfernt in PHP 6.0.0. /J RE: PHP Update - fulltilt - 12-16-2008 07:31 PM (12-16-2008 07:25 PM)joximu Wrote: magic_quotes_gpc "1" PHP_INI_PERDIR PHP_INI_ALL ab PHP <= 4.2.3. Entfernt in PHP 6.0.0. Danke - also bleibts noch ON :-) |