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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 10:50:19 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: Remove duplicate 'wrong param count' warning http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.112r2=1.113diff_format=u Index: php-src/ext/spl/spl_array.c

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 13:43:20 2006 UTC Modified files: /php-src/ext/gd/tests gif.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/gif.phpt?r1=1.2r2=1.3diff_format=u Index: php-src/ext/gd/tests/gif.phpt diff -u

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 13:49:58 2006 UTC Modified files: /php-src/ext/filter filter.c Log: Error message cleanup (patch by Matt W (php_lists -AT- realpain.com)) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.70r2=1.71diff_format=u Index:

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 15:27:28 2006 UTC Modified files: /php-src/ext/gd gd.c Log: Fix wrong param count error message http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.358r2=1.359diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd_ctx.c /ext/gd/tests bug39082.phpt

2006-10-08 Thread Pierre-Alain Joye
pajoye Sun Oct 8 17:36:10 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests bug39082.phpt Modified files: /php-src/ext/gd gd_ctx.c Log: - #39082, image* segfaults when used with only one argument (introduced in

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

2006-10-08 Thread Pierre-Alain Joye
pajoye Sun Oct 8 17:42:55 2006 UTC Modified files: /php-src/ext/gd gd_ctx.c /php-src/ext/gd/tests bug39082.phpt Log: - MFB: #39082, image* segfaults when used with only one argument (introduced in 5.2+, no news entry)

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

2006-10-08 Thread Sara Golemon
pollita Sun Oct 8 18:00:44 2006 UTC Modified files: /php-src/ext/standard type.c Log: Fix win32 (again), just temporarily convert the classname to ascii on this platform...

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

2006-10-08 Thread Edin Kadribasic
According to U_STRING_DECL documentation the second arg can only be a string literal, so I guess coding for undocumented behavior is not should be avoided on all platforms. Edin Sara Golemon wrote: pollita Sun Oct 8 18:00:44 2006 UTC Modified files:

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

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 20:06:05 2006 UTC Modified files: /php-src/ext/standard/tests/array locale_sort.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/locale_sort.phpt?r1=1.5r2=1.6diff_format=u Index:

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

2006-10-08 Thread Ilia Alshanetsky
iliaa Sun Oct 8 22:38:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: Added missing configuration checks http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.10r2=1.62.2.14.2.11diff_format=u Index:

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

2006-10-08 Thread Ilia Alshanetsky
iliaa Sun Oct 8 22:39:48 2006 UTC Modified files: /php-src/ext/curl interface.c Log: MFB: Added missing configuration checks http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/curl/interface.c diff

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

2006-10-08 Thread Pierre-Alain Joye
pajoye Mon Oct 9 00:04:10 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: - fix possible segfault (see test 004) always exists and returns NULL on error

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

2006-10-08 Thread Pierre-Alain Joye
pajoye Mon Oct 9 00:06:40 2006 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: fix possible segfault (see test 004) always exists and returns NULL on error (thx Bjori for the head up)

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

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:48:06 2006 UTC Modified files: /php-src/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h /php-srcNEWS Log: Add stream_resolve_include_path()

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

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:52:27 2006 UTC Modified files: /php-src/ext/standard file.c Log: Fix realpath() in unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.462r2=1.463diff_format=u Index: php-src/ext/standard/file.c diff -u

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

2006-10-08 Thread Sara Golemon
pollita Mon Oct 9 02:55:38 2006 UTC Modified files: /php-src/ext/standard type.c Log: Oi http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.47r2=1.48diff_format=u Index: php-src/ext/standard/type.c diff -u php-src/ext/standard/type.c:1.47

[PHP-CVS] cvs: php-src /ext/mysqli config.m4

2006-10-08 Thread Georg Richter
georg Mon Oct 9 04:46:03 2006 UTC Modified files: /php-src/ext/mysqli config.m4 Log: Fix for bug #39085: PHP6 requires mysqli_set_character_set function which was introduced in MySQL 4.1.13 and 5.0.7