[PHP-CVS] cvs: php-src /ext/standard/tests/dir rewinddir_basic.phpt

2008-08-04 Thread Dmitry Stogov
dmitry Mon Aug 4 07:16:29 2008 UTC Modified files: /php-src/ext/standard/tests/dir rewinddir_basic.phpt Log: Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/rewinddir_basic.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Dmitry Stogov
dmitry Mon Aug 4 07:20:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/sapi/cgi cgi_main.c /php-src/main fopen_wrappers.c Log: Removed shebang line check from CGI sapi (it is checked by scanner) http://cvs.php.net/vie

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Dmitry Stogov
dmitry Mon Aug 4 07:20:44 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c /php-src/main fopen_wrappers.c Log: Removed shebang line check from CGI sapi (it is checked by scanner) http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/session session.c

2008-08-04 Thread Hannes Magnusson
On Mon, Aug 4, 2008 at 08:21, Kalle Sommer Nielsen <[EMAIL PROTECTED]> wrote: > kalle Mon Aug 4 06:21:55 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-srcNEWS >/php-src/ext/sessionsession.c > Log: > MFH: Fixes #45406 - Patch by oleg dot grenrus

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Hannes Magnusson
2008/8/4 Dmitry Stogov <[EMAIL PROTECTED]>: > dmitry Mon Aug 4 07:20:15 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-srcNEWS >/php-src/sapi/cgi cgi_main.c >/php-src/main fopen_wrappers.c > Log: > Removed shebang line check from CGI sapi (it

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Marcus Boerger
Hello Hannes, Monday, August 4, 2008, 9:44:38 AM, you wrote: > 2008/8/4 Dmitry Stogov <[EMAIL PROTECTED]>: >> dmitry Mon Aug 4 07:20:15 2008 UTC >> >> Modified files: (Branch: PHP_5_3) >>/php-srcNEWS >>/php-src/sapi/cgi cgi_main.c >>/php-src/main fo

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Hannes Magnusson
On Mon, Aug 4, 2008 at 10:46, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Hannes, > > Monday, August 4, 2008, 9:44:38 AM, you wrote: > >> 2008/8/4 Dmitry Stogov <[EMAIL PROTECTED]>: >>> dmitry Mon Aug 4 07:20:15 2008 UTC >>> >>> Modified files: (Branch: PHP_5_3) >>>

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Marcus Boerger
Hello Hannes, Monday, August 4, 2008, 10:54:00 AM, you wrote: > On Mon, Aug 4, 2008 at 10:46, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Hannes, >> >> Monday, August 4, 2008, 9:44:38 AM, you wrote: >> >>> 2008/8/4 Dmitry Stogov <[EMAIL PROTECTED]>: dmitry Mon Aug 4 07:20:15

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt

2008-08-04 Thread Robin Fernandes
robinf Mon Aug 4 11:45:15 2008 UTC Added files: /php-src/ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt Modified files: /php-src/ext/splspl_array.c Log:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c /ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt

2008-08-04 Thread Robin Fernandes
robinf Mon Aug 4 11:45:21 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests arrayObject_exchangeArray_basic1.phpt arrayObject_exchangeArray_basic2.phpt Modified files: /php-src/ext/splspl_a

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/ming ming.c

2008-08-04 Thread Antony Dovgal
tony2001Mon Aug 4 12:19:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/ming ming.c Log: numerous int<->long fixes (this code just couldn't work on 64bit OSes) here is why we need to put ming to PECL http://cvs.php.net/viewvc.cgi/php-src

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

2008-08-04 Thread Jani Taskinen
FYI: PHP_5_2 is not dead. You should always merge bug fixes to that branch too.. --Jani Kalle Sommer Nielsen kirjoitti: kalle Mon Aug 4 06:18:27 2008 UTC Modified files: /php-src/ext/session session.c Log: Fixes #45406 - Patch by oleg dot grenrus at dynamo

[PHP-CVS] cvs: php-src /ext/imap/tests bug45705.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 13:45:37 2008 UTC Added files: /php-src/ext/imap/tests bug45705.phpt Log: - Add test for bug #45705 http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/bug45705.phpt?view=markup&rev=1.1 Index: php-src/ext/imap/tests/bug45705.phpt +++

[PHP-CVS] cvs: win-installer / ExtensionsFragment.wxs GenExtensionsComponents.wxs.php

2008-08-04 Thread John Mertic
jmertic Mon Aug 4 14:59:30 2008 UTC Modified files: /win-installer ExtensionsFragment.wxs GenExtensionsComponents.wxs.php Log: Bug #45091 - Fixed remaining issue with mibsdir during the build. http://cvs.php.net/viewvc.cgi/win-inst

[PHP-CVS] cvs: win-installer / ExtensionsFeatures52.wxs ExtensionsFeatures53.wxs ExtensionsGUID.xml WixUI_en-us.wxl

2008-08-04 Thread John Mertic
jmertic Mon Aug 4 15:11:38 2008 UTC Modified files: /win-installer ExtensionsFeatures52.wxs ExtensionsFeatures53.wxs ExtensionsGUID.xml WixUI_en-us.wxl Log: Added FFI PECL extension. http://cvs.php.net/viewvc.cgi/win-installer/Exte

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

2008-08-04 Thread Felipe Pena
felipe Mon Aug 4 18:22:02 2008 UTC Modified files: /php-src/ext/gd gd.c gd_ctx.c Log: - Added new parameter parsing API (part II) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.390&r2=1.391&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-sr

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd gd.c gd_ctx.c

2008-08-04 Thread Felipe Pena
felipe Mon Aug 4 18:23:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c gd_ctx.c Log: - MFH: Added new parameter parsing API (part II) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.14&r2=1.312.2.20.2.32.2.15&dif

[PHP-CVS] cvs: php-src /ext/gd/tests imagecolorclosesthwb.phpt

2008-08-04 Thread Felipe Pena
felipe Mon Aug 4 18:26:15 2008 UTC Modified files: /php-src/ext/gd/tests imagecolorclosesthwb.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/imagecolorclosesthwb.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/gd/tests/imag

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 20:51:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: MFH: Add proper version check (new c-clients have this) http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.16&r2=1.208.2.7.2.26.2

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

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 20:54:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: MFH: proper version check http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.34&r2=1.208.2.7.2.35&diff_format=u Index: php-src/ext/ima

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring mbstring.c

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:06:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: - MFH: More fixes for bug #45691 http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.28&r2=1.224.2.22.2.25

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

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:06:50 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: - MFH: More fixes for bug #45691 http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.37&r2=1.224.2.22.2.38&diff

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

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:10:18 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: - More fixes for bug #45691 http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.294&r2=1.295&diff_format=u Index: php-src/ext/mbstring/mbst

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma .cvsignore /ext/mbstring/oniguruma/enc .cvsignore

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:10:34 2008 UTC Modified files: /php-src/ext/mbstring/oniguruma .cvsignore /php-src/ext/mbstring/oniguruma/enc .cvsignore Log: - Added .libs to .cvsignore http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/oniguruma/.cvsi

[PHP-CVS] cvs: php-src /ext/imap/tests imap_utf8.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:10:36 2008 UTC Modified files: /php-src/ext/imap/tests imap_utf8.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/imap/tests/imap_utf8.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/imap/tests/imap_utf8.phpt diff -u p

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mbstring/oniguruma .cvsignore /ext/mbstring/oniguruma/enc .cvsignore

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:10:59 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring/oniguruma .cvsignore /php-src/ext/mbstring/oniguruma/enc .cvsignore Log: - MFH: Added .libs to .cvsignore http://cvs.php.net/viewvc.cgi/php-src/ext/mb

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/mbstring/oniguruma .cvsignore /ext/mbstring/oniguruma/enc .cvsignore

2008-08-04 Thread Moriyoshi Koizumi
moriyoshi Mon Aug 4 21:11:19 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring/oniguruma .cvsignore /php-src/ext/mbstring/oniguruma/enc .cvsignore Log: - MFH: Added .libs to .cvsignore http://cvs.php.net/viewvc.cgi/php-src/ext/mb

[PHP-CVS] cvs: php-src /ext/imap php_imap.c /ext/imap/tests bug45705.phpt bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:13:34 2008 UTC Added files: /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Removed files: /php-src/ext/imap/tests bug45705.phpt Modified files: /php-src/ext/imap php_imap.c Log:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/imap php_imap.c /ext/imap/tests bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:14:28 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Modified files: /php-src/ext/imap php_imap.c Log: MFH:- Fixed bug #45705 (rfc822_parse_adrlist() modifies passe

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/imap php_imap.c /ext/imap/tests bug45705_1.phpt bug45705_2.phpt

2008-08-04 Thread Jani Taskinen
janiMon Aug 4 21:16:22 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/imap/tests bug45705_1.phpt bug45705_2.phpt Modified files: /php-srcNEWS /php-src/ext/imap php_imap.c Log: MFH:- Fixed bug #45705 (rfc822_parse_ad

[PHP-CVS] cvs: php-src /ext/mcrypt config.w32

2008-08-04 Thread Pierre-Alain Joye
pajoye Mon Aug 4 21:39:09 2008 UTC Modified files: /php-src/ext/mcrypt config.w32 Log: - detect _a or normal lib http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/config.w32?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/mcrypt/config.w32 diff -u php-src/ext/mc

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt config.w32

2008-08-04 Thread Pierre-Alain Joye
pajoye Mon Aug 4 21:39:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt config.w32 Log: - MFH: detect _a or normal lib http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/config.w32?r1=1.2.8.1&r2=1.2.8.2&diff_format=u Index: php-src/ext/mcrypt/con

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

2008-08-04 Thread Felipe Pena
felipe Mon Aug 4 23:48:09 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c Log: - Fix build (thanks Sebastian) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.32.2.15&r2=1.312.2.20.2.32.2.16&diff_format=u Index: php-src/ext/