Hello Sara,
Sunday, November 27, 2005, 3:39:40 AM, you wrote:
>> How PHP chokes on > silly. There's a patch here to fix it,
>> http://news.php.net/php.internals/18493, some proof of why it's a problem,
>> http://news.php.net/php.internals/18496, and the "bogus" (yeah, right) bug
>> report, http:
How PHP chokes on http://news.php.net/php.internals/18493, some proof of why it's a problem,
http://news.php.net/php.internals/18496, and the "bogus" (yeah, right) bug
report, http://bugs.php.net/bug.php?id=25987.
As the author of the patch you mentioned, I should reitterate that I don't
think t
Hi Edin, et al:
On Wed, Nov 23, 2005 at 11:59:16PM +0100, Edin Kadribasic wrote:
>
> PHP
> will produce parse error if you have short tags enabled when trying to
> parse xml, while with short tags disabled and asp tags enabled it parses
> them just fine which makes it sweet for making templating
On Thu, 24 Nov 2005, Stefan Walk wrote:
Exactly. PHP chokes on
And just because of that we're removing those too. >:)
--Jani
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On 23/11/05, Edin Kadribasic <[EMAIL PROTECTED]> wrote:
> Marcus Boerger wrote:
> > Hello Stefan,
> >
> >"<%=" is of course also conflicting the XML specs since "<"
> > must be followed by a "!" is we are in a DTD context. Or a "?"
> > to start a processing instruction or a valid element name.
Marcus Boerger wrote:
> Hello Stefan,
>
>"<%=" is of course also conflicting the XML specs since "<"
> must be followed by a "!" is we are in a DTD context. Or a "?"
> to start a processing instruction or a valid element name. And
> "%" cannot start an element name.
When we are talking about
Hello Stefan,
"<%=" is of course also conflicting the XML specs since "<"
must be followed by a "!" is we are in a DTD context. Or a "?"
to start a processing instruction or a valid element name. And
"%" cannot start an element name.
marcus
Wednesday, November 23, 2005, 5:07:22 PM, you wrote:
On 22/11/05, Derick Rethans <[EMAIL PROTECTED]> wrote:
> Hello folks!
>
> On 11 and 12 November a bunch of us had a developers meeting in Paris,
> discussing the things we want to do for PHP 6. Partly because of the
> Unicode support, but we also discussed the items on "Rasmus' wishlist"
> and a lo
I think that automatic __toString calling for (string)$obj,
$obj.'somestring' and so on is urgent compared to other features and
should be available in 5.1.1 or at latest - 5.2.0. I suppose that
"object #XX" is not useful for anyone programming in PHP.
On 22/11/05, Derick Rethans <[EMAIL PROTECTED