Re: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-19 Thread Yasuo Ohgaki
Andrei Zmievski wrote:

On Thu, 14 Nov 2002, lowbwtom wrote:


Will there be a patch to fix the mbstring bug in 4.2.3? Any idea when?
(specifically to fix the missing 4 characters in array posts)

Some of us have been totally screwed by this bug - since our isp's have
updated to 4.2.3 and left everyone's sites totally broken. They refuse to
drop back to old version and are leaving everyone up the creek until php
4.3.0 is in final release or a 4.2.3 patch is released.

For the love of PHP, give me relief!



While it's not directly on topic of this post, this is *exactly* why
mbstring will not be enabled by default in 4.3.0.


This is one of the reason why we should *enable* mbstring by default
i.e. discover sloppy patches to it.
(BTW, I don't use array, since [] are illegal chars)

Anyway, this the patch if you would like.

http://cvs.php.net/diff.php/php4/ext/mbstring/mbstring.c?login=2r1=1.48.2.14r2=1.48.2.17ty=u

--
Yasuo Ohgaki


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-19 Thread Ford, Mike [LSS]
 -Original Message-
 From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
 Sent: 19 November 2002 10:19
 
 Andrei Zmievski wrote:
  On Thu, 14 Nov 2002, lowbwtom wrote:
  
 Will there be a patch to fix the mbstring bug in 4.2.3? Any 
 idea when?
 (specifically to fix the missing 4 characters in array posts)
 
 (BTW, I don't use array, since [] are illegal chars)

Uh -- is this referring to form element name= attributes?

Cheers!

Mike

-
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning  Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730  Fax:  +44 113 283 3211 

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-19 Thread Yasuo Ohgaki
Additional note, since it seems it's misleading.

Yasuo Ohgaki wrote:

This is one of the reason why we should *enable* mbstring by default
i.e. discover sloppy patches to it.


The bug was introduced between 4.2.2 and 4.2.3.

--
Yasuo Ohgaki


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-14 Thread Derick Rethans
On Thu, 14 Nov 2002, lowbwtom wrote:

 Will there be a patch to fix the mbstring bug in 4.2.3? Any idea when?
 (specifically to fix the missing 4 characters in array posts)
 
 Some of us have been totally screwed by this bug - since our isp's have
 updated to 4.2.3 and left everyone's sites totally broken. They refuse to
 drop back to old version and are leaving everyone up the creek until php
 4.3.0 is in final release or a 4.2.3 patch is released.

We will not issue any patch for this, just tell your ISP to recompile 
and add the --disable-mbstring switch to configure, the bug wont be 
visible then.

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-14 Thread Andrei Zmievski
On Thu, 14 Nov 2002, lowbwtom wrote:
 Will there be a patch to fix the mbstring bug in 4.2.3? Any idea when?
 (specifically to fix the missing 4 characters in array posts)
 
 Some of us have been totally screwed by this bug - since our isp's have
 updated to 4.2.3 and left everyone's sites totally broken. They refuse to
 drop back to old version and are leaving everyone up the creek until php
 4.3.0 is in final release or a 4.2.3 patch is released.
 
 For the love of PHP, give me relief!

While it's not directly on topic of this post, this is *exactly* why
mbstring will not be enabled by default in 4.3.0.

-Andrei   http://www.gravitonic.com/
* Quantum Mechanics: The Dreams of Which Stuff is Made. *

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] 4.2.3 mbstring patch?

2002-11-13 Thread Alexander Wagner
On Thursday 14 November 2002 07:10, lowbwtom wrote:
 Will there be a patch to fix the mbstring bug in 4.2.3? Any idea when?
 (specifically to fix the missing 4 characters in array posts)

This bug is definitely a show-stopper.
There are _many_ PHP-applications out there that use arrays in forms, and many 
of these are screwed up.
For those who can choose their PHP-Version, it means sticking to 4.2.2
For those who can't, it means either doing ugly workarounds or (if they can't 
chance the source), being out of business until 4.3 is out, which won't be 
tomorrow. Bad.

 Some of us have been totally screwed by this bug - since our isp's have
 updated to 4.2.3 and left everyone's sites totally broken. They refuse to
 drop back to old version and are leaving everyone up the creek until php
 4.3.0 is in final release or a 4.2.3 patch is released.

Time for a 4.2.3pl1, I think.

regards
Wagner

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php