summaryrefslogtreecommitdiff
path: root/Zend/zend_types.h
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-011-1/+1
|\
| * typoDmitry Stogov2017-02-011-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-02-011-3/+4
|\ \ | |/
| * fixed macroDmitry Stogov2017-02-011-3/+4
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Add Z_EXTRA macroNikita Popov2017-01-051-0/+4
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Introduced HT_IS_PACKED() and HT_IS_WITHOUT_HOLES() macros. (Benjamin Coutu)Dmitry Stogov2016-10-191-1/+1
* | Fixed bug #72543 (Different references behavior comparing to PHP 5)Dmitry Stogov2016-07-061-0/+17
* | Add iterable pseudo-typeAaron Piotrowski2016-06-031-1/+2
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-0/+5
* | Optimize property guards for the most usual case with only one acive guard.Dmitry Stogov2016-04-271-0/+1
* | Remove IS_VAR_RET_REF flagNikita Popov2016-04-151-7/+0
* | Optimize ASSIGN_DIM (separate common unspecializeble code into helper functio...Dmitry Stogov2016-04-121-1/+1
* | Rename IS_ERROR into _IS_ERROR (to prevent redefinition on Windows).Dmitry Stogov2016-02-011-2/+5
* | Use special type IS_ERROR instread of EG(error_zval). (we still need EG(error...Dmitry Stogov2016-01-281-0/+5
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
| * Cleanup: removed comments (zend_object.handle and zend_resource.handle are no...Dmitry Stogov2015-09-221-2/+2
* | Introduce BIND_LEXICALNikita Popov2015-12-291-2/+0
* | Remove unused IS_TYPE_SYMBOLTABLEXinchen Hui2015-12-161-5/+1
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-0/+4
* | Add void return typeAndrea Faulds2015-11-181-0/+1
|/
* Add myself into list of authors of the most refactored files.Dmitry Stogov2015-08-311-0/+1
* Simplify the macro (HT_DATA_SIZE/HT_HASH_SIZE is not used outside Zend)Xinchen Hui2015-08-131-11/+9
* Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-12/+16
* Fixed bug #70258 and #70253Xinchen Hui2015-08-131-2/+6
* Fixed Bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc)Xinchen Hui2015-08-101-14/+3
* Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris SparcChristoph M. Becker2015-08-091-1/+11
* add one more thread storage specifier to allow external linkAnatol Belski2015-07-291-0/+2
* improve ZEND_TLS declaration even more and move it to the better placeAnatol Belski2015-07-281-0/+6
* Micro optimizationXinchen Hui2015-07-101-0/+9
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-5/+5
* Make the tail slash alginedXinchen Hui2015-06-161-8/+16
* Fix invalid conversion about emallocDreamsxin2015-06-161-8/+8
* Call zend_array_dup() instead of zval_copy_ctor().Dmitry Stogov2015-06-021-3/+4
* Fixed integer overflow during HashTable size calculationDmitry Stogov2015-06-011-3/+3
* Fixes for x32 ABINikita Popov2015-05-231-3/+3
* Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.Dmitry Stogov2015-05-131-15/+12
* Change the GC approach to inner-loops handling. Switch to less efficient but ...Dmitry Stogov2015-04-171-3/+0
* Added GC checks and improvementsDmitry Stogov2015-04-171-1/+1
* GC improved to support inner-cycles.Dmitry Stogov2015-04-141-0/+3
* Don't relay on reference-counter when parameter expected to be a reference, b...Dmitry Stogov2015-04-031-0/+8
* Using int32_t opposite of uint32_tXinchen Hui2015-03-311-2/+2
* Merge in master, fix merge conflicts and update patch to support exceptions e...Anthony Ferrara2015-03-181-3/+61
|\
| * Reimplemented special constant handling. Now __HALT_COMPILER_OFFSET__ is reso...Dmitry Stogov2015-03-181-0/+1
| * Fixed zend_hash_del()Dmitry Stogov2015-03-171-0/+4
| * Changed HashTable layout:Dmitry Stogov2015-03-131-3/+56
* | Merge branch 'master' into scalar_type_hints_v5Anthony Ferrara2015-02-201-0/+3
|\ \ | |/