Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect argument reflection info for array_multisort() | Alexander Lisachenko | 2014-11-23 | 1 | -6/+3 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-11-21 | 1 | -7/+11 |
|\ | |||||
| * | partially fixed bug #66265 | Anatol Belski | 2014-11-21 | 1 | -7/+11 |
* | | dll export APIs needed by phpdbg | Anatol Belski | 2014-10-29 | 1 | -2/+2 |
* | | Making ini parser typed | Tjerk Meesters | 2014-09-01 | 1 | -0/+1 |
* | | Revert "Fix bug #66568: the second arg for unserialize is optional." as we al... | Ferenc Kovacs | 2014-07-25 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| |\ | |||||
| | * | Fix for bug #34407 - ucwords and title case | Tjerk Meesters | 2014-07-12 | 1 | -1/+2 |
| | * | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
| * | | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
* | | | Revert "Add optional second arg to unserialize()" | Ferenc Kovacs | 2014-06-11 | 1 | -1/+0 |
* | | | Fixed bug #67399 (putenv with empty variable may lead to crash) | Stanislav Malyshev | 2014-06-08 | 1 | -56/+55 |
* | | | Fix bug #66568: the second arg for unserialize is optional. | Ferenc Kovacs | 2014-04-13 | 1 | -1/+1 |
* | | | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2014-04-11 | 1 | -5/+0 |
* | | | Declare a number of functions as variadic. | Rouven Weßling | 2014-02-16 | 1 | -57/+29 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Will Fitch | 2014-01-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Will Fitch | 2014-01-18 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix bug #66509: copy() arginfo incorrect since 5.4 | Will Fitch | 2014-01-18 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2013-11-17 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-17 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string) | Xinchen Hui | 2013-11-17 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | fix bug #63369 | Antony Dovgal | 2012-10-26 | 1 | -0/+5 |
* | | | Merge branch 'pull-request/287' | Sherif Ramadan | 2013-10-30 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | forgot introspection changes | datibbaw | 2013-09-28 | 1 | -0/+1 |
* | | | | Merge branch 'PHP-5.5' | Antony Dovgal | 2013-10-21 | 1 | -0/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | fix bug #65936 (dangling context pointer causes crash) | Antony Dovgal | 2013-10-21 | 1 | -0/+1 |
* | | | | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -7/+8 |
| |/ / |/| | | |||||
* | | | Merge branch 'PHP-5.5' | Stanislav Malyshev | 2013-08-18 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | code related typo fixes | Veres Lajos | 2013-08-18 | 1 | -2/+2 |
* | | | Add optional second arg to unserialize() | Sara Golemon | 2013-05-16 | 1 | -0/+1 |
|/ / | |||||
* | | Remove curl wrappers | Pierrick Charron | 2013-04-23 | 1 | -4/+0 |
* | | Merge branch 'pull-request/257' into PHP-5.5 | David Soria Parra | 2013-03-20 | 1 | -0/+7 |
|\ \ | |||||
| * | | array_column: Removed array_pluck() alias | Ben Ramsey | 2013-01-14 | 1 | -1/+0 |
| * | | array_column: Set array_pluck as an alias for array_column | Ben Ramsey | 2013-01-11 | 1 | -0/+1 |
| * | | array_column: Implement ability to specify an index column | Ben Ramsey | 2013-01-11 | 1 | -1/+2 |
| * | | Implement new array function array_column() | Ben Ramsey | 2013-01-11 | 1 | -0/+6 |
| * | | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | fix bug #63369 | Antony Dovgal | 2012-10-26 | 1 | -0/+5 |
* | | | Fix arg info for required params passed to needs_rehash | Anthony Ferrara | 2012-09-17 | 1 | -1/+1 |
* | | | Fix incorrect arg info required param count for password_hash | Anthony Ferrara | 2012-09-12 | 1 | -1/+1 |
* | | | Merge remote branch 'upstream/master' into hash_password | Anthony Ferrara | 2012-09-04 | 1 | -20/+5 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-12 | 1 | -2/+5 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-12 | 1 | -2/+5 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #62763 (register_shutdown_function and extending class) | Xinchen Hui | 2012-08-12 | 1 | -2/+5 |