[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-06-06 Thread changelog
changelog Thu Jun 7 01:31:12 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2711r2=1.2712diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2711

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2007-06-06 Thread changelog
changelog Thu Jun 7 01:31:16 2007 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1124r2=1.1125diff_format=u Index: ZendEngine2/ChangeLog diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 08:35:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN + fix other entries http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.761r2=1.2027.2.547.2.762diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 09:43:39 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c /php-src/ext/gd gd.c Log: fix several integer overflows in GD http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.c?r1=1.104r2=1.105diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 09:45:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd gd.c /php-src/ext/gd gd.c Log: MFH: fix several integer overflows in GD

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Pierre
On 6/6/07, Antony Dovgal [EMAIL PROTECTED] wrote: tony2001Wed Jun 6 09:45:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd gd.c /php-src/ext/gd gd.c Log: MFH: fix several integer overflows in GD Can

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Antony Dovgal
On 06.06.2007 14:00, Pierre wrote: On 6/6/07, Antony Dovgal [EMAIL PROTECTED] wrote: tony2001Wed Jun 6 09:45:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd gd.c /php-src/ext/gd gd.c Log: MFH: fix

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd gd.c /ext/gd/libgd gd.c

2007-06-06 Thread Pierre
On 6/6/07, Antony Dovgal [EMAIL PROTECTED] wrote: On 06.06.2007 14:00, Pierre wrote: On 6/6/07, Antony Dovgal [EMAIL PROTECTED] wrote: tony2001Wed Jun 6 09:45:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 11:36:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: more details http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.763r2=1.2027.2.547.2.764diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/standard url_scanner_ex.c

2007-06-06 Thread Nuno Lopes
nlopess Wed Jun 6 12:29:06 2007 UTC Modified files: /php-src/ext/standard url_scanner_ex.c Log: fix gcov build.. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/url_scanner_ex.c?r1=1.105r2=1.106diff_format=u Index: php-src/ext/standard/url_scanner_ex.c

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Ilia Alshanetsky
Nuno, What does the gcov build need that my re2c is not doing so that I can fix it for the future. Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Antony Dovgal
On 06.06.2007 20:00, Ilia Alshanetsky wrote: Nuno, What does the gcov build need that my re2c is not doing so that I can fix it for the future. Apparently it needs full path, not just filename. -- Wbr, Antony Dovgal -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Jani Taskinen
I guess you need to generate the files the correct way :) It should happen automatically when you do the test build..? :D (just don't run re2c manually) --Jani Antony Dovgal kirjoitti: On 06.06.2007 20:00, Ilia Alshanetsky wrote: Nuno, What does the gcov build need that my re2c is not doing

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Nuno Lopes
yep. letting 'make' regenerate the files should do the trick. Thanks, Nuno - Original Message - I guess you need to generate the files the correct way :) It should happen automatically when you do the test build..? :D (just don't run re2c manually) --Jani Antony Dovgal kirjoitti: On

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:11:59 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings moneyformat.phpt Log: add test for moneyformat http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?view=markuprev=1.1

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings chunk_split.phpt strcspn.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:12:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings chunk_split.phpt strcspn.phpt Log: add some edge cases

[PHP-CVS] cvs: php-src /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:13:18 2007 UTC Modified files: /php-src/ext/standard/tests/strings moneyformat.phpt Log: add moneyformat test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings chunk_split.phpt strcspn.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:14:59 2007 UTC Modified files: /php-src/ext/standard/tests/strings chunk_split.phpt strcspn.phpt Log: add some edge cases http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/chunk_split.phpt?r1=1.5r2=1.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:16:22 2007 UTC Added files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings moneyformat.phpt Log: add tests for moneyformat http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?view=markuprev=1.1

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings chunk_split.phpt strcspn.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:18:18 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings chunk_split.phpt strcspn.phpt Log: add some edge cases

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:46:39 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings moneyformat.phpt Log: fix test format

[PHP-CVS] cvs: php-src /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:47:15 2007 UTC Modified files: /php-src/ext/standard/tests/strings moneyformat.phpt Log: fix test format http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/moneyformat.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:59:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: Fix chunk_split fix - avoid using floats Fix money_format - don't give strfmon more arguments then supplied Fix str[c]spn integer overflow

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 18:15:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: fix the chunks fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.61r2=1.445.2.14.2.62diff_format=u Index:

[PHP-CVS] cvs: php-src / Makefile.global

2007-06-06 Thread Jani Taskinen
sniper Wed Jun 6 18:27:54 2007 UTC Modified files: /php-srcMakefile.global Log: - Fix for passing of shared extensions to run-tests.php http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.72r2=1.73diff_format=u Index: php-src/Makefile.global

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 18:37:52 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings moneyformat.phpt Log: update test for 4

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard string.c

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 18:38:47 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard string.c Log: Fix chunk_split fix - avoid using floats Fix money_format - don't give strfmon more arguments then supplied Fix str[c]spn integer overflow

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 18:53:36 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: new fixes http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.764r2=1.2027.2.547.2.765diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / Makefile.global

2007-06-06 Thread Jani Taskinen
sniper Wed Jun 6 18:28:14 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcMakefile.global Log: MFH:- Fix passing of shared extensions to run-tests.php http://cvs.php.net/viewvc.cgi/php-src/Makefile.global?r1=1.57.2.5.2.2r2=1.57.2.5.2.3diff_format=u

[PHP-CVS] cvs: php-src /ext/standard string.c

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 20:06:43 2007 UTC Modified files: /php-src/ext/standard string.c Log: MF5: Fix chunk_split fix - avoid using floats MF5: Fix money_format - don't give strfmon more arguments then supplied MF5: Fix str[c]spn integer overflow

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Marcus Boerger
Hello Nuno, not all .re files have rules. MAybe we could collect the .re files in the buildconf or configure process and automatically generate a makefile target re2c if re2c is available. This rulesset might as well check if we develop using gcc and pass -g to re2c in that case. best regards

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 21:53:54 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.445.2.14.2.62r2=1.445.2.14.2.63diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard pack.c /ext/standard/tests/strings unpack.phpt

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 22:04:35 2007 UTC Added files: (Branch: PHP_4_4) /php-src/ext/standard/tests/strings unpack.phpt Modified files: /php-src/ext/standard pack.c Log: MFB: Added missing format validator to unpack() function

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings unpack.phpt

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 22:04:47 2007 UTC Modified files: /php-src/ext/standard/tests/strings unpack.phpt /php-src/ext/standard pack.c Log: MFB: Added missing format validator to unpack() function

[PHP-CVS] cvs: php-src /ext/bcmath bcmath.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 22:08:53 2007 UTC Modified files: /php-src/ext/bcmath bcmath.c Log: improve the checks http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/bcmath.c?r1=1.71r2=1.72diff_format=u Index: php-src/ext/bcmath/bcmath.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/bcmath bcmath.c

2007-06-06 Thread Antony Dovgal
tony2001Wed Jun 6 22:09:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/bcmath bcmath.c Log: MFH: improve the checks for integer overflow http://cvs.php.net/viewvc.cgi/php-src/ext/bcmath/bcmath.c?r1=1.62.2.2.2.6r2=1.62.2.2.2.7diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings pack.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 22:21:59 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings pack.phpt Log: add edge case test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/pack.phpt?r1=1.1.2.4r2=1.1.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings pack.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 22:25:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings pack.phpt Log: revert - already have unpack.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 22:58:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: Optimize out a loop http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.45r2=1.43.2.45.2.46diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 22:58:53 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Optimize out a loop http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.136r2=1.137diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 23:16:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: Adjust previous patch to work on all compilers

[PHP-CVS] cvs: php-src /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 23:16:45 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Adjust previous patch to work on all compilers http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.137r2=1.138diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Stanislav Malyshev
I suspect you meant something different here. shouldn't it be: N -= floor(N/24)*24 in both cases? #include php.h #include php_streams.h @@ -2329,9 +2329,9 @@ N = (calc_sunset ? h_set : h_rise) + gmt_offset; if (N 24) { - N %= 24; + N -= floor(N /

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard url_scanner_ex.c

2007-06-06 Thread Jani Taskinen
What do you mean with not all .re files have rules ?? --Jani Marcus Boerger kirjoitti: Hello Nuno, not all .re files have rules. MAybe we could collect the .re files in the buildconf or configure process and automatically generate a makefile target re2c if re2c is available. This rulesset

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Stanislav Malyshev
I suspect you meant something different here. shouldn't it be: N -= floor(N/24)*24 in both cases? BTW, just out of curiosity - which compilers can't do % and need floor? -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
The problem is that N is a double and gcc does not like doing % on doubles, at least if the compiler error is to be believed. On 6-Jun-07, at 9:12 PM, Stanislav Malyshev wrote: I suspect you meant something different here. shouldn't it be: N -= floor(N/24)*24 in both cases? BTW, just out

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Thu Jun 7 02:21:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.47r2=1.43.2.45.2.48diff_format=u Index: php-src/ext/date/php_date.c

[PHP-CVS] cvs: php-src /ext/date php_date.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Thu Jun 7 02:21:55 2007 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed typo http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.138r2=1.139diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/ncurses ncurses_functions.c

2007-06-06 Thread Ilia Alshanetsky
iliaa Thu Jun 7 02:29:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/ncursesncurses_functions.c Log: Fixed a crash inside ncurses_panel_above() when called prior to ncurses_init()

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings moneyformat.phpt

2007-06-06 Thread Stanislav Malyshev
stasWed Jun 6 17:46:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings moneyformat.phpt Log: fix test format