[PHP-DEV] PHP 5.3.0RC3

2009-05-08 Thread Lukas Kahwe Smith
Aloha, We have finally released RC2. Its now time to really finish up and bring 5.3.0 to a stable release. I have updated the wiki page to the best of my knowledge [1]. If anything is missing, already done etc. please let me know or fix it yourself. Again the goal is to have the critical

[PHP-DEV] Non blocking file i/o support for win32.

2009-05-08 Thread Richard Quadling
Hi. Can anyone with windows knowledge take a quick look at http://bugs.php.net/bug.php?id=47918. I'm pretty sure this IS a bug. I'm hoping you don't say it is a documentation bug and it is something you can fix. My requirement is to allow non-blocking file i/o. With non-win32, it seems that the

Re: [PHP-DEV] Non blocking file i/o support for win32.

2009-05-08 Thread Kalle Sommer Nielsen
Hi Richard 2009/5/8 Richard Quadling rquadl...@googlemail.com: Hi. Can anyone with windows knowledge take a quick look at http://bugs.php.net/bug.php?id=47918. I'm pretty sure this IS a bug. I'm hoping you don't say it is a documentation bug and it is something you can fix. My requirement

Re: [PHP-DEV] Bug 47468: enabling readline/libedit/pcntl/ncurses with --enable-embed

2009-05-08 Thread Arnaud Le Blanc
Hi, On Wed, 2009-05-06 at 20:42 +0100, Paul Biggar wrote: Hi folks, Could I get someone to look at http://bugs.php.net/bug.php?id=47468?. It includes a patch which is confirmed to fix the problem. Does the following patch works for you ? (use ./buildconf after applying, then reconfigure).

Re: [PHP-DEV] Bug 47468: enabling readline/libedit/pcntl/ncurses with --enable-embed

2009-05-08 Thread Paul Biggar
Hi Arnaud, Thanks for looking at this. On Fri, May 8, 2009 at 2:11 PM, Arnaud Le Blanc lbarn...@php.net wrote: Does the following patch works for you ? (use ./buildconf after applying, then reconfigure). It does the same thing as yours, but moves the decision of allowing cli extensions to

Re: [PHP-DEV] Bug 47468: enabling readline/libedit/pcntl/ncurses with --enable-embed

2009-05-08 Thread Arnaud Le Blanc
On Fri, 2009-05-08 at 16:12 +0100, Paul Biggar wrote: Hi Arnaud, Thanks for looking at this. On Fri, May 8, 2009 at 2:11 PM, Arnaud Le Blanc lbarn...@php.net wrote: Does the following patch works for you ? (use ./buildconf after applying, then reconfigure). It does the same thing as

[PHP-DEV] [PATCH] Bug #44780 some time zone offsets not recognized by timezone_name_from_abbr

2009-05-08 Thread mark burdett
I was able to resolve http://bugs.php.net/bug.php?id=44780 by changing the fallbackmap from hours to minutes.  The bug is apparently due to an issue with non-integer offsets.  Also, this patch adds a couple missing time zones (Caracas and Shanghai, although there are likely other missing time

Re: [PHP-DEV] Bug 47468: enabling readline/libedit/pcntl/ncurses with --enable-embed

2009-05-08 Thread Jani Taskinen
Arnaud Le Blanc kirjoitti: On Fri, 2009-05-08 at 16:12 +0100, Paul Biggar wrote: Hi Arnaud, Thanks for looking at this. On Fri, May 8, 2009 at 2:11 PM, Arnaud Le Blanc lbarn...@php.net wrote: Does the following patch works for you ? (use ./buildconf after applying, then reconfigure). It does