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
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
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
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
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
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
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
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
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
> > > 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
> > 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
> > > > 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
> > > 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
> 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)
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
> 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
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,
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...)
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:
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
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
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
> 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
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
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
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,
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/
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:
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
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/
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
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
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
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
34 matches
Mail list logo