summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Will Fitch2014-01-181-1/+1
|\
| * 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
* | | | Merge branch 'PHP-5.6'Xinchen 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
| |\ \ \ | | |/ /
* | | | Eliminate the TSRMLS_FETCH() calls in the ticks functions and hookKalle Sommer Nielsen2013-12-181-1/+1
* | | | Merge branch 'PHP-5.5'Xinchen 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
| | | * Fixed bug #60222 (time_nanosleep() does validate input params).Ilia Alshanetsky2012-03-121-0/+9
| | | * - Fixed bug #61253: Wrappers opened with errors concurrency problemGustavo André dos Santos Lopes2012-03-081-0/+2
| | | * - Year++Felipe Pena2012-01-011-1/+1
| | | * - Fixed invalid free in call_user_method() functionFelipe Pena2011-11-221-1/+3
| | | * - be sure to check if the var ha not been removed between the two callsPierre Joye2011-09-261-1/+7
| | | * - Fix bug #55622, better fix for this issue, old fix can break if sizeof(size...Pierre Joye2011-09-261-1/+5
| | | * - fix #55622, mem corruption on large inputPierre Joye2011-09-061-1/+1
| | | * - Fixed bug #55576: Cannot conditionally move uploaded file without raceGustavo André dos Santos Lopes2011-09-041-1/+0
| | | * Remove no sense statementsXinchen Hui2011-08-081-4/+0
| | | * revert -r314422Xinchen Hui2011-08-071-8/+4
| | | * Fixed bug that may dereferenced NULL pointer before checkingXinchen Hui2011-08-071-4/+8
| | | * - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1