summaryrefslogtreecommitdiff
path: root/Zend/zend_constants.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zend_API.h includedkrakjoe2013-04-151-19/+10
* use Z_* family macroskrakjoe2013-04-151-18/+18
* zend_register_bool_constant patchkrakjoe2013-04-151-0/+12
* Happy New YearXinchen Hui2013-01-011-1/+1
* Improved traits implementation. Now to support __CLASS__ constant in traits p...Dmitry Stogov2012-01-171-4/+36
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-3/+4
* - Minor optimization taking the computed hash of interned stringsFelipe Pena2011-07-101-1/+8
* ZEND_THREAD_SAFE and ZEND_DEBUG_BUILD are not meant to be case insensitiveScott MacVicar2011-05-171-1/+1
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* - Add missing checkFelipe Pena2010-11-141-1/+2
* - Fix the constant detectionFelipe Pena2010-11-131-1/+1
* - Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER...Felipe Pena2010-11-131-2/+9
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-3/+3
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-2/+2
* - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to use...Dmitry Stogov2010-04-271-7/+4
* Optimized access to global constants using values with pre-calculated hash_va...Dmitry Stogov2010-04-221-23/+61