summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-3/+1
* | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-7/+7
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-9/+18
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+0
* | Fixed interface constants inheritance.Dmitry Stogov2014-04-141-0/+2
* | Fix copying of constants for ZTSNikita Popov2014-04-091-4/+12
* | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+1
* | Use STR_COPY() instead of STR_DUP() where possibleDmitry Stogov2014-04-011-1/+2
* | Fixed invalid freeDmitry Stogov2014-03-211-1/+3
* | Fixed __COMPILER_HALT_OFFSET handlingDmitry Stogov2014-02-281-2/+2
* | Fixed constant name constructionDmitry Stogov2014-02-221-3/+3
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-26/+28
* | Use better data structures (incomplete)Dmitry Stogov2014-02-171-4/+4
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-121/+109
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-13/+6
* zend_register_null_constantkrakjoe2013-04-151-31/+17