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

2009-03-29 Thread Pierre Joye
hi Scott, How did you reproduce the crash (ssl version, and with which input or config)? Please add a test case. Also please keep an eye on the "assign" field of a bug report, it is here for good reasons. Cheers, On Mon, Mar 30, 2009 at 1:32 AM, Scott MacVicar wrote: > scottmac              

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/filter/tests 046.phpt

2009-03-29 Thread Scott MacVicar
scottmacMon Mar 30 00:41:40 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/filter/tests 046.phpt Log: MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/046.phpt?

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/filter/tests 046.phpt

2009-03-29 Thread Scott MacVicar
scottmacMon Mar 30 00:41:09 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/filter/tests 046.phpt Log: MFH Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/046.phpt?

[PHP-CVS] cvs: php-src /ext/filter/tests 046.phpt

2009-03-29 Thread Scott MacVicar
scottmacMon Mar 30 00:41:01 2009 UTC Modified files: /php-src/ext/filter/tests 046.phpt Log: Fix test, -2147483648 is a valid unsigned int where -2147483649 isn't. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/tests/046.phpt?r1=1.3&r2=1.4&diff

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

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 23:35:58 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1451&r2=1.2027.2.547.2.1452&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.54

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

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 23:33:01 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault. http://cvs.php.net/viewvc.cgi/php-s

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

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 23:32:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslopenssl.c Log: MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault. http://cvs.php.net/viewvc.cgi/php-src/

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

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 23:32:17 2009 UTC Modified files: /php-src/ext/opensslopenssl.c Log: Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault. http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openss

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/sqlite3 config0.m4

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 21:34:13 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sqlite3config0.m4 Log: MFH Fix bug #47826 - Building with system sqlite3 can miss a symbol. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config0.m4?r1=1.1.

[PHP-CVS] cvs: php-src /ext/sqlite3 config0.m4

2009-03-29 Thread Scott MacVicar
scottmacSun Mar 29 21:33:59 2009 UTC Modified files: /php-src/ext/sqlite3config0.m4 Log: Fix bug #47826 - Building with system sqlite3 can miss a symbol. http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite3/config0.m4?r1=1.10&r2=1.11&diff_form

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

2009-03-29 Thread Stig Venaas
venaas Sun Mar 29 18:44:45 2009 UTC Modified files: /php-src/ext/ldap ldap.c Log: added OpenLDAP TLS options to ldap_get_option/ldap_set_option http://cvs.php.net/viewvc.cgi/php-src/ext/ldap/ldap.c?r1=1.195&r2=1.196&diff_format=u Index: php-src/ext/ldap/ldap.

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

2009-03-29 Thread Ilia Alshanetsky
iliaa Sun Mar 29 17:04:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.38&r2=1.312.2.20.2.39&diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/pcntl/tests 002.phpt

2009-03-29 Thread Matteo Beccati
mbeccatiSun Mar 29 16:43:47 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pcntl/tests002.phpt Log: MFH: - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait() # It isn't really necessary for the child to wait

[PHP-CVS] cvs: php-src /ext/pcntl/tests 002.phpt

2009-03-29 Thread Matteo Beccati
mbeccatiSun Mar 29 16:42:49 2009 UTC Modified files: /php-src/ext/pcntl/tests002.phpt Log: - Fixed pcntl test for platforms not accepting a very large timeout in sigtimedwait() # It isn't really necessary for the child to wait for PHP_INT_MAX seconds

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

2009-03-29 Thread Pierre-Alain Joye
pajoye Sun Mar 29 14:01:56 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd config.w32 Log: - check in the libpng dir as well http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.10.4.4.2.9&r2=1.10.4.4.2.10&diff_format=u Index: php-src/ext/

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

2009-03-29 Thread Pierre-Alain Joye
pajoye Sun Mar 29 14:01:15 2009 UTC Modified files: /php-src/ext/gd config.w32 Log: - check in the libpng dir as well http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/