Re: [PHP-DEV] PHP6 todo list

2007-04-15 Thread Michael Wallner
Stanislav Malyshev wrote: >> Initializing a static class resp. default instance variable with f.e. >> an array is an obvious use case. > > Err, I'm afraid I don't understand neither your abbreviations nor what > the actual use case is. Can you describe real use case - i.e. "module X > has function

Re: [PHP-DEV] PHP6 todo list

2007-04-15 Thread Stanislav Malyshev
Initializing a static class resp. default instance variable with f.e. an array is an obvious use case. Err, I'm afraid I don't understand neither your abbreviations nor what the actual use case is. Can you describe real use case - i.e. "module X has functionality A and B, and to make A work wi

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-15 Thread Marcus Boerger
Hello Bart, HTML is an SGML application while XHTML is an XML application. And XML is basically a subset of SGML... best regards marcus Sunday, April 15, 2007, 12:30:01 PM, you wrote: > The XML standard... > HTML 4.01 compliance seems a bit trivial since there's already so much > forgivenes

Re: [PHP-DEV] PHP6 todo list

2007-04-15 Thread Michael Wallner
Stanislav Malyshev wrote: >> Fine, let's step back for a bit. What I want to be able to do is have >> objects/arrays as internal properties and constants. Can we make that >> possible? Last time I looked it required having persistent zvals. > > I think to better understand what would be required a

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-15 Thread Bart de Boer
The XML standard... HTML 4.01 compliance seems a bit trivial since there's already so much forgiveness going on around that spec anyway... Oliver Block wrote: Am Samstag, 14. April 2007 11:49 schrieb Bart de Boer: PHP's convention is currently responsible for people creating non-standards-

Re: [PHP-DEV] dropping asp_tags in HEAD

2007-04-15 Thread Marcus Boerger
Hello David, we're not going to add ini settings just to support worse code. best regards marcus Sunday, April 15, 2007, 8:14:12 AM, you wrote: > I suggest adding a new php.ini option: ignore_xml_tags, default to on, which > would cause the parser to just ignore tags. > -- > // DvDmanDT >

Re: [PHP-DEV] ZF 0.8.0 Unit Tests behaving different on PHP 5.2.1 and PHP 5.2.2-dev

2007-04-15 Thread Sebastian Nohn
On Sat, April 14, 2007 8:29 pm, Antony Dovgal wrote: > On 04/14/2007 08:50 PM, Sebastian Nohn wrote: >> On PHP 5.2.1, ZendFramework 0.8.0 Unit Tests pass, while they fail on >> PHP 5.2.2-dev (latest CVS) on the same machine: >> >> 1) testDate(Zend_Date_DateObjectTest) >> Failed asserting that is i