[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-02-22 Thread changelog
changelog Sun Feb 22 20:32:34 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1546r2=1.1547ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1546 php-src/ChangeLog:1.1547 ---

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-02-22 Thread changelog
changelog Sun Feb 22 20:32:39 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.411r2=1.412ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.411

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2004-02-22 Thread Ard Biesheuvel
abies Sun Feb 22 07:10:01 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Fix 64-bit crash http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.120r2=1.121ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.120

[PHP-CVS] cvs: php-src /ext/dom element.c

2004-02-22 Thread Rob Richards
rrichards Sun Feb 22 08:05:50 2004 EDT Modified files: /php-src/ext/domelement.c Log: add optional third parameter to support namespace in constructor http://cvs.php.net/diff.php/php-src/ext/dom/element.c?r1=1.25r2=1.26ty=u Index:

[PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Christian Stocker
chregu Sun Feb 22 12:51:02 2004 EDT Modified files: /php-src/ext/xmlcompat.c expat_compat.h Log: Fix broken Namespace support, use libxml2 namespace methods instead of homebrown solution: - default namespaces are recognized - different namespaces with

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Sterling Hughes
What version of libxml2 does this rely on? -Sterling chreguSun Feb 22 12:51:02 2004 EDT Modified files: /php-src/ext/xml compat.c expat_compat.h Log: Fix broken Namespace support, use libxml2 namespace methods instead of homebrown solution:

[PHP-CVS] cvs: php-src /ext/gd gd.c

2004-02-22 Thread Ilia Alshanetsky
iliaa Sun Feb 22 13:03:10 2004 EDT Modified files: /php-src/ext/gd gd.c Log: wbmp conversion warning fix. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.287r2=1.288ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.287

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd gd.c

2004-02-22 Thread Ilia Alshanetsky
iliaa Sun Feb 22 13:03:25 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd gd.c Log: MFH: wbmp conversion warning fix. http://cvs.php.net/diff.php/php-src/ext/gd/gd.c?r1=1.221.2.35r2=1.221.2.36ty=u Index: php-src/ext/gd/gd.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Christian Stocker
Hi mmmh, forget about that... I used 2.6.2, will test on 2.5.10 later chregu On 2/22/04 6:55 PM, Sterling Hughes wrote: What version of libxml2 does this rely on? -Sterling chregu Sun Feb 22 12:51:02 2004 EDT Modified files: /php-src/ext/xml compat.c expat_compat.h Log:

[PHP-CVS] cvs: php-src /ext/xml/tests xml009.phpt

2004-02-22 Thread Christian Stocker
chregu Sun Feb 22 13:27:11 2004 EDT Added files: /php-src/ext/xml/tests xml009.phpt Log: add test for default namespaces and same-prefix/different-namespaceURI http://cvs.php.net/co.php/php-src/ext/xml/tests/xml009.phpt?r=1.1p=1 Index:

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Adam Maccabee Trachtenberg
On Sun, 22 Feb 2004, Christian Stocker wrote: mmmh, forget about that... I used 2.6.2, will test on 2.5.10 later I think SAX2 support began with 2.6.0, but maybe you can enable SAX 1 usage for older version? -adam -- [EMAIL PROTECTED] author of o'reilly's php cookbook avoid the holiday rush,

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
This change requires libxml 2.6 in order to work (and compile). Rob On Sunday 22 February 2004 01:05 pm, Christian Stocker wrote: Hi mmmh, forget about that... I used 2.6.2, will test on 2.5.10 later chregu On 2/22/04 6:55 PM, Sterling Hughes wrote: What version of libxml2 does this

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Christian Stocker
Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke quite some ext/xml scripts from php4 days and I'd like to have fixed that before 5.0.0 chregu On 2/22/04 7:34 PM,

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Sterling Hughes
Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke quite some ext/xml scripts from php4 days and I'd like to have fixed that before 5.0.0 In the meantime

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
On Sunday 22 February 2004 01:36 pm, Sterling Hughes wrote: Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke quite some ext/xml scripts from php4 days and

[PHP-CVS] cvs: php-src /tests/lang bug27354.phpt

2004-02-22 Thread Derick Rethans
derick Sun Feb 22 15:04:31 2004 EDT Added files: /php-src/tests/lang bug27354.phpt Log: - Added testcase for bug #27354 (Modulus operator crashes PHP). http://cvs.php.net/co.php/php-src/tests/lang/bug27354.phpt?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /tests/lang bug27354.phpt Zend zend_operators.c

2004-02-22 Thread Derick Rethans
derick Sun Feb 22 15:07:18 2004 EDT Added files: (Branch: PHP_4_3) /php-src/tests/lang bug27354.phpt Modified files: /php-srcNEWS /Zend zend_operators.c Log: - MFH: Fixed bug #27354 (Modulus operator crashes PHP).

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Christian Stocker
Ok there are 5 different solutions now to this problem 1) fix the code, so that it works with 2.5.x correctly as well 2) make 2.6.x a prerequisite 3) disable xml_parser_create_ns for 2.5.x 4) use broken code for 2.5.x and fixed code for 2.6.x 5) revert to yesterdays situation (broken for all...)

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Andi Gutmans
At 14:10 22/02/2004 -0500, Rob Richards wrote: On Sunday 22 February 2004 01:36 pm, Sterling Hughes wrote: Mmmh too bad, will try to find a solution for libxml2 2.6 I know, it's late in the release process, but the old implementation didn't recognise default namespaces, which broke

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Sterling Hughes
Ok there are 5 different solutions now to this problem 1) fix the code, so that it works with 2.5.x correctly as well 2) make 2.6.x a prerequisite 3) disable xml_parser_create_ns for 2.5.x 4) use broken code for 2.5.x and fixed code for 2.6.x 5) revert to yesterdays situation (broken

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Marcus Boerger
Hello Christian, Sunday, February 22, 2004, 11:59:34 PM, you wrote: Ok there are 5 different solutions now to this problem 1) fix the code, so that it works with 2.5.x correctly as well 2) make 2.6.x a prerequisite 3) disable xml_parser_create_ns for 2.5.x 4) use broken code for 2.5.x

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Sterling Hughes
1) fix the code, so that it works with 2.5.x correctly as well 2) make 2.6.x a prerequisite 3) disable xml_parser_create_ns for 2.5.x 4) use broken code for 2.5.x and fixed code for 2.6.x 5) revert to yesterdays situation (broken for all...) I prefer 3. simply add some

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Rob Richards
It will never work correctly for option 1. Namespaces in SAX was a 2.6 thing (SAX2). Right, but namespaces just need to work as good as they did in PHP4, we can't lose that compatibility. If it works better - bonus. So what exactly is broken then in comparison to PHP4? From the size of

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Sterling Hughes
It will never work correctly for option 1. Namespaces in SAX was a 2.6 thing (SAX2). Right, but namespaces just need to work as good as they did in PHP4, we can't lose that compatibility. If it works better - bonus. So what exactly is broken then in comparison to PHP4? From the

[PHP-CVS] cvs: php-src /ext/tidy php_tidy.h tidy.c

2004-02-22 Thread Jani Taskinen
sniper Sun Feb 22 19:59:30 2004 EDT Modified files: /php-src/ext/tidy php_tidy.h tidy.c Log: - Moved internally used includes/macros/structs/etc. into tidy.c to prevent any conflicts with any other library/header/extension. # Never EVER put this stuff

[PHP-CVS] cvs: php-src /ext/sqlite sqlite.c

2004-02-22 Thread Ard Biesheuvel
abies Sun Feb 22 20:21:17 2004 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: 64-bit fix http://cvs.php.net/diff.php/php-src/ext/sqlite/sqlite.c?r1=1.121r2=1.122ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.121

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_sum.phpt

2004-02-22 Thread Ard Biesheuvel
abies Sun Feb 22 21:09:50 2004 EDT Modified files: /php-src/ext/standard/tests/array array_sum.phpt Log: 64-bit fix http://cvs.php.net/diff.php/php-src/ext/standard/tests/array/array_sum.phpt?r1=1.3r2=1.4ty=u Index:

[PHP-CVS] cvs: php-src / acinclude.m4 /ext/imap config.m4

2004-02-22 Thread Jani Taskinen
sniper Sun Feb 22 22:24:59 2004 EDT Modified files: /php-srcacinclude.m4 /php-src/ext/imap config.m4 Log: - Added PHP_TEST_BUILD macro which can be used to test whether build works / would work with current LIBS (+ additional extra-libs)

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Christian Stocker
On 2/23/04 1:53 AM, Sterling Hughes wrote: It will never work correctly for option 1. Namespaces in SAX was a 2.6 thing (SAX2). Right, but namespaces just need to work as good as they did in PHP4, we can't lose that compatibility. If it works better - bonus. So what exactly is broken then in

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c mysqli_nonapi.c

2004-02-22 Thread Georg Richter
georg Mon Feb 23 01:35:18 2004 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c Log: fixed report message Disabled reconnect option http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.73r2=1.74ty=u Index:

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Andi Gutmans
At 19:25 22/02/2004 -0500, Rob Richards wrote: How much time we looking at between RC1 and a final release? I'd guesstimate a couple of months, around May. Andi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/xml compat.c expat_compat.h

2004-02-22 Thread Derick Rethans
On Sun, 22 Feb 2004, Rob Richards wrote: I'm fine with requiring 2.6, although things could blow up. Right, that is what I am afraid of as well. As I mentioned I can live with it, but prefer not to do this. I've been running with 2.6 since it was out... no weird problems here (but I don't