summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* fix windows buildphp-5.5.25PHP-5.5.25Ferenc Kovacs2015-05-141-7/+0
* Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-131-11/+18
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-171-1/+1
|\
| * Fix bug #69207 - move_uploaded_file allows nulls in pathStanislav Malyshev2015-03-171-1/+1
* | Fixed bug #69141 Missing arguments in reflection info for some builtin functionsReeze Xia2015-02-281-0/+2
* | Fix ARG_INFO for levenshteinДмитрий Пацура2015-02-271-1/+3
* | Fix bug #69033 (Request may get env. variables from previous requests if PHP ...Ferenc Kovacs2015-02-181-0/+3
* | Fixed #69015 (php-cgi's getopt does not see $argv)Xinchen Hui2015-02-131-2/+2
* | Shut up, my lovely compiler; I do not like your warningsBob Weinand2015-02-091-5/+0
* | Bump yearXinchen Hui2015-01-151-1/+1
* | partially fixed bug #66265Anatol Belski2014-11-211-7/+11
* | 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
* | 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.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
* | fix bug #65936 (dangling context pointer causes crash)Antony Dovgal2013-10-211-0/+1
* | code related typo fixesVeres Lajos2013-08-181-2/+2
* | 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