summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * 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
| | | * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | | * - Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arc...Felipe Pena2011-06-231-1/+1
| | | * - Fixed bug #54680 (missing TRACK_VARS_SERVER check)Felipe Pena2011-06-121-1/+2
| | | * - Fixed bug #54580 (get_browser() segmentation fault when the browscap iniGustavo André dos Santos Lopes2011-05-011-0/+1
| | | * - Fixed bug #53959 (reflection data for fgetcsv out-of-date).Gustavo André dos Santos Lopes2011-02-081-0/+1
| | | * Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by ChrisAdam Harvey2011-02-041-0/+2
| | | * revert non-BC change in 5.3Stanislav Malyshev2011-01-131-3/+0
| | | * MFH: added an option to http_build_query for RFC-3986 Rui Hirokawa2011-01-081-0/+3
| | | * - Year++Felipe Pena2011-01-011-1/+1
| | | * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+35
| | | * Fix my fix for arginfo, trunk patch will follow shortlyKalle Sommer Nielsen2010-08-171-1/+1
| | | * Fix arginfo for copy(), see r302376 for more infoKalle Sommer Nielsen2010-08-161-0/+2
| | | * - Fixed bug #51791 (constant() aborts execution when fail to check undefined ...Felipe Pena2010-05-131-1/+1