Page 1 of 1

New Features - Deprecated Infos

PostPosted: Wed 10. Feb 2010, 13:41
by 4seven
New Features

PHP 5.3.1
- 32 MB memory_limit
- 12 Sekunden max_executen_time

MySQL 5.0.51

Apache2
- Härtere Regeln gegen DDoS / Load

-----------------------------------

Deprecated Infos

http://www.kilu.de/forum/viewtopic.php?f=281&t=24

-----------------------------------

Additional Infos

Error

Code: Select all
Function set_magic_quotes_runtime() is deprecated


Fix

find
Code: Select all
set_magic_quotes_runtime()


replace with
Code: Select all
ini_set("magic_quotes_runtime", 0)