Ben Scholzen 'DASPRiD' wrote:
>
> I tested libxml_use_internal_errors() with XMLReader now, and it doesn't
> really work as intended. When calling $reader->read(), and reaching an
> invalid node, there is in fact the error stored in libxml_get_errors(),
> but PHP additionally still throws a "parse
Johannes,
While I am a big believer in release quickly, release often, I think
there are still a fair number of important if not critical bugs and
regressions in 5.3 that should be addressed before 5.3.1 is released.
On 6-Aug-09, at 5:46 PM, Johannes Schlüter wrote:
Hi,
following Ilia's
thanks to all...
2009/8/6 Guilherme Blanco
> Translating both emails, since I'm brazilian... =)
>
> > ORIGINAL EMAIL:
> >
> > Good evening everyone.
> >
> > I'm finishing my graduation in Informations System and I'm researching
> about PHP. I need some material about how PHP core works (Zend
Hannes Magnusson wrote on 30.07.2009 10:48:
> Are you intentionally ignoring what I've said previously in the thread?
> Please stop using SimpleXML as an example. You do not need @.
> libxml_use_internal_errors(true);
> $sxe = simplexml_load_string("");
> if (!$sxe) {
> echo "Failed loading XML\