I just figured out a problem I was having that I believe is a wamp bug. Since I don't see a "submit bug" link, I'll post it here. After upgrading to the latest wamp, my short syntax PHP (e.g. <?=$var?>

stopped working. When I viewed the php.ini file using the wamp menu (system tray) it said "short_open_tag = On". I eventually figured out Config files in the wamp menu is pulling up php.ini from wamp\Apache but the "real one" is in wamp\Apache2. I confirmed the menu is getting the wrong file by renaming the one in Apache to php_old.ini and now the wamp menu says it can't find the ini file. Is there a way to get the wamp menu to point to php.ini in Apache2 or does a wamp developer need to fix that? And BTW, can I delete the Apache directory now that wamp uses Apache2?