Hi!

As it can't break any code out there, I would like to do not support
the old style constructors in namespace (cleanup++).

Right, this is not needed at all.

If by old-style ctors you mean this:
namespace Foo;
class Bar {
        function Bar() {/* ctor! */}
}

then I think it should be supported. There's code using it, and dropping it serves no useful purpose.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

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

Reply via email to