[PHP-DEV] PHP5: bcmath

2004-01-31 Thread Georg Richter
Hi, after discussion with Brian Aker about problems with number precision in financial applications and thinking about the impact of "Enterprise" I'm wondering that bcmath is not enabled by default. Is there a reason for it? if not I'm strongly +1 to enable it by default. Georg -- PHP Inter

Re: [PHP-DEV] SimpleXML->children() and text nodes

2004-01-31 Thread Adam Maccabee Trachtenberg
On Sun, 1 Feb 2004, Derick Rethans wrote: > when I iterate over $s->body->children() I only get the and > the . Shouldn't it also show the text nodes? I hestitate to get back into this discussion, but I will give you the answers as best I can. :) The SimpleXML model prefers you to not mix eleme

[PHP-DEV] SimpleXML->children() and text nodes

2004-01-31 Thread Derick Rethans
Hello, I was wondering on how to iterate over the elements of in the following piece of XML: foo bar foobar when I iterate over $s->body->children() I only get the and the . Shouldn't it also show the text nodes? Another thing that would be useful to have is a tag() method, so that

Re: [PHP-DEV] backup/restore functions for interbase

2004-01-31 Thread Andi Gutmans
I don't mind having this in the tree. It doesn't affect anything of significance (i.e. the core extensions). Andi At 02:19 AM 1/31/2004 +0100, Ard Biesheuvel wrote: Guys, Any chance this will make it into RC1 ?? -- Ard Index: interbase.c ==

Re: [PHP-DEV] Warnings in include files suddenly treated as fatal

2004-01-31 Thread Andi Gutmans
BTW take a look at zenderror(). This function is called when there's a parse error. It leads to an E_PARSE error and setting EG(exit_status) to 255. If there is a problem, and I haven't quite understood what the problem is today, that might be the place to fix it in. Andi At 11:17 PM 1/31/2004

Re: [PHP-DEV] Warnings in include files suddenly treated as fatal

2004-01-31 Thread Andi Gutmans
I think I missed out on the original problem. What does the fix, fix? Isn't a parse error automatically a fatal error? If you revert your patch what won't work? Andi At 09:59 AM 1/30/2004 -0500, Ilia Alshanetsky wrote: It seems like the only way to distinguish between a parse error and a non-exis

[PHP-DEV] PHP 4 Bug Summary Report

2004-01-31 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (783 total including feature requests) ===[*Directory/Filesystem functions] 26653 Assigned open_basedir bug 26863 Open fgets hangs on some urls