summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* Improve fix for bug #73807Nikita Popov2017-02-251-1/+1
* Fix bug #73807Nikita Popov2017-02-021-2/+8
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-0/+18
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-18/+37
| |\
| | * CS fix and comments with bug IDStanislav Malyshev2016-07-121-2/+3
| | * Fix for HTTP_PROXY issue.Stanislav Malyshev2016-07-101-19/+37
| | * Bump yearXinchen Hui2015-01-151-1/+1
* | | 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
* | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-1/+1
* | | avoid unnecessary scopingAnatol Belski2015-07-311-8/+7
* | | Cleanup shutdown, enable proper memory leak displayingBob Weinand2015-07-241-1/+1
* | | $argv and $argc may be IS_INDIRECTBob Weinand2015-07-221-2/+2
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-5/+5
* | | remove non-applicable commentAnatol Belski2015-05-241-1/+0
* | | Merge branch 'PHP-5.6'Anatol Belski2015-05-231-3/+9
|\ \ \ | |/ /
| * | increase the internal post data bufferAnatol Belski2015-05-231-3/+9
| * | bump yearXinchen Hui2015-01-151-1/+1
* | | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-13/+13
* | | bump yearXinchen Hui2015-01-151-1/+1
* | | trailing whitespace removalStanislav Malyshev2015-01-101-20/+20
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-63/+63
* | | fix datatype mismatchAnatol Belski2014-10-271-2/+2
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Merge branch 'PHP-5.6'Michael Wallner2014-09-091-5/+7
|\ \ \ | |/ /
| * | duplicate value's string for the SAPI filterMichael Wallner2014-09-091-5/+7
* | | master renames phase 3Anatol Belski2014-08-251-8/+8
* | | master renames phase 1Anatol Belski2014-08-251-15/+15
* | | yet more fixes to zppAnatol Belski2014-08-201-1/+1
* | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-1/+1
* | | first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-11/+11
* | | Merge branch 'call-frame' into phpngDmitry Stogov2014-07-071-2/+1
|\ \ \
| * | | Removed EG(active_symbol_table) and use corresponding value from EG(current_e...Dmitry Stogov2014-07-041-2/+1
* | | | Fixed segfault if empty POSTXinchen Hui2014-07-031-4/+2
|/ / /
* | | Prefer the macro we definedXinchen Hui2014-05-071-11/+7
* | | Refactored filterXinchen Hui2014-05-071-4/+5
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Anatol Belski2014-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-04-241-1/+1
| | |\ \ | | | |/
| | | * Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2014-04-241-1/+1
| | | |\
| | | | * fix dll exportAnatol Belski2014-04-241-1/+1
| * | | | Merge branch 'PHP-5.6'Bob Weinand2014-04-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Bob Weinand2014-04-121-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'PHP-5.4' into PHP-5.5Bob Weinand2014-04-121-1/+1
| | | |\ \ | | | | |/
| | | | * Made usage of php_hash_environment useful by updating instead of just adding ...Bob Weinand2014-04-121-1/+1
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-5/+3