Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre Joye
On Mon, Jul 7, 2008 at 3:23 AM, Steph Fox <[EMAIL PROTECTED]> wrote: > sfoxMon Jul 7 01:23:56 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-src/win32/buildconfig.w32 confutils.js > Log: > - Fix up some bits and pieces. For examples? Log message helps

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

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 08:36:04 2008 UTC Modified files: /php-src/ext/gd config.w32 gd.c Log: - restore wrongly removed vars - test if zlib is shared or not (possible conflict) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.25&r2=1.26&diff_format

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

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 08:40:04 2008 UTC Modified files: /php-src/ext/gd config.w32 gd.c Log: - add support for old named zlib (no _a or dynamic) - nuke the right unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.26&r2=1.27&diff_format=

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

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 08:41:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd config.w32 Log: - test for ZLIB_SHARED (possible conflict) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.10.4.4.2.1&r2=1.10.4.4.2.2&diff_format=u Index: php-

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

2008-07-07 Thread Alexey Zakhlestin
indeyetsMon Jul 7 09:47:03 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: MFB: added arginfo (fixes #45388) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.277&r2=1.278&diff_format=u Index: php-src/ext/mbstring/m

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

2008-07-07 Thread Alexey Zakhlestin
indeyetsMon Jul 7 09:57:12 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: MFB: updated to the new parameter-parsing api http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.278&r2=1.279&diff_format=u Index: php-src/ext

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

2008-07-07 Thread Alexey Zakhlestin
indeyetsMon Jul 7 10:00:31 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: MFB: string length -> int http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.279&r2=1.280&diff_format=u Index: php-src/ext/mbstring/mbstring.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard credits_ext.h

2008-07-07 Thread Jani Taskinen
janiMon Jul 7 10:36:50 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard credits_ext.h Log: - Update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.30.2.6.2.6.2.2&r2=1.30.2.6.2.6.2.3&diff_format=u Index: ph

[PHP-CVS] cvs: php-src /ext/standard credits_ext.h

2008-07-07 Thread Jani Taskinen
janiMon Jul 7 10:38:16 2008 UTC Modified files: /php-src/ext/standard credits_ext.h Log: - Update credits http://cvs.php.net/viewvc.cgi/php-src/ext/standard/credits_ext.h?r1=1.43&r2=1.44&diff_format=u Index: php-src/ext/standard/credits_ext.h diff -u

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

2008-07-07 Thread Jani Taskinen
Good luck figuring out the info with different compilers..and which architecture you want there? Host, build or target? IMO, this needs too much work to get working properly so count me out. --Jani Steph Fox wrote: sfoxMon Jul 7 01:25:53 2008 UTC Modified files:

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

2008-07-07 Thread Pierre Joye
On Mon, Jul 7, 2008 at 3:25 AM, Steph Fox <[EMAIL PROTECTED]> wrote: > sfoxMon Jul 7 01:25:53 2008 UTC > > Modified files: (Branch: PHP_5_3) >/php-src/ext/standard info.c > Log: > - Don't do stuff twice over > @Jani: pick up mail! What are you doing here? Ca

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
Hi Pierre, - Fix up some bits and pieces. For examples? Log message helps to see what has been changed, please be verbose. Literally 'bits and pieces'. The duplicate function we discussed, ws, moving the MS versioning stuff to somewhere it could be used in config.w32.h. (Not moving it b

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

2008-07-07 Thread Steph Fox
Pierre, What are you doing here? Can you please revert this commit asap, thanks. Please look at the code before reacting, this is actually the proper way to do it ('proper' as in, this is the way all the other build-specific information reaches phpinfo()). Thanks, - Steph -- PHP CVS

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 12:40:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c php_mbregex.h Log: - Added arginfo - Removed unnecessary #include "zend_arg_defs.c" http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=

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

2008-07-07 Thread Steph Fox
Hi Jani, Good luck figuring out the info with different compilers.. You're saying the build system doesn't know it? and which architecture you want there? Host, build or target? Good question. Which does PHP use to determine a 64-bit or 32-bit build? IMO, this needs too much work to get

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 12:52:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: - Removed unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25.2.13&r2=1.224.2.22.2.25.2.14&diff_for

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre Joye
On Mon, Jul 7, 2008 at 2:33 PM, Steph Fox <[EMAIL PROTECTED]> wrote: > > Hi Pierre, > >>> - Fix up some bits and pieces. >> >> For examples? Log message helps to see what has been changed, please be >> verbose. > > Literally 'bits and pieces'. The duplicate function we discussed, ws, moving > the

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
Hi Pierre, I'm about to commit some other changes, do you have any other pending commits? Not in this area. I'll concentrate on killing the .dsp files off - I tested now and they don't even work any more under VC6. One change I will apply is to put the useful functions and data in confuti

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre Joye
On Mon, Jul 7, 2008 at 3:03 PM, Steph Fox <[EMAIL PROTECTED]> wrote: >> One change I will apply is to put the useful functions and data in >> confutils and not in a specific config.w32. confutils is the common >> trunc and is run before any other config.w32 code. > > Please test this first. I'm ta

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
this file is generated automatically on each time you run configure. It is fine to keep the config.w32.h.in as dummy template (it is not used), so we have a file in cvs with all possible values, just like a autoconf's configurefile. Ah no, you've misunderstood it. The config.w32.h.in file is n

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre Joye
On Mon, Jul 7, 2008 at 3:18 PM, Steph Fox <[EMAIL PROTECTED]> wrote: > >> this file is generated automatically on each time you run configure. >> It is fine to keep the config.w32.h.in as dummy template (it is not >> used), so we have a file in cvs with all possible values, just like a >> autoconf'

Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Steph Fox
I will update the js again and add some comments to avoid confusions in the future (HEAD and 5.3, please also apply any of your commits to both branches). Eh, just the one leetle old laptop with not much space or memory. One day 5.3, next day HEAD. I don't mind doing my own MFB, it's just the

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 13:32:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 confutils.js Log: - move common functions to confutils - rename the summary option to reflect its usage (Enable Sumamry, yes) http://cvs.php.net/viewvc

[PHP-CVS] cvs: php-src /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 13:48:23 2008 UTC Modified files: /php-src/win32/buildconfig.w32 confutils.js Log: - move common functions to confutil - MFB: allow to disable the summary (and move test in the function) http://cvs.php.net/viewvc.cgi/php-src/win32/bu

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build config.w32 confutils.js

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 13:51:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32 confutils.js Log: - MFH: - use ARG_ENABLE for the summary option - move test if summary function http://cvs.php.net/viewvc.cgi/php-src/win32/build

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 13:52:44 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c php_mbregex.h Log: MFB: - Added arginfo - Removed unnecessary #include "zend_arg_defs.c" http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.280&r2=1

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 13:55:42 2008 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: - MFB: Removed unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.281&r2=1.282&diff_format=u Index: php-src/ext/mbstring/mbstring

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 17:18:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.26.2.13&r2=1.208.2.7.2.26.2.14&diff_format=u Index: php-src/ext/i

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 17:19:07 2008 UTC Modified files: /php-src/ext/imap php_imap.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.253&r2=1.254&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 17:33:47 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/interbase interbase.c Log: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.225.2.4.2.7.2.3&r2=1.225.2.4.2.7.2.4&diff_format=u Index: ph

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

2008-07-07 Thread Felipe Pena
felipe Mon Jul 7 17:34:07 2008 UTC Modified files: /php-src/ext/interbase interbase.c Log: MFB: - Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/interbase.c?r1=1.238&r2=1.239&diff_format=u Index: php-src/ext/interbase/interbase.c diff

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2008-07-07 Thread Hannes Magnusson
bjori Mon Jul 7 17:58:32 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcEXTENSIONS Log: He doesn't actually maintain it that much... :) http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.72.2.4.2.4.2.6&r2=1.72.2.4.2.4.2.7&diff_format=u Index: php

[PHP-CVS] cvs: php-src / EXTENSIONS

2008-07-07 Thread Hannes Magnusson
bjori Mon Jul 7 17:59:52 2008 UTC Modified files: /php-srcEXTENSIONS Log: MFB: once is enough http://cvs.php.net/viewvc.cgi/php-src/EXTENSIONS?r1=1.82&r2=1.83&diff_format=u Index: php-src/EXTENSIONS diff -u php-src/EXTENSIONS:1.82 php-src/EXTENSIONS:1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl .cvsignore CREDITS TODO config.m4 config.w32 intl_common.h intl_convert.c intl_convert.h intl_data.h intl_error.c intl_error.h php_intl.c php_intl.h /ext/int

2008-07-07 Thread Stanislav Malyshev
stasMon Jul 7 22:51:05 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/intl .cvsignore CREDITS TODO config.m4 config.w32 intl_common.h intl_convert.c intl_convert.h intl_data.h intl_error.c intl_error.h php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/intl/dateformat .cvsignore dateformat.c dateformat.h dateformat_attr.c dateformat_attr.h dateformat_class.c dateformat_class.h dateformat_data.c dateformat_data.h

2008-07-07 Thread Stanislav Malyshev
stasMon Jul 7 23:10:15 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/intl/dateformat.cvsignore dateformat.c dateformat.h dateformat_attr.c dateformat_attr.h dateforma