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

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

[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.73&r2=1.74&ty=u Index: php-src/ext/mys

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 c

[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) h

[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.3&r2=1.4&ty=u Index: php-src/ext/standard/tests/array/arra

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.h

2004-02-22 Thread Ard Biesheuvel
abies Sun Feb 22 20:53:39 2004 EDT Modified files: /php-src/ext/splspl_iterators.h Log: 64-bit fix http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.h?r1=1.7&r2=1.8&ty=u Index: php-src/ext/spl/spl_iterators.h diff -u php-src/ext/spl/spl_iterator

[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.121&r2=1.122&ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.121 php-s

[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 i

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 PHP

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

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

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

2004-02-22 Thread Rob Richards
> > > 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

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

2004-02-22 Thread Sterling Hughes
> 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)

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

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 (b

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,

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...)

[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). http:

[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.1&p=1 Index: php-src/tests/lang/bug2735

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

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

2004-02-22 Thread Christian Stocker
On 2/22/04 7: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 I'd like to have fixed

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 mea

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 P

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

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,

[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.1&p=1 Index: php-src/ext/

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(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.35&r2=1.221.2.36&ty=u Index: php-src/ext/gd/gd.c diff -u php-src/e

[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.287&r2=1.288&ty=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.287 php-src/ext/gd/

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 soluti

[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 s

[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.25&r2=1.26&ty=u Index: php-src/ext/dom/ele

[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.120&r2=1.121&ty=u Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.120