[PHP-CVS] cvs: php-src(PHP_5_2) /main fopen_wrappers.c fopen_wrappers.h network.c safe_mode.c safe_mode.h

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 11:35:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main fopen_wrappers.c fopen_wrappers.h network.c safe_mode.c safe_mode.h Log: add const keywords http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappe

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h network.c

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 11:50:52 2006 UTC Modified files: /php-src/main fopen_wrappers.c fopen_wrappers.h network.c Log: MFB5.2: const keywording http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.182&r2=1.183&diff_format=u Index: php-src/main/fop

Re: [PHP-CVS] Re: cvs: php-src(PHP_5_2) /main/streams streams.c

2006-07-01 Thread Nuno Lopes
Hi Hannes, On 6/22/06, Nuno Lopes <[EMAIL PROTECTED]> wrote: Hi, > > @@ -1216,7 +1216,7 @@ > > > > p = php_stream_mmap_range(src, php_stream_tell(src), > > maxlen, PHP_STREAM_MAP_MODE_SHARED_READONLY, &mapped); > > > > - if (p) { > > + if (p && mapped) {

[PHP-CVS] cvs: php-src /ext/standard assert.c /ext/standard/tests/assert assert02.phpt

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 12:29:38 2006 UTC Modified files: /php-src/ext/standard assert.c /php-src/ext/standard/tests/assert assert02.phpt Log: MFB5.2: fix assert() problems http://cvs.php.net/viewvc.cgi/php-src/ext/standard/assert.c?r1=1.65&r2=1.66&diff_f

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard assert.c /ext/standard/tests/assert assert02.phpt

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 12:21:07 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/assert assert02.phpt Modified files: /php-src/ext/standard assert.c Log: fixed segfaults and such things within the new assert02.phpt test

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/fdf fdf.c /ext/gd gd.c /ext/standard basic_functions.c

2006-07-01 Thread Hannes Magnusson
bjori Sun Jul 2 00:10:36 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/standard basic_functions.c /php-src/ext/fdffdf.c /php-src/ext/gd gd.c Log: nuke types in arginfo http://cvs.php.net/viewvc.cgi/php-sr

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

2006-07-01 Thread Hannes Magnusson
bjori Sun Jul 2 00:11:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c /php-src/ext/standard basic_functions.c /php-src/ext/fdffdf.c /php-src/ext/gd gd.c Log: MFH: arginfo fixes http://cvs.php.net/vie