summaryrefslogtreecommitdiff
path: root/Zend/zend_variables.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-09-131-2/+4
|\
| * Properly update string type flagsDmitry Stogov2017-09-131-2/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-09-131-7/+0
|\ \ | |/
| * Revert "Properly update string type flags"Dmitry Stogov2017-09-131-7/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-09-121-0/+7
|\ \ | |/
| * Properly update string type flagsDmitry Stogov2017-09-121-0/+7
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * Make zval_ptr_dtor / _zval_dtor_func more robustNikita Popov2016-09-171-11/+10
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Reimplemented Bob's commit bac6fdb0c52c924e726c5a78de8858bf27b6586b without i...Dmitry Stogov2016-05-061-52/+0
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-24/+76
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-76/+24
* | Reset IMMUTABLE flag when copy_ctor'ing ASTNikita Popov2016-04-291-6/+2
* | Make zval_ptr_dtor / _zval_dtor_func more robustNikita Popov2016-04-221-11/+10
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Introduce BIND_LEXICALNikita Popov2015-12-291-53/+0
|/
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Fixed bug #69521 (Segfault in gc_collect_cycles()).Xinchen Hui2015-07-021-8/+0
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* Added GC checks and improvementsDmitry Stogov2015-04-171-2/+2
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-2/+2
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-9/+3
* Removed deprecated paths. Changed "switch" into series of "if".Dmitry Stogov2015-03-031-23/+13
* Make zend_array_destroy() to free the corresponding zend_arrayDmitry Stogov2015-02-241-2/+0
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-28/+16
* Fix resource leak when casting to stringNikita Popov2015-01-241-0/+2
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
* Fix uses of zval_add_ref and add comment on usageNikita Popov2015-01-051-2/+4
* Add test script and use efree_sizeXinchen Hui2015-01-051-1/+1
* Revert "Revert "Fix memory leak when dereferencing reference with refcount 1""Xinchen Hui2015-01-051-0/+2
* Revert "Fix memory leak when dereferencing reference with refcount 1"Xinchen Hui2015-01-051-2/+0
* Fix memory leak when dereferencing reference with refcount 1Bob Weinand2015-01-051-0/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-29/+19
* Improved zend_hash_clean() and added new optimized zend_symtable_clean()Dmitry Stogov2014-11-251-1/+1
* Use inline version of zval_ptr_dtor()Dmitry Stogov2014-11-251-3/+8
* Added new optimized zend_array_destroy() functionDmitry Stogov2014-11-251-2/+2
* fix datatype mismatch warningsAnatol Belski2014-10-241-1/+1
* Use ADDREF instead of DUP, it must be enough.Dmitry Stogov2014-10-201-1/+1
* Replaced Zend Memory ManagerDmitry Stogov2014-08-261-6/+6
* Merge remote-tracking branch 'php-src/master' into astNikita Popov2014-08-251-5/+5
|\
| * master renames phase 1Anatol Belski2014-08-251-7/+7
| * first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-2/+2
| * Fixed segfaultXinchen Hui2014-07-231-2/+2
* | Fix leaksNikita Popov2014-07-261-2/+2
* | Fixed GC bugDmitry Stogov2014-07-221-2/+2
|/
* Revert "stash" (pushed by accident)Xinchen Hui2014-07-181-6/+6
* stashXinchen Hui2014-07-161-6/+6