summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect argument reflection info for array_multisort()Alexander Lisachenko2014-11-231-6/+3
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-11-211-7/+11
|\
| * partially fixed bug #66265Anatol Belski2014-11-211-7/+11
* | dll export APIs needed by phpdbgAnatol Belski2014-10-291-2/+2
* | Making ini parser typedTjerk Meesters2014-09-011-0/+1
* | Revert "Fix bug #66568: the second arg for unserialize is optional." as we al...Ferenc Kovacs2014-07-251-1/+1
* | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-07-121-1/+2
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-07-121-1/+2
| |\
| | * Fix for bug #34407 - ucwords and title caseTjerk Meesters2014-07-121-1/+2
| | * Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
| * | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
* | | Revert "Add optional second arg to unserialize()"Ferenc Kovacs2014-06-111-1/+0
* | | Fixed bug #67399 (putenv with empty variable may lead to crash)Stanislav Malyshev2014-06-081-56/+55
* | | Fix bug #66568: the second arg for unserialize is optional.Ferenc Kovacs2014-04-131-1/+1
* | | Shut up, my lovely compiler; I do not like your warningsBob Weinand2014-04-111-5/+0
* | | Declare a number of functions as variadic.Rouven Weßling2014-02-161-57/+29
* | | Merge branch 'PHP-5.5' into PHP-5.6Will Fitch2014-01-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-181-1/+1
| |\ \ | | |/
| | * Fix bug #66509: copy() arginfo incorrect since 5.4Will Fitch2014-01-181-1/+1
| | * Bump yearXinchen Hui2014-01-031-1/+1
| * | Bump yearXinchen Hui2014-01-031-1/+1
* | | Bump yearXinchen Hui2014-01-031-1/+1
* | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2013-11-171-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-171-1/+1
| |\ \ | | |/
| | * Fixed Bug #66094 (unregister_tick_function tries to cast a Closure to a string)Xinchen Hui2013-11-171-1/+1
| | * Happy New YearXinchen Hui2013-01-011-1/+1
| | * fix bug #63369Antony Dovgal2012-10-261-0/+5
* | | Merge branch 'pull-request/287'Sherif Ramadan2013-10-301-0/+1
|\ \ \
| * | | forgot introspection changesdatibbaw2013-09-281-0/+1
* | | | Merge branch 'PHP-5.5'Antony Dovgal2013-10-211-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | fix bug #65936 (dangling context pointer causes crash)Antony Dovgal2013-10-211-0/+1
* | | | Implement variadic function syntaxNikita Popov2013-09-261-7/+8
| |/ / |/| |
* | | Merge branch 'PHP-5.5'Stanislav Malyshev2013-08-181-2/+2
|\ \ \ | |/ /
| * | code related typo fixesVeres Lajos2013-08-181-2/+2
* | | Add optional second arg to unserialize()Sara Golemon2013-05-161-0/+1
|/ /
* | Remove curl wrappersPierrick Charron2013-04-231-4/+0
* | Merge branch 'pull-request/257' into PHP-5.5David Soria Parra2013-03-201-0/+7
|\ \
| * | array_column: Removed array_pluck() aliasBen Ramsey2013-01-141-1/+0
| * | array_column: Set array_pluck as an alias for array_columnBen Ramsey2013-01-111-0/+1
| * | array_column: Implement ability to specify an index columnBen Ramsey2013-01-111-1/+2
| * | Implement new array function array_column()Ben Ramsey2013-01-111-0/+6
| * | Happy New Year~Xinchen Hui2013-01-011-1/+1
* | | Happy New YearXinchen Hui2013-01-011-1/+1
* | | fix bug #63369Antony Dovgal2012-10-261-0/+5
* | | Fix arg info for required params passed to needs_rehashAnthony Ferrara2012-09-171-1/+1
* | | 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-041-20/+5
|\ \ \
| * \ \ Merge branch 'PHP-5.4'Xinchen Hui2012-08-121-2/+5
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-121-2/+5
| | |\ \ | | | |/
| | | * Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-121-2/+5