summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #75546DanielCiochiu2019-02-121-1/+3
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-24/+0
* Merge branch 'PHP-7.1'Nikita Popov2017-03-151-2/+3
|\
| * Fix bug #69676Nikita Popov2017-03-151-2/+3
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Interned strings unification for TS/NTSAnatol Belski2017-03-041-0/+4
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Export zend_quick_get_constant()Dmitry Stogov2016-11-291-1/+1
|/
* Fix leak on self-referencing constantsNikita Popov2016-08-031-0/+2
* Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-1/+1
* Refactor zval cleanup into single functionBob Weinand2016-05-051-1/+1
* Merge branch 'PHP-7.0'Nikita Popov2016-05-021-30/+14
|\
| * Fix leak in zend_get_constant_exNikita Popov2016-05-021-20/+10
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-10/+16
* | IS_CONST operands don't have to be separated. Use reference-counting instead ...Dmitry Stogov2016-04-051-1/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-4/+23
* | Fixed incorrect type usageDmitry Stogov2015-10-281-2/+2
|/
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-5/+5
* Remove need to pass error levelAaron Piotrowski2015-07-031-5/+5
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-5/+6
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-17/+17
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-3/+2
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+3
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-011-13/+19
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-5/+5
* Reimplemented special constant handling. Now __HALT_COMPILER_OFFSET__ is reso...Dmitry Stogov2015-03-181-32/+2
* Revert "Improved zend_get_special_constant"Dmitry Stogov2015-03-181-20/+33
* Improved zend_get_special_constantXinchen Hui2015-03-181-33/+20
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-8/+8
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-41/+41
* fix datatype mismatchesAnatol Belski2014-10-241-14/+14
* Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-49/+49
* further fixes on coreAnatol Belski2014-08-161-2/+2
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-24/+24
* Fixed bug #67725 (now we create immutable arrays only in SHM)Dmitry Stogov2014-08-051-3/+1
* Fixed string destruction (class_name might be reused and stored somewhere in ...Dmitry Stogov2014-07-241-1/+1
* Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-2/+2
* Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-2/+2
* Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-1/+3
* Don't use cast (compiler friendly)Xinchen Hui2014-05-261-3/+6
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+1
|\
| * Removed useless void* parameter and replaced with zend_bool on zval_update_co...Bob Weinand2014-04-111-2/+2
* | Optimized constant lookupDmitry Stogov2014-04-251-53/+65
* | Fixed compilation warningsDmitry Stogov2014-04-221-11/+7