summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #78236: convert error on receiving variables when duplicate [Christoph M. Becker2020-07-231-1/+7
* Remove proto comments from C filesMax Semenik2020-07-061-8/+4
* Add helper APIs for maybe-interned string creationtwosee2020-06-081-15/+3
* Constify char * arguments of APIstwosee2020-06-081-17/+10
* Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-221-3/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-111-25/+38
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-111-24/+43
| |\
| | * Fix #79254: getenv() w/o arguments not showing changesChristoph M. Becker2020-02-111-24/+43
* | | Merge branch 'PHP-7.4'Nikita Popov2020-02-031-1/+1
|\ \ \ | |/ /
| * | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-121-18/+17
|\ \ \ | |/ /
| * | Fix #78929: plus signs in cookie values are converted to spacesKachalin Alexey2019-12-121-18/+17
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | tsrm environment lockJoe Watkins2019-03-291-0/+4
* | Remove local variablesPeter Kokot2019-02-031-9/+0
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-101-0/+2
|\
| * Fixed bug #77439Nikita Popov2019-01-101-0/+2
| * year++Xinchen Hui2018-01-021-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-19/+19
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2
* | year++Xinchen Hui2018-01-021-1/+1
* | Use cheaper APIXinchen Hui2017-12-181-2/+2
* | typoDmitry Stogov2017-12-121-1/+1
* | Avoid reallocation and double copying of variable names.Dmitry Stogov2017-12-121-33/+67
* | Use interned strings as variable namesDmitry Stogov2017-12-011-1/+3
* | Added "argv" and "argc" as known strings.Dmitry Stogov2017-12-011-8/+8
* | Intern auto global name strings in first placeDmitry Stogov2017-11-291-7/+7
* | RC manipulation cleanupXinchen Hui2017-11-011-5/+3
|/
* Avoid useless duplicationDmitry Stogov2017-06-211-5/+1
* Use interned empty and "one char" strings.Dmitry Stogov2017-05-181-1/+7
* Merge branch 'PHP-7.1'Nikita Popov2017-02-251-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-251-1/+1
| |\
| | * Improve fix for bug #73807Nikita Popov2017-02-251-1/+1
* | | Arguments array can't make cyclesDmitry Stogov2017-02-031-1/+1
* | | Merge branch 'PHP-7.1'Nikita Popov2017-02-021-2/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-021-2/+8
| |\ \ | | |/
| | * Fix bug #73807Nikita Popov2017-02-021-2/+8
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Enable HT RC assertions with escape-hatchNikita Popov2017-01-231-0/+5
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-1/+1
|/ /
* | Ensure symtable exists before checking itNikita Popov2016-09-281-1/+2
* | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+18
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+18
| |\