summaryrefslogtreecommitdiff
path: root/Zend/zend_string.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Improved empty string handling. Now ZE uses an interned string instead of all...Dmitry Stogov2013-12-261-0/+2
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-1/+1
* Reverted Gopal's patch that allowed plugable interned string checkDmitry Stogov2011-07-281-8/+0
* merge to trunk - Allow zend_is_interned_string to be pluggableGopal Vijayaraghavan2011-07-281-0/+8
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-5/+5
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-9/+13
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-0/+229