summaryrefslogtreecommitdiff
path: root/Zend/zend_string.h
Commit message (Expand)AuthorAgeFilesLines
...
* master renames phase 4Anatol Belski2014-08-251-1/+1
* master renames phase 2Anatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-251-47/+32
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-7/+7
* Fixed compilation warningsDmitry Stogov2014-07-151-2/+2
* Temporary fixed the invalid read warningXinchen Hui2014-07-141-5/+5
* Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-1/+1
* C++ doesn't allow implicitly convert void * to other pointer typeXinchen Hui2014-06-281-1/+1
* C++ compiler doesn't allow cast a void * to other pointer typeXinchen Hui2014-06-271-4/+4
* Add STR_ALLOCA_* API, use in get_method and verify_argNikita Popov2014-05-031-0/+14
* Allocate zend_strings with correct sizeNikita Popov2014-04-231-4/+6
* Cleanup (2-nd round)Dmitry Stogov2014-04-151-0/+39
* IS_INTERNED is not always 0 in ZTSNikita Popov2014-04-091-5/+1
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+5
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-10/+11
* STR_DUP() doesn't duplicate interned strings anymore. In case new string is r...Dmitry Stogov2014-04-011-4/+4
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-1/+1
* Don't include trailing zero into hash caclculationDmitry Stogov2014-03-141-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-191-4/+4
* Use better data structures (incomplete)Dmitry Stogov2014-02-181-1/+2
* Use better data structures (incomplete)Dmitry Stogov2014-02-171-6/+8
* Use better data structures (incomplete)Dmitry Stogov2014-02-121-3/+0
* Use better data structures (incomplete)Xinchen Hui2014-02-111-1/+1
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-46/+187
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix intl buildNikita Popov2013-09-141-1/+1
* Provide more macros for handling of interned stringsNikita Popov2013-09-131-0/+27
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix bug #62651: source level BC breakGustavo André dos Santos Lopes2012-07-271-0/+2
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* Reverted Gopal's patch that allowed plugable interned string checkDmitry Stogov2011-07-281-2/+1
* merge to trunk - Allow zend_is_interned_string to be pluggableGopal Vijayaraghavan2011-07-281-1/+2
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-0/+4
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+67