At 03:57 26/05/2006, Alan Knowles wrote:
Can we start concentrating on finding a real solution to BC breaks rather than throwing them out there and everyone complaining?

define(php5) {
  stuff that breaks in php6
}
define(php6) {
   stuff that doesnt work in PHP5
}

What's the semantics of that? The code inside doesn't get executed if it's not the define()'d PHP version?

Zeev
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to