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

2008-08-20 Thread Pierre-Alain Joye
pajoye Wed Aug 20 13:27:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard php_crypt_r.c Log: - strncpy returns the byte copied not error code or 0

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

2008-08-10 Thread Pierre-Alain Joye
pajoye Sun Aug 10 21:34:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard php_crypt_r.c Log: - MFH: fix the VC6 fix or strncpy_s (md5 crypt failed with VC9 as it used strncpy wrongly)

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

2008-08-10 Thread Pierre-Alain Joye
pajoye Sun Aug 10 21:42:48 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard php_crypt_r.c Log: - debugbreak may not be desired (harmless in release mode :)

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

2008-07-28 Thread Elizabeth Marie Smith
auroraeosrose Mon Jul 28 16:43:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard php_crypt_r.c Log: Secure versions of string functions don't exist for VC6