summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-04-131-5/+5
|\
| * Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-131-5/+5
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-02-231-5/+5
|\ \ | |/
| * Fix some arginfosGabriel Caruso2018-02-231-5/+5
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-271-1/+3
|\ \ | |/
| * Fix allocationAnatol Belski2017-11-271-1/+1
| * Fix memory leakAnatol Belski2017-11-271-0/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-271-9/+42
|\ \ | |/
| * Fixed bug #75574 putenv does not work properly if parameter contains non-ASCI...Anatol Belski2017-11-271-9/+42
* | Only compute callback name in error casesNikita Popov2017-06-251-21/+10
* | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-5/+5
* | Merge branch 'PHP-7.1'Remi Collet2017-06-131-2/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-06-131-2/+2
| |\
| | * Fixes bug #74708 reflection signatures for random_bytes+random_intTyson Andre2017-06-131-2/+2
* | | Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-3/+17
* | | Merge branch 'PHP-7.1'Sebastian Bergmann2017-04-111-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sebastian Bergmann2017-04-111-0/+1
| |\ \ | | |/
| | * Fix bug #74409Sebastian Bergmann2017-04-111-0/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-271-0/+2
|\ \ \ | |/ /
| * | Don't retain mt_rand() seeds across requestsx-xiang2017-03-271-0/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-161-1/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-161-1/+5
| |\ \ | | |/
| | * Return FALSE if error_log fails to write all bytesAdam Saponara2017-03-161-1/+5
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-02-231-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-02-231-0/+1
| |\ \ | | |/
| | * Fixed bug #74148 (ReflectionFunction incorrectly reports the number of argume...Xinchen Hui2017-02-231-0/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-261-1/+1
|\ \ \ | |/ /
| * | Fixed bug #73994 incorrect arginfo for unpackJoe Watkins2017-01-261-1/+1
* | | Merge branch 'PHP-7.1'Joe Watkins2017-01-091-0/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-091-0/+9
| |\ \ | | |/
| | * Fixed #72974 imap is undefined service on AIXJoe Watkins2017-01-091-0/+9
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Use new param API in standard/basic_functionsSara Golemon2016-12-301-107/+144
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-12-191-0/+1
|\ \ \ | |/ /
| * | Fixed arginfoDmitry Stogov2016-12-191-0/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-2/+2
* | | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-181-8/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-181-8/+5
| |\ \ | | |/
| | * Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-181-8/+5
* | | Remove Netware supportKalle Sommer Nielsen2016-11-121-14/+6
* | | Add VT100 support for WindowsMichele Locati2016-10-281-0/+15
* | | Merge branch 'DedupNANINF'Andrea Faulds2016-10-261-29/+6
|\ \ \
| * | | Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-29/+6
* | | | Move utf8_encode and utf8_decode to ext/standardAndrea Faulds2016-10-171-0/+10
| |/ / |/| |
* | | Unwrap reference returns in cufa etcNikita Popov2016-09-301-0/+12
* | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-12/+0
|\ \ \ | | |/ | |/|