Salut a tous.
j'ai du installer windows seven 64bits il y a quelques jours.
je re install wamp
je n'ai pas touche a l'index.php par defaut dans www (car j'aime bien sa presentation)

et a ma grande surprise... des zolis messages d'erreurs :
Deprecated: Function ereg() is deprecated in C:\wamp\www\index.php on line 175

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\index.php on line 178

Notice: Undefined variable: aliasContents in C:\wamp\www\index.php on line 178

Notice: Undefined variable: projectContents in C:\wamp\www\index.php on line 193

Notice: Undefined variable: phpExtContents in C:\wamp\www\index.php on line 204
dans un autre forum, j'ai vu qu'on pouvait "cacher" ces erreurs :
[...] It should be listed as:

if ($errno & (E_ALL ^ E_NOTICE)) {

Replace this line with:

if ($errno & (E_ALL & ~E_NOTICE & ~E_DEPRECATED)) {
mais le probleme est que j'ai voulu tester les fonctions en question...
mais quand je m'en sers, ca m'affiche un zoli message d'erreur..
Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\regexp\test.php on line 4
MAIS... ca fonctionne quand meme...

je reste perplexe...