]> granicus.if.org Git - php/shortlog
php
2012-10-06 Anthony Ferrarafix allocation and copy issue
2012-10-06 Anthony FerraraReally fix leaks, add test cases to prove it...
2012-10-05 Anthony FerraraFix issue with possible memory leak
2012-10-05 Anthony FerraraFix some double free issues, and more cleanup work
2012-09-17 Anthony FerraraRefactor slightly to enable cleaner readability
2012-09-17 Anthony FerraraFix arg info for required params passed to needs_rehash
2012-09-17 Anthony FerraraFix ucwords error casing
2012-09-17 Anthony FerraraA bunch of naming convention fixes. No functionality...
2012-09-13 Anthony FerraraSwitch to using an ENUM for algorithms instead of a...
2012-09-12 Anthony FerraraFix incorrect arg info required param count for passwor...
2012-09-12 Anthony FerraraAdd news entry for password API
2012-09-12 Anthony FerraraMerge remote branch 'upstream/master' into hash_password
2012-09-12 Anthony FerraraExpose PASSWORD_BCRYPT_DEFAULT_COST constant and update...
2012-09-12 Anthony FerraraRemove bcrypt_cost ini entry from declaration
2012-09-12 Anthony FerraraSwitch test to using strict comparison for crypt fallback
2012-09-12 Anthony FerraraAdd tests for password_get_info and password_needs_rehash
2012-09-12 Gustavo André... Generators & UPGRADING
2012-09-11 Xinchen HuiCapitalize the warning message
2012-09-11 Xinchen HuiRearrange the codes, remove empty lines
2012-09-11 Xinchen HuiMerge branch 'invalid-timezone' of https://github.com...
2012-09-11 Simon WelshProvide a specific error message if date.timezone value...
2012-09-11 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-11 Xinchen Huiregenerate patch, and save a strlen
2012-09-10 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-10 Xinchen HuiFix the wrong use of snprintf which is introduced in...
2012-09-10 Dmitry StogovMerge branch 'PHP-5.4'
2012-09-10 Dmitry StogovFixed unintendent clearance of PHP_OUTPUT_ACTIVATED...
2012-09-10 Adam HarveyMerge branch 'PHP-5.4'
2012-09-10 Adam HarveyMerge branch 'PHP-5.3' into PHP-5.4
2012-09-10 Adam HarveyFix doc bug #63032 (Number of release in documentation).
2012-09-09 Anatoliy BelskyMerge branch 'PHP-5.4'
2012-09-09 Reeze Xiafixed test for bug #52944 also for darwin
2012-09-08 unknownMerge branch 'PHP-5.4'
2012-09-08 unknownMerge branch 'PHP-5.3' into PHP-5.4
2012-09-08 unknown-enable VC11 (vc2012)
2012-09-06 Dmitry StogovMerge branch 'PHP-5.4'
2012-09-06 Dmitry StogovMerge branch 'PHP-5.3' into PHP-5.4
2012-09-06 Dmitry Stogov- Fixed bug #61767 (Shutdown functions not called in...
2012-09-05 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-05 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2012-09-05 Xinchen Huiyear++
2012-09-05 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-05 Xinchen Huicorrect PHP version & year++
2012-09-05 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2012-09-05 Xinchen HuiCorrect PHP version
2012-09-05 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-05 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2012-09-05 Xinchen Huiyear++
2012-09-05 Pierre JoyeMerge branch 'PHP-5.4'
2012-09-05 Pierre Joye- fix build, there was no tsrm context there, doing...
2012-09-05 Pierre Joye- fix build, declarations must be 1st in a contextgit...
2012-09-05 Dmitry StogovMerge branch 'PHP-5.4'
2012-09-05 Dmitry StogovFixed bug #62907 (Double free when use traits)
2012-09-05 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2012-09-05 Dmitry StogovFixed bug #62991 (Segfault with generator and closure)
2012-09-04 Anthony FerraraRefactoring to use size_t instead of int most places
2012-09-04 Anthony FerraraMerge remote branch 'upstream/master' into hash_password
2012-09-03 Anatoliy BelskyMerge branch 'PHP-5.4'
2012-09-03 Anatoliy Belskyforked two tests for windows
2012-09-03 Dmitry StogovMerge branch 'PHP-5.4'
2012-09-03 Dmitry StogovFixed bug #50997 (SOAP Error when trying to submit...
2012-09-03 Dmitry StogovMerge branch 'PHP-5.3' into PHP-5.4
2012-09-03 Dmitry StogovFixed bug #50997 (SOAP Error when trying to submit...
2012-09-03 Dmitry StogovFixed bug #50997 (SOAP Error when trying to submit...
2012-09-03 Dmitry StogovMerge branch 'PHP-5.3' into PHP-5.4
2012-09-03 Dmitry StogovFixed bug #50997 (SOAP Error when trying to submit...
2012-09-03 Dmitry StogovFixed bug #50997 (SOAP Error when trying to submit...
2012-09-02 Lars StrojnyMerge branch 'PHP-5.4'
2012-09-02 Lars StrojnyBug #49510: Boolean validation fails with FILTER_NULL_O...
2012-09-02 Nikita PopovMerge remote-tracking branch 'reeze/add-reflection...
2012-09-02 Reeze XiaImplemented ReflectionFunction::isGenerator()
2012-09-02 Lars StrojnyAllow null as a default value for length in mb_substr...
2012-09-02 Lars StrojnyMerge branch 'PHP-5.4' of git://github.com/php/php...
2012-09-02 Lars StrojnyAllow null as a default value for length in mb_substr...
2012-09-02 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-02 Xinchen Huifolder
2012-09-02 Lars StrojnyInitializing optional argument description in assert()
2012-09-02 Lars StrojnyInitializing optional argument description in assert()
2012-09-02 Xinchen HuiFix test failed due to new Token T_YIELD
2012-09-02 Stanislav MalyshevMerge branch 'PHP-5.4'
2012-09-01 Stanislav Malyshevfix NEWS
2012-09-01 Nikita PopovFix leak when yielding array as key
2012-09-01 Nikita PopovDrop obsolete test
2012-09-01 Gustavo LopesMerge branch 'generators'
2012-09-01 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-01 Xinchen HuiRemove extra blank in notice message, should act as...
2012-09-01 Xinchen HuiMerge branch 'PHP-5.4'
2012-09-01 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2012-09-01 Xinchen HuiFixed bug #62987 (Assigning to ArrayObject[null][someth...
2012-08-31 Lars Strojnyassert() user message
2012-08-31 Lars StrojnyTests for the previous assert() with user message
2012-08-31 Lars Strojnyassert() user message
2012-08-31 Xinchen HuiMerge branch 'PHP-5.4'
2012-08-31 Xinchen HuiMerge branch 'PHP-5.3' into PHP-5.4
2012-08-31 Xinchen HuiFixed bug #62976 (Notice: could not be converted to...
2012-08-30 Felipe Pena- BFN
2012-08-30 Felipe PenaMerge branch 'PHP-5.4'
2012-08-30 Felipe PenaMerge branch 'PHP-5.3' into PHP-5.4
2012-08-30 Felipe Pena- Fixed bug #62955 (Only one directive is loaded from...
2012-08-29 Nikita PopovFix typos
next