summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'PHP-7.0' into PHP-7.1Sebastian Bergmann2017-04-111-0/+1
|\ \ | |/
| * Fix bug #74409Sebastian Bergmann2017-04-111-0/+1
* | Don't retain mt_rand() seeds across requestsx-xiang2017-03-271-0/+2
* | 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.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
* | Fixed bug #73994 incorrect arginfo for unpackJoe Watkins2017-01-261-1/+1
* | 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
* | Fixed arginfoDmitry Stogov2016-12-191-0/+1
* | 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
* | 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
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-12/+0
| * Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-07-201-1/+2
| |\
| | * Fixed arginfoXinchen Hui2016-07-201-1/+2
* | | Fixed bug #72920 (Accessing a private constant using constant() creates an ex...Xinchen Hui2016-08-221-1/+3
* | | fix TS issues with url rewrite globalsAnatol Belski2016-08-201-0/+9
* | | Fix URL rewriter issuesYasuo Ohgaki2016-08-111-4/+9
* | | Preserve BC for rand() AND mt_rand() where min > maxLeigh2016-08-101-1/+1
* | | Fixed arginfoXinchen Hui2016-07-201-1/+2
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-9/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-9/+12
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-6/+9
| | |\
| | | * Fix for HTTP_PROXY issue.Stanislav Malyshev2016-07-101-7/+10
| | * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-0/+1
| | |\ \ | | | |/
| | | * backport the escapeshell* functions hardening branchAnatol Belski2016-01-281-0/+1
* | | | Merge RNG fixes RFC. PR #1986Leigh2016-07-171-18/+9
|\ \ \ \
| * | | | Make mode selection part of mt_srand()Leigh2016-07-071-5/+1
| * | | | Alias rand to mt_randLeigh2016-07-051-18/+4
| * | | | Fix mt_rand impl. Provide legacy impl. access.Leigh2016-07-051-6/+15
* | | | | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* | | | | Add optind param to getoptAdam Saponara2016-07-081-2/+15
* | | | | Merge branch 'PHP-7.0'Anatol Belski2016-07-051-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fix possible optimization bugAnatol Belski2016-07-051-1/+1
* | | | | Merge branch 'throw-error-in-extensions'Aaron Piotrowski2016-07-051-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown ErrorAaron Piotrowski2016-06-131-1/+2
* | | | | Merge branch 'master' into iterableAaron Piotrowski2016-07-031-10/+31
|\ \ \ \ \
| * | | | | Fixed compilation warningsDmitry Stogov2016-06-281-0/+2
| * | | | | Fixed compilation warningsDmitry Stogov2016-06-231-2/+4
| * | | | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+23
| * | | | | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-131-8/+2
| |/ / / /
* | | | | Add is_iterable() functionAaron Piotrowski2016-06-031-0/+5
|/ / / /
* | | | Added backwards compability with php_log_err by using macroJani Ollikainen2016-06-021-1/+1