Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-07 Thread Jan Schneider
Zitat von "Stig S. Bakken" <[EMAIL PROTECTED]>: > On Mon, 2002-05-06 at 11:54, Jan Schneider wrote: > > Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > > > > > Hello Stig, > > > > > > SSB> Huh, are you saying PHP _is_ locale-dependant? > > > Yes. > > > > > > Example: > > > 1.php > > > > >

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-07 Thread Stig S. Bakken
On Mon, 2002-05-06 at 11:54, Jan Schneider wrote: > Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > > > Hello Stig, > > > > SSB> Huh, are you saying PHP _is_ locale-dependant? > > Yes. > > > > Example: > > 1.php > > > setlocale(LC_ALL,'ru_RU.CP1251'); > > include('2.php'); > > ?> > > > >

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-06 Thread Jason Greene
I would like to have the sockets extension polished and marked as stable by 4.3, if you would like to add that to the list of changes. -Jason On Fri, 2002-05-03 at 00:17, Stig S. Bakken wrote: > Hi, > > I've volunteered to RM (release master, not /bin/rm) PHP 4.3. This > release will be synchro

Re: Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-06 Thread Jan Schneider
Zitat von Andrew Sitnikov <[EMAIL PROTECTED]>: > Hello Stig, > > SSB> Huh, are you saying PHP _is_ locale-dependant? > Yes. > > Example: > 1.php >setlocale(LC_ALL,'ru_RU.CP1251'); > include('2.php'); > ?> > > 2.php >$var = 1.3; > var_dump($var); > ?> > > gap /home/local/sitnikov>

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-05 Thread Marko Karppinen
> Stig, I have a bit of work to do still with the bundled ext/gd/libgd so I > would add bundled libgd to the list of major changes. May need a bit of > Sascha-help to get it building correctly in the new build system. This reminds me. I'm working on implementing the current gd+freetype functiona

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > Sascha-help to get it building correctly in the new build system. Same here, Daniel-help that is, for Windows :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebas

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread Rasmus Lerdorf
Stig, I have a bit of work to do still with the bundled ext/gd/libgd so I would add bundled libgd to the list of major changes. May need a bit of Sascha-help to get it building correctly in the new build system. -Rasmus -- PHP Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread fabwash
ot; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 7:10 PM Subject: Re: [PHP-DEV] PHP 4.3 charter and release plan > On Fri, 2002-05-03 at 11:40, Wez Furlong wrote: > > On 03/05/02, "Stig S. Bakken" <[EMAIL PROTECTED]>

Re[2]: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-04 Thread Andrew Sitnikov
Hello Stig, SSB> Huh, are you saying PHP _is_ locale-dependant? Yes. Example: 1.php 2.php gap /home/local/sitnikov> GET http://si.infonet.ee/1.php float(1) Locale ru_RU.CP1251 has decimal delimiter ','; I understand why it occurs (thanks to Stanislav Malyshev), but this is not correct beha

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Stig S. Bakken
On Fri, 2002-05-03 at 11:40, Wez Furlong wrote: > On 03/05/02, "Stig S. Bakken" <[EMAIL PROTECTED]> wrote: > > Here's the list of major changes, and the person I would like to invite > > as responsible for that part of 4.3: > > 2. PHP Streams (Wez) > > Sure, but I'm a bit limited for time over th

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Stig S. Bakken
On Fri, 2002-05-03 at 13:17, Andrew Sitnikov wrote: > Hello Stig, > > Why you lose "Make everything on the language-level independent of > your locale settings." from TODO list ? > > This is very critical i think. If used locale with decimal > separator like `,`, many script will working wrongly

RE: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Preston L. Bannister
I'd *really* like to see the (slowly growing) unit tests incorporated and debugged for the Win32 build. If no one else is doing this, I'd be willing to take a few iterations at this. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Zeev Suraski
At 08:17 03/05/2002, Stig S. Bakken wrote: >Does this organization of the 4.3 release sound reasonable? Yep. Zeev -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Andrew Sitnikov
Hello Stig, Why you lose "Make everything on the language-level independent of your locale settings." from TODO list ? This is very critical i think. If used locale with decimal separator like `,`, many script will working wrongly. SSB> 1. New build system (Sascha) SSB> 2. PHP Streams (Wez) SSB

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-03 Thread Wez Furlong
On 03/05/02, "Stig S. Bakken" <[EMAIL PROTECTED]> wrote: > Here's the list of major changes, and the person I would like to invite > as responsible for that part of 4.3: > 2. PHP Streams (Wez) Sure, but I'm a bit limited for time over the next month. > When someone has signed up for each major

Re: [PHP-DEV] PHP 4.3 charter and release plan

2002-05-02 Thread Sebastian Bergmann
"Stig S. Bakken" wrote: > 5. MySQL changes (Zak) BTW, what's the status of the libmysql & ext/mysql update? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Dev

[PHP-DEV] PHP 4.3 charter and release plan

2002-05-02 Thread Stig S. Bakken
Hi, I've volunteered to RM (release master, not /bin/rm) PHP 4.3. This release will be synchronized with the public release of the PEAR (including PECL) infrastructure. This time I'd like to try partitioning the work a bit by identifying the major changes and have one person sign up as responsi