summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fixed Bug #63738 unpack: back result with Z formatRemi Collet2012-12-112-3/+25
* Invoke re2c with --no-generation-date to prevent unintentional / unnecessary ...Sebastian Bergmann2012-12-063-4/+4
* Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-11-271-1/+6
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-11-271-1/+6
| |\
| | * This test isn't supposed to pass on windowsAnatoliy Belsky2012-11-271-1/+6
* | | Add myself to QADavid Soria Parra2012-11-211-1/+1
* | | Update credits for 5.5Xinchen Hui2012-11-212-5/+5
* | | Merge branch 'PHP-5.4' into PHP-5.5Pierrick Charron2012-11-162-1/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Pierrick Charron2012-11-162-1/+34
| |\ \ | | |/
| | * Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from valuePierrick Charron2012-11-162-1/+34
| * | fix bug #63369Antony Dovgal2012-10-261-0/+5
* | | fix bug #63369Antony Dovgal2012-10-261-0/+5
* | | Merging in Password Hashing API into masterAnthony Ferrara2012-10-1617-97/+930
|\ \ \
| * | | Refactor to using a stack based zval instead of dynamic allocationAnthony Ferrara2012-10-071-21/+18
| * | | Clean up unreported memory leak by switching to zval_ptr_dtorAnthony Ferrara2012-10-071-4/+4
| * | | fix allocation and copy issueAnthony Ferrara2012-10-061-3/+3
| * | | Really fix leaks, add test cases to prove it...Anthony Ferrara2012-10-064-22/+54
| * | | Fix issue with possible memory leakAnthony Ferrara2012-10-051-7/+15
| * | | Fix some double free issues, and more cleanup workAnthony Ferrara2012-10-051-14/+17
| * | | Refactor slightly to enable cleaner readabilityAnthony Ferrara2012-09-171-5/+5
| * | | Fix arg info for required params passed to needs_rehashAnthony Ferrara2012-09-171-1/+1
| * | | Fix ucwords error casingAnthony Ferrara2012-09-171-2/+2
| * | | A bunch of naming convention fixes. No functionality changesAnthony Ferrara2012-09-172-23/+25
| * | | Switch to using an ENUM for algorithms instead of a constantAnthony Ferrara2012-09-132-19/+27
| * | | Fix incorrect arg info required param count for password_hashAnthony Ferrara2012-09-121-1/+1
| * | | Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-09-122-4/+4
| |\ \ \
| * | | | Expose PASSWORD_BCRYPT_DEFAULT_COST constant and update test to use itAnthony Ferrara2012-09-122-3/+5
| * | | | Switch test to using strict comparison for crypt fallbackAnthony Ferrara2012-09-121-1/+1
| * | | | Add tests for password_get_info and password_needs_rehashAnthony Ferrara2012-09-124-0/+147
| * | | | Refactoring to use size_t instead of int most placesAnthony Ferrara2012-09-042-63/+90
| * | | | Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-09-0442-285/+645
| |\ \ \ \
| * | | | | Remove password_make_salt() from the implementationAnthony Ferrara2012-08-285-118/+0
| * | | | | Switch second parameter to password_make_salt to be a flagAnthony Ferrara2012-07-114-23/+43
| * | | | | Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-07-103-10/+9
| |\ \ \ \ \
| * | | | | | Cleanup whitespace issuesAnthony Ferrara2012-07-051-5/+5
| * | | | | | Implement password_get_info() functionAnthony Ferrara2012-07-053-0/+37
| * | | | | | Fix issue with int vs long parameterAnthony Ferrara2012-07-051-2/+3
| * | | | | | Implement password_needs_rehash() functionAnthony Ferrara2012-07-053-0/+57
| * | | | | | Update signature info for changing algo to an ordinalAnthony Ferrara2012-07-031-1/+1
| * | | | | | Some more refactoring, make algo no longer optionalAnthony Ferrara2012-07-035-40/+43
| * | | | | | Remove php.ini setting for default bcrypt costAnthony Ferrara2012-07-033-19/+5
| * | | | | | Update password.c to use safe_emalloc in sensitive placesAnthony Ferrara2012-06-291-4/+4
| * | | | | | More refactoring of crypt into php_crypt, and fixing memory allocationAnthony Ferrara2012-06-293-45/+23
| * | | | | | Merge remote branch 'upstream/master' into hash_passwordAnthony Ferrara2012-06-295-9/+40
| |\ \ \ \ \ \
| * | | | | | | Refactor password.c a bit, add different error checkingAnthony Ferrara2012-06-284-79/+72
| * | | | | | | Refactor crypt to use an external working functionAnthony Ferrara2012-06-282-86/+103
| * | | | | | | Fix formatting issues in password.cAnthony Ferrara2012-06-271-67/+72
| * | | | | | | Add tests and error checking for large salt requested values to prevent overf...Anthony Ferrara2012-06-262-5/+24
| * | | | | | | Update tests to check ini settingAnthony Ferrara2012-06-261-0/+6
| * | | | | | | Add tests for password hashingAnthony Ferrara2012-06-267-0/+195