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

2007-10-22 Thread Dmitry Stogov
dmitry Mon Oct 22 07:37:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)

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

2007-10-22 Thread Dmitry Stogov
dmitry Mon Oct 22 07:37:37 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)

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

2007-10-22 Thread Dmitry Stogov
dmitry Mon Oct 22 07:37:52 2007 UTC Modified files: /php-src/ext/standard basic_functions.c Log: Fixed move_uploaded_file() to always set file permissions of resulting file according to UMASK (Andrew Sitnikov)

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

2007-10-22 Thread Dmitry Stogov
dmitry Mon Oct 22 07:52:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: forgotten description http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.983r2=1.2027.2.547.2.984diff_format=u Index: php-src/NEWS diff -u

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

2007-10-22 Thread Andrey Hristov
andrey Mon Oct 22 10:35:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysqli mysqli.c Log: Make it compile with libmysql 3.23 http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.16.2.20r2=1.72.2.16.2.21diff_format=u Index:

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

2007-10-22 Thread Raghubansh Kumar
kraghubaMon Oct 22 11:13:50 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_filter_object.phpt Log: more testcase for array_filter() function

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_filter_object.phpt

2007-10-22 Thread Raghubansh Kumar
kraghubaMon Oct 22 11:16:03 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_filter_object.phpt Log: more testcases for array_filter() function

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_filter_object.phpt

2007-10-22 Thread Raghubansh Kumar
kraghubaMon Oct 22 11:17:18 2007 UTC Modified files: /php-src/ext/standard/tests/array array_filter_object.phpt Log: more testcases for array_filter() function

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

2007-10-22 Thread Ilia Alshanetsky
iliaa Mon Oct 22 22:42:43 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mssql php_mssql.c Log: Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)

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

2007-10-22 Thread Ilia Alshanetsky
iliaa Mon Oct 22 22:42:54 2007 UTC Modified files: /php-src/ext/mssql php_mssql.c Log: MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)

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

2007-10-22 Thread Ilia Alshanetsky
iliaa Mon Oct 22 22:43:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mssql php_mssql.c /php-srcNEWS Log: MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)

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

2007-10-22 Thread Mattias Bengtsson
mattias Tue Oct 23 01:58:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd_security.c Log: - Be paranoid and dont allow multiplication with zero

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

2007-10-22 Thread Mattias Bengtsson
mattias Tue Oct 23 01:58:30 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gd_security.c Log: -MFB, Be paranoid and dont allow multiplication with zero

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

2007-10-22 Thread Mattias Bengtsson
mattias Tue Oct 23 01:58:41 2007 UTC Modified files: /php-src/ext/gd/libgd gd_security.c Log: -MFB, Be paranoid and dont allow multiplication with zero http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_security.c?r1=1.1r2=1.2diff_format=u Index: