pajoye Sun, 21 Feb 2010 17:44:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295308
Log:
- get the right error on windows
Changed paths:
U php/php-src/branches/PHP_5_3/main/streams/plain_wrapper.c
U php/php-src/trunk/main/streams
pajoye Sun, 21 Feb 2010 18:11:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295309
Log:
- Fix #51059, crypt can fail and return NULL, on almost all implementations
Bug: http://bugs.php.net/51059 (Assigned) crypt() segfaults on certain salts
geissert Sun, 21 Feb 2010 18:22:46 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295311
Log:
Fix the name of the locale in some tests
Changed paths:
U php/php-src/branches/PHP_5_2/ext/standard/tests/strings/strtoupper1.phpt
U php/php
joey Sun, 21 Feb 2010 18:50:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295314
Log:
Not sure how I screwed up that MFH so badly. Proper
fix to config.m4 applied for when checking different
crypt() types.
Changed paths:
U php/php-s
pajoye Sun, 21 Feb 2010 23:47:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295339
Log:
- Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
reject iteration counts encoded as 36 through 39. Previously, these wo
pajoye Mon, 22 Feb 2010 00:05:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295340
Log:
- With "extended" hashes, detect and reject invalid "setting" strings.
With "traditional" hashes, support many "reasonable" invalid salts in
UFC-cryp
pajoye Mon, 22 Feb 2010 00:34:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295350
Log:
- crypt() fixes and sync with Solar Designer updates (rev. 295294, 295294,
295294, 295294, 295294, 295294)
Changed paths:
_U php/php-src/branches/
pajoye Mon, 22 Feb 2010 00:39:55 +
Revision: http://svn.php.net/viewvc?view=revision&revision=295351
Log:
- crypt entry
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS