summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks in parse_ini_file()Dmitry Stogov2016-11-181-8/+5
* 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
* | 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
* | | fix possible optimization bugAnatol Belski2016-07-051-1/+1
* | | Fixed bug #72300 (ignore_user_abort(false) has no effect)Xinchen Hui2016-05-311-1/+1
* | | Fixed bug #71891 (header_register_callback() and register_shutdown_function())Xinchen Hui2016-03-251-1/+0
* | | Merge branch 'PHP-7.0.3' into PHP-7.0Stanislav Malyshev2016-02-011-0/+1
|\ \ \
| * | | Follow up on bug #71270Anatol Belski2016-01-121-0/+1
* | | | Fixed bug #71442 (forward_static_call crash)Xinchen Hui2016-01-251-2/+2
|/ / /
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2015-11-241-1/+2
|\ \ \ | |/ /
| * | Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number of...Xinchen Hui2015-11-241-1/+2
* | | Revert "Fixed bug #70249 (Segmentation fault while running PHPUnit tests on p...Xinchen Hui2015-11-111-10/+3
* | | Fixed bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2...Xinchen Hui2015-11-111-3/+10
* | | Correct intdiv() argument names and descriptionAndrea Faulds2015-10-081-1/+1
* | | Add support for parameters to tick functions, on C level. This is onlyAndrey Hristov2015-09-281-3/+2
* | | Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more approp...Dmitry Stogov2015-09-241-7/+7
* | | Fixed bug #70342 (changing configuration with ignore_user_abort(true) isn't w...Xinchen Hui2015-08-241-1/+1
* | | Merge branch 'PHP-5.6'Tjerk Meesters2015-08-151-4/+4
|\ \ \ | |/ /
| * | Fixed #70157 parse_ini_string() segmentation fault with INI_SCANNER_TYPEDTjerk Meesters2015-08-151-4/+5
* | | Fix #70112 RFE Allow dirname to go up various timesRemi Collet2015-07-271-1/+2
* | | unserialize() takes a 2nd optional arg and it can't be a boolRasmus Lerdorf2015-07-151-1/+2
* | | php_uname has an optional argRasmus Lerdorf2015-06-301-1/+2
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-17/+17
* | | 2nd arg of sprintf is optionalRasmus Lerdorf2015-06-281-1/+1
* | | 3rd arg to stream_set_timeout is optionalRasmus Lerdorf2015-06-251-5/+5
* | | Wrong arginfo on assertRasmus Lerdorf2015-06-231-1/+2
* | | Merge branch 'PHP-5.6'Anatol Belski2015-05-211-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-211-1/+1
| |\ \ | | |/
| | * fix handling VAR vs VAR= in putenvAnatol Belski2015-05-211-1/+1
* | | Partial revert of 6a819bba40661a9a8d7080994cb2f24b73c5d46c.Dmitry Stogov2015-05-131-2/+2
* | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-05-121-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-11/+11
| |\ \ | | |/
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-11/+11
| | |\
| | | * Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-101-12/+12
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-171-1/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | Fix for #66048Julien Pauli2015-05-121-2/+2
* | | | Improve CSPRNG implementationLeigh2015-05-091-1/+6
* | | | Initial implementation for CSPRNG APISammyK2015-05-091-0/+12
* | | | Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-6/+10
* | | | apply a patchMasaki Kagaya2015-04-141-3/+4