Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread jvlad
"Jani Taskinen" wrote in message news:4a9bb132.6080...@iki.fi... > On 08/31/2009 12:06 AM, Pierre Joye wrote: >> Hi, >> >> While trying to fix some tests, I found that display_startup_errors is >> ignored by some startup errors like deprecated ini settings. Using: >> >> php -d display_startup_e

Re: [PHP-DEV] Really going to 5.3.1RC1

2009-08-31 Thread Johannes Schlüter
Hi, thanks for your suggestions, some comments below: On Mon, 2009-08-31 at 14:09 +0200, Patrick ALLAERT wrote: > > 2) Tuesday: Change the version > > $ vi branches/php_5_3_1/main/php_version.h etc. > > 3) making the branch a tag > > $ svn mv branches/php_5_3_1 tags/php_5_3_1 > > I would su

Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread Pierre Joye
hi So there is even a bug report about it. I will then commit the fix before the next RC (tomorrow morning) If no oppositions are raised today. Cheers, On Mon, Aug 31, 2009 at 1:17 PM, Jani Taskinen wrote: > On 08/31/2009 12:06 AM, Pierre Joye wrote: >> >> Hi, >> >> While trying to fix some te

Re: [PHP-DEV] Really going to 5.3.1RC1

2009-08-31 Thread Johannes Schlüter
Hi, On Mon, 2009-08-31 at 11:23 +0300, Jani Taskinen wrote: > I don't understand why you are merging things back and forth like that. > Just keep it simple: > > PHP_5_3 is open for any commits, php_5_3_1 is only for commits you pick > into it. And only do manual merge. Otherwise you won't be mer

Re: [PHP-DEV] Really going to 5.3.1RC1

2009-08-31 Thread Patrick ALLAERT
Hi Johannes, 2009/8/29 Johannes Schlüter : [snip] > I'm not t used to subversion therefore I'd like some comments about > this procedure: > > 1) Monday evening branch of a release branch owned by me >   $ svn cp branches/PHP_5_3 branches/php_5_3_1 >   Question A: using php as in our tags or

Re: [PHP-DEV] silent startup errors msg about deprecated (or other) warnings

2009-08-31 Thread Jani Taskinen
On 08/31/2009 12:06 AM, Pierre Joye wrote: Hi, While trying to fix some tests, I found that display_startup_errors is ignored by some startup errors like deprecated ini settings. Using: php -d display_startup_errors=0 -d safe_mode=1 foo.php See also bug #49362 (http://bugs.php.net/bug.php?id

[PHP-DEV] PHP 6 Bug Summary Report

2009-08-31 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (92 total -- which includes 42 feature requests) ===[*Compile Issues]== 49270 Open configure fails if PHP source folder path contains spaces

[PHP-DEV] PHP 5 Bug Summary Report

2009-08-31 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1484 total -- which includes 926 feature requests) ===[*General Issues]== 48597 Open Unclosed array keys break space escaping in $_GET/POST/REQUEST 49397 Feedba

Re: [PHP-DEV] Really going to 5.3.1RC1

2009-08-31 Thread Jani Taskinen
On 08/29/2009 05:33 PM, Johannes Schlüter wrote: Hi, I thought I sent the warning out on thursday but can't find it in my internals folder therefore the notice: We certainly should get 5.3.1 rolling and therefore I'm planning RC1 on Tuesday evening European time I'm not t used to su